About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: networking model using peer to peer NOT SO FAR
Post: RE: networking model using peer to peer NOT SO FAR

RESOLVED :lol: I just implemented UPnP and now clients can see the server on other players machine, by opening ports on the servers machine using the UPnP protocol. :)
psycode Network 4 6,474 06-18-2014, 02:02 PM
  Thread: networking model using peer to peer NOT SO FAR
Post: RE: networking model using peer to peer NOT SO FAR

Thats a problem. So does the engine not support NAT punch through anymore? I am making a game similar to Payday 2 networking model, 3 people play and one hosts. I do not wish to use server client m...
psycode Network 4 6,474 06-18-2014, 07:43 AM
  Thread: networking model using peer to peer NOT SO FAR
Post: networking model using peer to peer NOT SO FAR

Hey, Has anyone actually got peer to peer direct connections working? I have looked at the Esenthel MMO Source and all data goes through server, not direct to clients as it is supposed to for: Char...
psycode Network 4 6,474 06-17-2014, 10:32 AM
  Thread: Esenthel MMO Contradiction conditional
Post: Esenthel MMO Contradiction conditional

Code: Hey, Something is confusing me in the code: if(f.size())REP(neighbors())    {       Net::Neighbor &neighbor=T.neighbor(i);     ...
psycode Esenthel Store Sources 1 3,000 06-13-2014, 08:20 PM
  Thread: [Video] Improper culling of large models
Post: RE: [Video] Improper culling of large models

I have the same problem, not got round to attempting to fix it. I think it is something to do with area size in inesis, if you move from one area boundary to another the model will no longer be corre...
psycode Graphics 5 4,910 11-30-2012, 11:17 AM
  Thread: [RESOLVED]Inesis custom OBJ_xxxx no actor, when created, unless I reconnect to server
Post: RE: Inesis custom OBJ_xxxx no actor, when created,...

Ok I realise what is going on now, I am creating the actor on the client. Then 20ms later the server says that there is no object / actor at that position in this area, so it clears the object and it...
psycode Esenthel Store Sources 1 3,230 11-12-2012, 08:52 PM
  Thread: [RESOLVED]Inesis custom OBJ_xxxx no actor, when created, unless I reconnect to server
Post: [RESOLVED]Inesis custom OBJ_xxxx no actor, when cr...

Hi, I am making a custom object similar to doors/trees etc. I have copied the code & files for obj/Door, it is the Obj/Door/wooden/0.obj Created my own OBJ_AUTO_DOOR type and added to all the pl...
psycode Esenthel Store Sources 1 3,230 11-12-2012, 03:29 PM