Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
7F 71 6E D5 00 00 00 00 00 80 3F 00 00 80 3F
Just put a number of common items (with known bytes) in your inventory in a recorded sequence, and then save+exit the campaign, find the sequence of items in the save-file, change them into potions of oblivion, save the file, re-load the campaign, and you should have a whole load of oblivion potions at your disposal ...
Trying to get this to work by turning quiver of arrows into the potion of oblivion.
I figured the quiver of arrow is:
5A 5F F9 66
I found their code:
5A 5F F9 66 00 00 00 00 00 80 3F CD CC 4C 3F 0A 00 01
So I tried to change
5A 5F F9 66 00 00 00 00 00 80 3F CD CC 4C 3F
to
7F 71 6E D5 00 00 00 00 00 80 3F 00 00 80 3F
When I tried to load the save game, I just get error message and CTD.
Any idea what I am not doing correctly?
You should have replaced the whole of "5A 5F F9 66 00 00 00 00 00 80 3F CD CC 4C 3F 0A 00" (including the "0A 00" on the end - the "0A" being the ammo count of 10) with the potion's bytes. It doesn't matter that the new item contains more bytes than the one replaced.
Normally, I highlight all of the bytes I want to replace, and paste in the new replacement bytes ("Paste Insert", Ctrl+V), and (if the switched items have different byte sizes) the programme asks me if it's okay that the edit alters the file-size, and I say yes and then it's done.
Note, however, that the "01" at the end of the quiver's bytes (as you posted above) isn't actually part of their bytes. There are "01" bytes separating all of the items in the inventory, and these aren't a part of any items and should be left in place (although in some cases there will chance to be an "01" byte that's actually a part of an item).
With the change that you made, there are probably still some "0A 00" bytes immediately after the potion's bytes in the save-file, and the game will be interpreting these as part of the potion's bytes and thus not recognizing the item. If you simply delete the "0A 00" (but leave the "01" between the bytes for the potion and the next item), it hopefully should load again.
Havent found a standalone mod for the same :( .
https://www.nexusmods.com/battlebrothers/mods/294