Search found 6 matches

by Lutcikaur
Tue Apr 09, 2013 5:23 am
Forum: Impact and Node/Socket.io
Topic: edit; Just a bunch of questions.
Replies: -1
Views: 3279

Re: edit; Just a bunch of questions.

Its not really for weight off the server.. its that i cant use nodejs for collision detection without a good amount of dirty work. I might just scrap it and try and make something from scratch.
by Lutcikaur
Sat Mar 30, 2013 5:45 am
Forum: Impact and Node/Socket.io
Topic: edit; Just a bunch of questions.
Replies: -1
Views: 3279

Re: edit; Just a bunch of questions.

Yea a pal in class helped me with it. I needed to add .requires( 'impact.entity') and namerand = Math.floor(Math.random()*999); playername = "player" + namerand; needed to lose their 'var' status ------------------ Now im just confused with delete playerlist[socket.clientname]; for (var i ...
by Lutcikaur
Fri Mar 29, 2013 3:52 pm
Forum: Impact and Node/Socket.io
Topic: edit; Just a bunch of questions.
Replies: -1
Views: 3279

Re: edit; Just a bunch of questions.

Getting a Uncaught ReferenceError: playername is not defined Pretty sure its not running socketFunctions after i moved it over. :D ig.module('plugins.socketFunctions') .defines(function() { var namerand = Math.floor(Math.random()*999); var playername = "player" + namerand; var socket = io....
by Lutcikaur
Tue Mar 26, 2013 9:28 pm
Forum: Impact and Node/Socket.io
Topic: edit; Just a bunch of questions.
Replies: -1
Views: 3279

Re: edit; Just a bunch of questions.

Yea, in one of your tutorials you had mentioned that eventually they would be moved. I would move them myself but ive only been trying this for a few hours, and am trying to get my bullets to go in the direction of my mouse :P
by Lutcikaur
Tue Mar 26, 2013 8:49 pm
Forum: Say Hello
Topic: Im not one for intros
Replies: -1
Views: 669

Im not one for intros

But i figure if i point out that im here because of the impact+node+socket tutorials, that ive finished them, that theyre awesome and gave me the boost i needed to start my project, then mabe you will decide to continue. Or answer my questions. Either or. Im a uni student majoring in CIS, I play, an...
by Lutcikaur
Tue Mar 26, 2013 6:44 pm
Forum: Impact and Node/Socket.io
Topic: edit; Just a bunch of questions.
Replies: -1
Views: 3279

edit; Just a bunch of questions.

First Question:fixed So It seems this project is pretty dead, but i figured i'd ask a question anyway. maby it will get seen before i figure it out on my own. Ive just gotten the client-server setup running, and modified the movement to be input based prediction + regular polling to prevent desync ...

Go to advanced search