Uncharted Waters New Horizons Cheats Game Genie

  1. Uncharted Waters New Horizons Cheats
  2. Uncharted Waters New Horizons Game Genie Codes
  3. Uncharted Waters New Horizons Cheats Game Genie Download

Genesis


--
Sega Genesis - Lotus II RECS - Timer Doesn't Decrease
Note: This is my first ever Game Genie code (for Genesis).
In this example, we will find the emulated RAM address for time using Cheat Engine.
After that, we will find the emulated ROM address that effects the emulated RAM.
And finally we will use a hex editor to edit the actual ROM address (the game it's self).
So, open Cheat Engine v5.6.1(+), then Fusion v3.64(+).
Use Cheat Engine's option to attach a debugger to the emulator.
http://img202.imageshack.us/img202/9338/attachdebugger.png

Note: Click on an image for it's full size.
Change the value type to one byte.
http://img259.imageshack.us/img259/6468/valuetypeisonebyte2digi.png
Use the emulator to load the attached (below) Genesis game:
Lotus II RECS (UE) [!].gen
Thing to know about Fusion:
Tab key = Reset
F5 key = Save
F8 key = Load
Backspace key = Fast Forward
Pause/Break key = Pause Emulation
Alt+G = Game Genie / PAR / True Emulation Pause
Press start over and over until you are in a race and see a timer on screen.
Once your in the race use the Pause keyboard key to pause emulation.
Press F5 to make a 'clean' save with no RAM/ROM modifications.
You should have 69 seconds to begin with...
http://img407.imageshack.us/img407/2100/pausef569seconds.png

With emulation still paused, use Cheat Engine to make your first RAM scan for the time of 69 seconds.
http://img34.imageshack.us/img34/5061/firstscanis69seconds.png
Press the Pause keyboard key to resume emulation, but only until the timer goes down a second, then re-pause emulation.
With 68 seconds showing on the game, make your 2nd Cheat Engine RAM scan for the new value of 68.
http://img192.imageshack.us/img192/9492/secondscanis68.png

Repeat as necessary until you are down to 2 possible results.
Once you've added the 2 results to your Cheat Engine code list, freeze one at a time to see which one is the correct address.
http://img10.imageshack.us/img10/3541/twopossibleramaddresses.png
Note: Your address shown in Cheat Engine are likely different than mine...
At this point, you could optionally use Alt+G and CE to convert the emulated RAM to AR (Actual Ram a.k.a. Action Replay).
http://img808.imageshack.us/img808/1869/ramemulated2actual.png

Now that we have an emulated RAM address for time, let's see what emulated ROM addresses modifies it.
Since that other useless RAM code will only cause confusion/get in the way, I'm gonna delete it from the CE code list.
With emulation paused, right-click on the good RAM address and choose Find out what accesses this address.
http://img689.imageshack.us/img689/9163/whataccessestheram.png
Resume emulation until the debugger shows that something accessed the RAM, then you can pause the emulator again.
Almost always, there will be 2 addresses shown in Cheat Engine's debugger, you can go ahead and click the stop button on the debugger.
http://img89.imageshack.us/img89/9140/stopdebuggingif2address.png

Now, you could have earlier, but you should by now un-freeze the RAM code in Cheat Engine.
You need to watch if the RAM value decreases or not, when testing your ROM modification.
You wouldn't want false hopes by accidentally leaving the RAM locked.
So do that, un-check the RAM address if you haven't already...
As far as the two address shown in the debugger; usually, but not always, the first line is reading the RAM.
The second code is usually the one we are after, the address that is writing to the RAM.
So now we double click the 2nd line, or highlight it and click the button that says More information.
http://img340.imageshack.us/img340/2756/doubleclickformoreinfor.png
Note: Again; the numbers in the images don't have to match yours...
In the new information box that pops up, ESI will always hold the address that we are interested in.
If that's not the exact code that we want, it's extremely close.
That address shown is our ROM address, and the last possible one.
If that's not the correct address, you subtract 1 from it until you have the correct one, you never add 1 to the address.
OK, so with the info box still open click the button add address manually.
Change the type to byte and type in the address at ESI to add it to your CE code list.
http://img211.imageshack.us/img211/7199/manuallyaddesitoce.png

Now, with the RAM unfroze lets try to NOP (00) the newly added ROM address.
Remember to have made a save, if your ROM altering is no good, just press F8 to load.
If you press F8 to load and the original ROM byte that you NOP'ed didn't come back, you'll need to load the game instead (or manually insert the original byte).
The game instantly froze after pressing the Pause key, so this address is no good.
Reload the game or whatever is needed to get back to the same spot.
Now we simply subtract 1 from the hex address, never add 1, always subtract.
Actually 9 times out of 10 you'll need to subtract at least 1 from the address given in the more info box...
http://img263.imageshack.us/img263/7660/subtract1andtryagain.png
So I just modified the code that was already in the CE code list by subtracting 1.
I then NOP'ed that address instead, for a now second try at a ROM code.
I start playing the game (yeah, didn't freeze this time) and watch the RAM address in CE to see if it decreases.
It never decreases, so the ROM modification is a success.
As usual, I subtracted 1 from the 2nd address given from the debugger for a successful code.
http://img340.imageshack.us/img340/8927/secondbreakesiminusonei.png

That was all it took for me, but if you still haven't found the correct ROM code:
1. Keep subtracting 1 over and over. If you do this over 10 tries, it's likely the wrong base address.
2. Remember how we started with the second break in the debugger, try the first...
Now, to convert the code from emulated ROM to actual ROM.
This is easy, just right click on your successful ROM code and choose Browse this memory region.
The top left byte is your ROM code, and the next few bytes after that is what you want to use to locate the code with the hex editor.
http://img52.imageshack.us/img52/9303/topleftbyteistheromcode.png
So with this window open, we know to search for 4E 75 72 00 30 2C 00 0E EE 48 02 40 FF F8 32 in the actual game.
So open the game with the hex editor and search for that string of hex values...
After locating the string, just replace the 0x20 before it to 00 for Infinite Time.
http://img257.imageshack.us/img257/7969/patchthe20to00forinfini.png

So after editing the 20 to 00 choose save as to not over write your ROM.
Open the newly created ROM with the emulator without anything changed in CE to test the mod out.
If you didn't use a program to fix the checksum of the ROM after altering bytes, just use the option in Fusion to auto fix checksums.
http://img844.imageshack.us/img844/8525/autofix.png

Damn, this game wasn't the best example (that's what I get for making a guide with my first try).
The game still won't boot, even if you fix the checksum.
Luckily, Tony Hedstrom made a Master Code for this game, to solve the problem.
Master Code (by Tony Hedstrom)
RH9T-860T (0FFFD0:4E71)
Use this code if you get a blank screen.
So, you can try out our hack by either:
1 Input the Game Genie code to bypass the black screen
2 Open the ROM, goto the hex offset 0FFFD0 and type 4E71 to hack your ROM to bypass the black screen
I can finally play the game and the timer indeed does not decrease.
But, at the same time, I notice a small glitch happening.
Anytime a code works, but not exactly as planed, you should try subtracting 1 again from our ROM code.
In the image above, you can see that before the 20 we patched to 00, there is already a 00, so we actually need to subtract 2.
Now we'll try to change the 6C to 00 and hope for a less buggy code.
Success, seems to work fine...
So the actual ROM address of 010E95 was changed from 6C to 00.
Since 010E95 ends with an odd number, subtract 1.
After that write down the 2 bytes that we want our Game Genie code to write.
So therefore:
010E94:5300
http://img811.imageshack.us/img811/1943/evennumbers.png
That's the ROM address, you can now convert it to Game Genie.
http://img88.imageshack.us/img88/9881/encryptdecrypt.png

LotusIIRECS(UE)[!].gen

Game Genie. GG: Game Boy. GG: Game Gear. Home: Game Cheats: Super Nintendo: Uncharted Waters: New Horizons. Printer Friendly Version. Game Genie codes Sent in by Tony Hedstrom NOTES: These codes must be used at the start of a new game. There are 2 different 'Uncharted Waters' games. The first one is called 'Uncharted Waters', and the second one is called 'Uncharted Waters: New Horizons'. These codes only work on the first one (Uncharted Waters). Game Genie. GG: Game Boy. GG: Game Gear. GG: Nintendo. GG: Sega Genesis. GG: Super Nintendo. Game Cheats: Super Nintendo: Uncharted Waters: New Horizons. Printer Friendly Version. Black market: Wait until 2:00 a.m. And go to the item shops at the ports.



  • Best Trade Routes

The best way to build up money in the whole game is trading. After you get started you should sell then buy then sell then buy. The key is to get a good bookkeeper, you can find 3 good ones in these places usually. Antoine Fitch- London, Jacob Walwiek- Bordeux, Benito- Alexandria. You must always buy the lowest possible and sell the highest that you can. The routes are: Hamburg to Copenhagen (buy dye and glassware), Istanbul to Athens (buy carpet and art), then there is Cairo to Mecca (the specials of both).
  • Better ships

You can find better ships to fight with in Sakai and Nagasaki. The easiest way to get there as soon as possible is to trade carpets and arts until you have around 10,000 gold pieces. Then, buy glass beads in Venice and sell them at the port of Madeira. The beads will cost 2 or 3 gold and can be sold them for about 50 gold. In Madeira, buy sugar for 12 gold and sell it at the port of Santa Cruz (1 day of sailing south of Madeira). Buy flax from Santa Cruz and sell it in Amsterdam. From there you can buy glass beads and repeat the process. Do this until you get to 20 gold ingots. Then get some balm in Barcelona and cruise to the far east with a small ship (preferably with rows like a LaReale) with high velocity (such as a Caravella Redonda). First, stop in Nagasaki and invest 50,000 gold at the shipyard. You should do this when you reach the end of a month, as it is faster that way. When the month changes, you should find an Atakkabunde (cheap and efficient). Buy it and remodel it to only support 30 crew members and no cannons. If you have mates that can pilot ships, then buy a couple to speed up things. In Nagasaki, buy silver and sell it in Changan, Zeiton and Sakai. These ports have silk items; buy some to sell in Nagasaki. If there is no silver, buy porcelain. You will get fair price for porcelain in India -- the clove and pepper are cheap in India and sell for ten times higher in the Far East. Five months in a row, invest 50,000 in Sakai or Nagasaki. When they reach 1000 points in the shipyard, you will find a new boat: Tekousen. This is the ultimate battle ship. It is row powered, which is good when the wind dies, and can reach up to 20 knots in speed. Remodelling the Tekousen only permits you to hold 300 crewmen and up to 100 cannons. Another trick: buy a used Tekousen. It will hold 360 crewmen and 80 cannons. It is easier to maneuver in battle, and it has more speed than a Venitian Galeas. It also has as much cargo capacity as a full-rigged ship or even a barge.
  • Black market

Wait until 2:00 a.m. and go to the item shops at the ports. The Crusader Sword may be found at the shop at Timbuktu.
  • Building the 'Barge'

Go to Bristol and invest $50,000 in the shipyard every month for 3 to 5 months. When this is done, ask the shipyard worker for a new ship. He will show you several new ships including frigates and Barges.
  • Building the 'Full-Rig' Ship

In Hamburg and Antwerp you can purchase the best battle ship in the game, when arranged correctly it can travel the most days at sea also. Invest 50,000 gold into the shipyards at Antwerp and Hamburg from 3-5 months. After 3-5 months then go to the shipyard and go to buy new ship, on the second page of ships you will find the Frigate and the Full-rig ship. If you invest in both at one time then you can build two at a time. They are better than the Barge in battle and at sea. But the best trade ship is the Tekkhouson, after investing the same amount the same amount of times in Sakia then you can purchase a Tekkhouson. It is the best trade ship. Arrange it at first then sail back to Europe. It is the quickest ship and it can hold the second or third most cargo in the whole game.
  • Carronades

Head towards Bristol and invest in both Shipyards and Trade Market. Keep them both invested with the same amount of money, $50,000. After you have gotten the Barge ship, invest once more in the Shipyard and Trade Market. Return next month and remodel your ship's guns. The message 'Your in luck, we have a new specialty today' or something similar should appear. If this does not happen, leave the Shipyard menu and keep returning to remodel guns. The new gun is Carronades. Its attack power is as strong as a Cannon, and its range is as far as a Culverin. This is the most powerful guns in the game.
  • Crusader's Armor

Go to Naples at 2:00 a.m. and purchase the Crusaders Armor. It is also star class armor, but it is a lot better then the Errol's Plate, which is cheaper.
  • Easy Battle Experience

Go to Tunis and pick out a week pirate to prey upon, then when he comes out bombard him and challenge him to a duel. Make sure you are well equipped with a B or better sword and armor, when in the duel have him at your mercy by keeping at a 50 plus or minus ten life points but don't kill him. Use weak one level attacks until he can survive a blow.
Keep that up for 10 attacks and the duel will end. Then challenge him again and again until you have your desired level. note this works best if you have a Barge ship and have sunk all other ships around so you can duel away.
  • Easy Money

Deposit money into a Marco polo bank at the end of a month then stay in the lodge until the month is over. Then return to the bank and you will receive 3% more than you deposited. Try this every month for easy cash. The more you have, the more you get.
  • Errol's Plate armor

Go to the Black Market in Copenhagen to get Errol's Plate. That is the star class armor, which is even better the Pull Mail Armor.
  • Faster Battles

Hold Y on the battle field when it's not your turn for a super fast battle.
  • Merchant discounts

The Merchant will always discount the price of his goods at the rate of 75.0% of the full price. For example: If you were buying Porcelain for 108, do not pay more than 81. You will be able to get this discount even if you do not have a good bookkeeper. The key to getting this discount is to make sure the port is allied with your country (and also not a neutral port). You do not have to have a Tax-Free Permit, but it will reduce your price even more. Also, if you have a bookkeeper, they will do all the work for you. This is a rather short list of the bookkeepers: Esteban Ortega, Jacob Walweik, Antoine Fitch, Benito Gomez, and Tristan Seillo.
  • Reduce Attacks

This code is simple. Enter your name as 'Black Beard' and you almost never get attacked. Also, some of the ships will actually just give up when you attack them!
  • Stat Boost

Uncharted Waters New Horizons Cheats

Upon starting the game, refuse the stats about 75 times and suddenly you’ll see the stats greatly increased. Patience!Cheats


KNOW SOMETHING WE DON'T?

You can submit new cheats for this game and help our users gain an edge.

Uncharted Waters New Horizons Game Genie Codes

Print This Page

Uncharted Waters New Horizons Cheats Game Genie Download