Tower of Babel Forum
This forum is currently read-only, but downloads are working
 
You are not logged in.
LoginLogin Join for freeJoin for free
MessagesMessages SearchSearch HelpHelp StatStatistics
VotesVotes FilesFiles CalendarCalendar BookmarksBookmarks
TobEd (for Remake)

First   Previous   Next   Last
Author Message
Mayo
Zapper


Messages: 105
Location: Schleswig-Holstein


New PostCreated: 2005-10-29, 08:30 AM CET  Subject: Re: TobEd (for Remake)  print  recommend Reply with Quotation  

I mean, that is not a problem. For the first game logic module I have already counted the number of frames in the original game, which all the elements need for their actions, e.g. the spiders and the most robots need 16 (or was it 32? it was a long time ago) frames to move from one floor to the nex floor.

Then I calculated the average duration, which the spider and the robots need for their movements from one to next floor element: 4 seconds.

In original ToB some big towers needed more time for rendering each frame and some small towers have high values of FPS.
The result:

step_with = constant
time_diff = NOT constant.
step_with / timediff = NOT constant ==> simpler collision algorithm and logic.

In RToB and other 3D games today the step width between two frames is NOT constant and the duration between two frames (FPS) is NOT constant, but the ratio of step width and the time difference (duration) is constant! The result

step_with = NOT constant.
time_diff = NOT constant.
step_with / timediff = constant

That is the reason, why RToB can't emulate 100% (or better simulate) the original game.

You are right, when you say, that (R)ToB is not the reality and time differences are fixed-point values with unknown but not infite precision, but I have NO constant step width between two frames, so maybe between two frames a spider can move between two floors and more (this has to be very slow PC :D). I solve this simply by setting maximal and minimal limit for calculated step width.


____________________
ToB Remake - http://www.tower-of-babel.info
Homepage - http://www.latzig.de


[edited: 2005-10-29, 08:45 AM CET by Mayo]
back to top
Show user's profile Send private message to this member Send ICQ message to this member Go to website of this member
Dr. Zarkov

Administrator

Messages: 310
Location: Saarbrücken


New PostCreated: 2005-10-30, 11:13 PM CET  Subject: Re: TobEd (for Remake)  print  recommend Reply with Quotation  

Hmm... So there *are* going to be problems with some of the old towers. Unless you want to insert a few "special case rules" for specific instances.

The downloads on the remake site - those are the latest versions?

--
Dr. Hans Zarkov
Rocket scientist & freelance genius
Formerly of NASA
Deathrays a specialty
back to top
Show user's profile Send private message to this member Go to website of this member
Sortierung ändern:  
First   Previous   Next   Last
Page 2 of 1
Go to:   
Search

powered by carookee.com - group communication for you

Layout © subBlue design