Page 1 of 1

Moving objects in Multiplayer

Posted: Fri Jul 18, 2003 10:50 pm
by Bakdar
In multiplayer, how do you get moving objects to be seen to be moving at the same time for all players?

I'm working on a new level and have two similar (I think) problems!

- The first involves boulders rolling down a hill. An Object Generator (Type) generates a boulder every 20 secs. However, each player appears to have their own 20 secs count (started from the time they joined the game), resulting in players not being able to see the same boulders!

- The second involves moving platforms trigger by a switch. Only the player who triggers the switch can actually see the platforms moving! I want it to work so that all players can see the platforms moving once a single player has triggered the switch.

Does anyone have any ideas on either of these two problems?

Bakdar

Posted: Sat Jul 19, 2003 9:05 pm
by ASSASSIN
Weeell, hmm. Switches are client-sided stuffs, so yuo can hardly make it move for everyone...... :S Quite the same with object generators. I'll think about this though, hold on!

Posted: Sat Jul 26, 2003 5:36 pm
by Drakon Rider
for second - look in the Hill of Fire level and may be in SeaTime level

Posted: Mon Jul 28, 2003 10:58 pm
by Bakdar
Thanks for the reply.

Not quite sure how this relates to the second problem though!

In Hill of Fire, I presume you're refering to the Fire Crystal in the middle, if so, this triggers an effect and not a object.

In SeaTime, I can't see anything that is triggered.

Maybe I'm missing something - could you explain further?

Posted: Thu Jul 31, 2003 11:36 am
by Drakon Rider
in DrakanMP engine the very limited number of events are 'networked' the crystals activating is one of it and very important - after you activate a crystal its event DO networked over all players on a server... in crystal's classtype properties you can found some item to 'spawn' - it may be The Very Universal 'Object Generator' classtype, that can spawn some effect you really need or for example a STOMP sequence that is also very universal ...

in SeaTime level there are a potions of 'rum' if i remember right that cause a STOMP to spawn for some effects (and _visible_ for all players !)... look how it works...