HAX Mode & Bot file editing are for that...
Type out the following in proper-case: I SOLEMNLY SWEAR THAT I WILL NOT USE BOT FILE EDITING ON ANY ROBOT THAT I ENTER IN A TORUNAMENT Good? Good, now here's what you need. Keep in mind that this only works if you have a good txt flie editor like Notepad++ and not regular old Notepadhttps://gametechmods.com/forums/index.php/topic,11658.0.html
You got my vote for RA2 Wizard. Always and forever.
That is exactly what Hax mode is. You can learn how to do it here:https://gametechmods.com/forums/index.php/topic,7468.0.html
For completeness, I'll post this here even though you found it and posted in the other thread 3 minutes later...The sergepatcher may be found here and the download link has been updated.
sergepatcher.getmd5() #returns a unique id depending on EXE version (IIRC, it is not the actual version id number but a string of characters that is different in all three of the EXE versions that were officially released by Infogrames)sergepatcher.mbox("Hello", "world") #creates a new window (outside of RA2) that has the title "Hello" and the message "world." The only way of exiting it without closing RA2 is to use Alt-F4 on it.sergepatcher.patch(0x42f7ba, "\xEB\x06", 2) #The first parameter is the address, the second parameter is what you are replacing with, and the third parameter is the number of characters after the address that you are replacing. The given values prevent RA2 v1.3 from disabling component placement when the component causes the bot to exceed 800kg.sergepatcher.setw(0x42f7ba, 2) #This method returns True if it can modify the given memory location (or something like that)
I am indeed new to python but thats not a reason to give up. I like learning new stuffs.
Do you know how to make the msg function as the guy in the video did? could you upload a sergepatcher version wich includes that function?
Serge never got around to releasing the version with the msg command working.