Kromster80 / kam_remake

"KaM Remake" is an RTS game remake written in Delphi from scratch.
http://www.kamremake.com
GNU Affero General Public License v3.0
359 stars 90 forks source link

Slow speeding up replays with speed higher than x10 #42

Open TehPlayer14 opened 9 years ago

TehPlayer14 commented 9 years ago

The technology has already made fasters processor than they were before

and KaM Remake doesn't realy use extra cores/processing power on replay speed up on x300 makes game output no frames at all when using it but today cpu's can atleast handle at least 1 frame with x300 speed

Like speeding up for 1 sec should bring you 300s ingame time it does only bring you back half of it so 150s or less

Kromster80 commented 9 years ago

Multithreading of games logic code is an enormous amount of work and redesign of the bigger half of games engine. It is impractical to do.

Optimizing the game for speed is more viable solution. However we have already applied many simple and average optimizations.

TehPlayer14 commented 9 years ago

Would vulcan change something?

Kromster80 commented 9 years ago

Not really. It is just another rendering API, much like OpenGL we already use.