Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

dead message

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
User avatar
esequiel14
Member
Member
Posts: 191
Joined: September 15th, 2009, 4:17 am
Location: TX.

dead message

Post by esequiel14 »

when the player dies, falls off the map, or falls in lava a message always appears "you did something very dangerous!" where can i find this message code so i can change it? I already look for it everywhere but i didnt find it does anybody knows its location :?:
check out my video tutorials and sandbox coolest maps in http://www.youtube.com/user/Esequiel14
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: dead message

Post by PizzaLover101 »

I believe if you put a mapmodel (model # -1 [invisible]) then set it to lvl trigger 5 maybe? (haven't done level triggers in forever)

then

Code: Select all

level_trigger_1 = [echo "You did something dangerous!"]
IDK about the lvl trigger but that should work
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: dead message

Post by arcones »

@Pizza: what will end up happening is two messages will appear instead of one. It'd be much more fruitful to try and find the actual code (I may have found it once, but I can't remember).
Image
Want a user bar like this one? PM Leo!
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: dead message

Post by chocolatepie33 »

I did a windows search, it's in src->fpsgame->fps.cpp. It's a lot of confusing code, though...
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
arcones
Support Team
Support Team
Posts: 2734
Joined: January 13th, 2010, 12:42 pm
Name: Timothy
IRC Username: I use Steam
Location: Looking over your shoulder...
Contact:

Re: dead message

Post by arcones »

That's because it's C++ :P

Yeah, I'd ask Hirato about how to change that ;)
Image
Want a user bar like this one? PM Leo!
Locked