Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → some basics
some basics
2000-10-24, 5:53 AM #1
I'm converting an SP level to an MP level but I've never done an MP level before. I noticed these calls in the specs:

SyncSector
SyncSurface
SyncThingAttachment
SyncThingPos

Can someone point me to the URL of a tutorial that deals with their required use or explain it

For example:
The level has elevators - do I need to call SyncThingPos() before/after sending the elevator to the next frame? Maybe like this?

arrived:
SyncThingPos(elevator)

Same question relating to doors. Is it like this?
SyncThingPos(door);
SyncSurface(door_adjoin);
SyncSector(door_adjoin);



------------------
http://michaelthompson.org

↑ Up to the top!