|
Post by 50tbrd on Nov 18, 2023 13:23:53 GMT -5
Sure. I suppose it requires a lot of work to make a "Turbo" version of the game.
|
|
|
Post by Peer on Nov 18, 2023 13:40:57 GMT -5
Sure. I suppose it requires a lot of work to make a "Turbo" version of the game. Hard to tell without looking at the code again. Depends on how the "speed" of the players is implemented.
Rather than having a "Turbo" version, I would much more like to have a version with improved computer AI. The game is too easy to beat as it currently is. If you know how to do it, then a goal can be scored with 99% accuracy within 6.5 seconds from each kickoff. Even in difficulties 2 and 3.
|
|
|
Post by Peer on Nov 21, 2023 6:11:08 GMT -5
I did a quick experiment. The Heads Up code converts the joystick movements to offset values -1 / +1, and then adds these offsets to the current y and x coordinate of the player. I changed the offset values to -2 / +2. That makes the player (and only the active player) move at double speed. But that also interferes with and disrupts the player animation. So, in short, I think there is no quick and easy way to get a "turbo" version.
|
|
|
Post by VectorX on Nov 21, 2023 13:20:10 GMT -5
^Thanks for the update on that.
|
|
|
Post by 50tbrd on Nov 21, 2023 14:12:27 GMT -5
I had a feeling it wouldn't be quite that easy.
|
|