Author Topic: Epoch  (Read 1849 times)

Agent 12

  • Zurvan Surfer (+2500)
  • *
  • Posts: 2572
    • View Profile
Epoch
« on: December 30, 2005, 10:35:03 pm »
Does anyone know where the epoch screen code is.  For example if you don't want them to be able to go to 2300 AD anymore is there any way to remove it?

--jp

JLukas

  • Fan Project Leader
  • Squaretable Knight (+400)
  • *
  • Posts: 426
    • View Profile
Re: Epoch
« Reply #1 on: December 31, 2005, 05:08:59 am »
Quote from: jsondag2
Does anyone know where the epoch screen code is.  For example if you don't want them to be able to go to 2300 AD anymore is there any way to remove it?

--jp


The time gauge when you press Y?  It will likely require ASM.

edit: Do you want to disable that menu entirely, or just so that it skips over the 2300 AD selection, just like when you move the cursor past the map you are already on?

Agent 12

  • Zurvan Surfer (+2500)
  • *
  • Posts: 2572
    • View Profile
Epoch
« Reply #2 on: December 31, 2005, 04:25:43 pm »
I'd like to eithe rhave it skip it, or have it go to a new area then the 2300 AD map.

--jp

JLukas

  • Fan Project Leader
  • Squaretable Knight (+400)
  • *
  • Posts: 426
    • View Profile
Epoch
« Reply #3 on: December 31, 2005, 05:41:00 pm »
In a hex editor go to offset $026C25.  Replace the AD 00 with A9 F2.

This tricks the game into always thinking you just came from the 2300 AD map, causing the time needle to skip over that era.  :)

Agent 12

  • Zurvan Surfer (+2500)
  • *
  • Posts: 2572
    • View Profile
Epoch
« Reply #4 on: December 31, 2005, 05:46:59 pm »
haha smart.   Thanks

--jp