• Do not use Works in Progress as a way of avoiding the releases system! Works in Progress can be used for sharing early betas and for getting suggestions for improvement. Releases of finished content are not allowed in this forum! If you would like to submit a finished addon, click here for instructions on how to do so.

I was wondering.

Status
Not open for further replies.

Super_Sonic119

Golden Star
Is it possible to change the text that appears when Sonic dies? Like "Sonic was killed by whatever" to anything I want, and if it is possible is it possible without programming it in, cause I don't know C++. >.>
 
Yeah, a lot of that is in raw strings, easily hex edited. I once had a crazy internet curse blocking thing that replaced words like "porn" with blank spaces so I got an SRB2 exe that said "Jason the Echidna fell into a (blank)(blank)(blank)(blank)(blank)(blank)(blank)(blank)(blank)(blank) pit!"
 
???!?

Crazy, JTE.

Anyways, in a Hex editor, do raw strings have an "End of string" character, or is the string leingth defined somewhere else in the file?

Ex: I know I could edit "Knuckles" to "Tails " with 3 spaces, but could I edit "Tails" to "Knuckles", or do I have to settle with "Knux "?
 
Personally, I like to change the error messages. "Signal Handler: Segment Meltdown. Your computer will now dissolve due to THZ slime."
 
Eggman has hacked into your PC. Surrender now.
Or, even Bill Gates has hacked into your Linux conversion!

I've fooled my parents with a batch script many times.
Code:
@echo off
echo Bill Gates is mad at you.
echo You must pay a restart tax of $25000 before you can use this PC.
echo Runtime error 0x0001
pause
cls
echo Wrong key. Try again.
pause
cls
echo Wrong key. Would you like fries with that?
pause
echo Why not?
pause
echo I'm melting! I'm melting!
shutdown.exe
Heh heh... I have a little exe in there that turns the PC off.

Of course, you can use Ctrl+Alt+Del to bypass that, but in their panic, they forget. Ho ho ho!
What makes it more realistic is if I put it in the startup menu.
 
I tried something like that once, out of anger at my brother. I used TGF to make a program that logs him off when he trys to log on unless he uses a password thing that I have easy access to changing. I nulled Ctrl + Alt + Del by making it always go on top of everything and thus, it was perfect. No, not even Alt + F4 worked. So... My bro stole my GBA and all my other electronic goods and hid them. :|
 
No, that program was a really stupid parental control thing that erased all swears and such and rendered packets corrupt, which is how I would disconnect.
 
That reminds me of MouseLock. Gimme a sec...
http://www.segobit.com/ml.htm

This program is pure evil. It's too high security!
Not Alt+F4, no CTRL+ALT+DEL, no reboot, no nuthin' can crack this.
Once, I accidentaly set a time limit and forgot the password. It rendered my computer unusable for about a week until we got it to the computer store.
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top