Game Development Community

Can't see other players

by Gordon Marsh · in Torque Game Engine · 01/07/2007 (5:56 pm) · 0 replies

All,

I've made a number of alterations to my engine recently, mostly pretty straightforward.

Unfortunately what I am now seeing is as follows:

- 2 players login, neither can see each other, not even their names above heads
- The server states there are 2 players logged in
- Although the players don't appear on each others screens, they can bump into each other
- I implemented a search function that produces a simple list of all the players in the game by iterating though them... this now lists only the one player on each client!

I realise no-one else understands my code, but can anyone suggest what sort of issue might cause this behaviour?

Gords