OK, so in this game, you have up to three (3) DNA boards called your "Over Energy Boards" that you can install OE Chips into to achieve a desired mutation and result. For example you can install chips that lead to a perk called "Cross Healing" (participants in a "Cross Fire" will slowly regain health) and the higher the level, the better the results.
Here are the codes to mod the values of installed OE chips:
#OE DNA Board 1 LEVELS
;SwoRNLeaDejZ
;values are left to right
;set to 99
;connected sections must be lowered
;top row
0x014a0d48 0x63
0x014a0d64 0x63
0x014a0d80 0x63
;middle row
0x014a0d9c 0x63
0x014a0db8 0x63
0x014a0dd4 0x63
;bottom row
0x014a0df0 0x63
0x014a0e0c 0x63
0x014a0e28 0x63
#OE DNA Board 2 LEVELS
;SwoRNLeaDejZ
;values are left to right
;set to 99
;connected sections must be lowered
;top row
0x014a0ad8 0x63
0x014a0af4 0x63
0x014a0b10 0x63
;middle row
0x014a0b2c 0x63
0x014a0b48 0x63
0x014a0b64 0x63
;bottom row
0x014a0b80 0x63
0x014a0b9c 0x63
0x014a0bb8 0x63
#OE DNA Board 3 LEVELS
;SwoRNLeaDejZ
;values are left to right
;set to 99
;connected sections must be lowered
;top row
0x014a0868 0x63
0x014a0884 0x63
0x014a08a0 0x63
;middle row
0x014a08bc 0x63
0x014a08d8 0x63
0x014a08f4 0x63
;bottom row
0x014a0910 0x63
0x014a092c 0x63
0x014a0948 0x63
#OE DNA Board 4 LEVELS
;SwoRNLeaDejZ
;values are left to right
;set to 99
;connected sections must be lowered
;top row
0x014a05f8 0x63
0x014a0614 0x63
0x014a0630 0x63
;middle row
0x014a064c 0x63
0x014a0668 0x63
0x014a0684 0x63
;bottom row
0x014a06a0 0x63
0x014a06bc 0x63
0x014a06d8 0x63
Essentially what these 3 codes do, is allow you to control the level of each OE chip. There are some drawbacks however. Connected chips can not be set too high, or the result will be too high of a value, and as such the values will offset each other and result in a negative. Here is an example. As you will notice, in the picture below, all of the values in the top row and bottom row, are set to 99. Because they are SINGLE OE CHIPS all of these values remain and give you a result of 6 of your OE chips being at a 99 value.
Now, if any of those CHIPS had been connected to one another (multiple chips of the same kind) you would have to mod the values of the codes to something much lower, like for example, if you had 3 chips of the same kind in the top row, you would edit the code to set two of the values to 0 and one of the values to 99 so that it would return a 99 value for that specific OE chip. So say DNA Board 2 had 3 chips of the same kind in the top row, we would mod the code to look like this:
#OE DNA Board 2
;SwoRNLeaDejZ
;values are left to right
;set to 99
;connected sections must be lowered
;top row
0x014a0ad8 0x63
0x014a0af4 0x00
0x014a0b10 0x00
;middle row
0x014a0b2c 0x63
0x014a0b48 0x63
0x014a0b64 0x63
;bottom row
0x014a0b80 0x63
0x014a0b9c 0x63
0x014a0bb8 0x63
That would set the value of TWO of the THREE chips to 0, and ONE of the THREE to 99, thus returning a 99 value for the specified DNA type. It's really pretty simple, just play around with it, and watch how much you BEAST in game when you set your OE Chips to 99
NOTE: AN ENERGY DEFENSE CHIP SETTING OF 99 IS EQUAL TO INFINITE HEALTH
*ADDED: 7/8/11 NEW DNA CHOOSER*
Well, this is like an extension of my last post. My last post allows you to change the LEVELS of the installed OE DNA Chips. This lets you choose WHICH DNA chips you have installed in each slot of each DNA board. If you use this in conjunction with the other code, you can install 9 of your favorite DNA chips all at level 99, and be nearly INVINCIBLE. Truly EPIC.
Here are the codes:
#OE Chip Chooser Board 1
;SwoRNLeaDejZ
;Mod 00 at each address
;for different DNA chips
;top row
0x014a0d40 0x00
0x014a0d5c 0x00
0x014a0d78 0x00
;middle row
0x014a0d94 0x00
0x014a0db0 0x00
0x014a0dcc 0x00
;bottom row
0x014a0de8 0x00
0x014a0e04 0x00
0x014a0e20 0x00
#OE Chip Chooser Board 2
;SwoRNLeaDejZ
;Mod 00 at each address
;for different DNA chips
;top row
0x014a0ad0 0x00
0x014a0aec 0x00
0x014a0b08 0x00
;middle row
0x014a0b24 0x00
0x014a0b40 0x00
0x014a0b5c 0x00
;bottom row
0x014a0b78 0x00
0x014a0b94 0x00
0x014a0bb0 0x00
#OE Chip Chooser Board 3
;SwoRNLeaDejZ
;Mod 00 at each address
;for different DNA chips
;top row
0x014a0860 0x00
0x014a087c 0x00
0x014a0898 0x00
;middle row
0x014a08b4 0x00
0x014a08d0 0x00
0x014a08ec 0x00
;bottom row
0x014a0908 0x00
0x014a0924 0x00
0x014a0940 0x00
#OE Chip Chooser Board 4
;SwoRNLeaDejZ
;Mod 00 at each address
;for different DNA chips
;top row
0x014a05f0 0x00
0x014a060c 0x00
0x014a0628 0x00
;middle row
0x014a0644 0x00
0x014a0660 0x00
0x014a067c 0x00
;bottom row
0x014a0698 0x00
0x014a06b4 0x00
0x014a06d0 0x00
Now you will have to open up those codes in your cheat device, and replace the 00 with one of these codes below (you can leave one at 00 if you'd like because it is one of the values :D)
DNA Chip Codes:
00 = Energy Shot
01 = Inferno
02 = Regeneration
03 = Energy Defense
04 = Barrier
05 = Pre-Raise
06 = Boost Fire
07 = Cross Healing
08 = Rapid Link
09 = Odds Up
0A = Impact Wave
0B = Healing
0C = Haste
0D = Power Surge
0E = Antibody
0F = Restock
10 = Kill
11 = Critical Shot
12 = Slow
13 = Slow Recharge
14 = Lowered Evasion
15 = Odds Down
16 = Disease
17 = Illness
Now, the ones from about 12-17 are BAD DNA types, so maybe avoid those ones, I just figured I would include them to make the list complete.
So there you have it, now you have FULLY customizable DNA boards for your US version of The 3rd Birthday. Enjoy!
REP+
Enjoy! Feel free to post this elsewhere so long as you LEAVE MY CREDIT.
Bookmarks