Skip to main content

Questions tagged [time-travel]

game mechanics involving moving through time, slowing down speeding it up, or generally any game mechanic that involves the manipulation of time.

Filter by
Sorted by
Tagged with
3 votes
0 answers
224 views

Special attacks in Mortal Kombat Mobile require slow motion i.e. delay in game play. On multiplayer mode, when the opponent uses special attacks, I don't observe any lag/delay. When I use special ...
Megidd's user avatar
  • 141
2 votes
3 answers
1k views

I'm trying to create some interesting variations on timescales in my game. In essence, I'd like at least two, probably three or four separate timescales. The player - the player timescale is likely ...
Jesse Williams's user avatar
2 votes
1 answer
2k views

In my game I have a power-up that slows everything down. I keep the player at regular speed by dividing deltaTime by timeScale. Everything works perfectly except for OnTriggerStay2D which appears to ...
Califer's user avatar
  • 433
2 votes
1 answer
250 views

I have a game (C++) in which I want to transition between two speeds of motion. For illustration, the player raises their weapon to aim, and whilst this is in progress over a known duration, time ...
Rob Pridham's user avatar
1 vote
1 answer
215 views

I'm looking to change the way in which my game uses GameTime to run the game so that I can easily pause the game (elapsedTime = 0...
Joe Shanahan's user avatar
0 votes
0 answers
85 views

My game has first-person melee combat that is based on directional attacks that are controlled with mouse gestures. For example, a downward slash is most effectively blocked by a shield held up high. ...
jmegaffin's user avatar
  • 4,933
11 votes
4 answers
2k views

I am developing a single-player RPG platformer in XNA 4.0. I would like to add an ability that would make the time "stop" or slow down, and have only the player character move at the original speed(...
David Miler's user avatar
0 votes
1 answer
564 views

me as very unexperienced game developer, I wondered how I could achieve something like re-winding the time in my game or jump back to a special moment (killcam) and replay it for the user.
daemonfire300's user avatar
5 votes
2 answers
4k views

I have an XNA 4.0 game that I want to be able to switch into slow motion and back again to full speed every now and then. So if you kill an enemy the game switches into slow motion as they explode ...
TerryB's user avatar
  • 1,273
10 votes
9 answers
7k views

I was wondering how to implement time travel into a game. Nothing super complex, just time-reversal like what's in Braid, where the user can rewind/fast forward time by 30 seconds or whatever. I ...
user avatar
9 votes
4 answers
2k views

I am making a 2d platformer where the player can press a button, and restart the level, only their previous character will also run the level at the same time, like they are traveling back in time. I ...
Woody Zantzinger's user avatar