|
|
|
|
|
|
|
|
|
|
|
scripts.dll > Printing Messages [message #62236] |
Fri, 16 January 2004 13:34 |
|
General Havoc
Messages: 1564 Registered: February 2003 Location: Birmingham, England, Unit...
Karma: 0
|
General (1 Star) |
|
|
Along the lines of what I wanted a script to do. The JFW_Custom_Damage_Object doesn't work properly. Where you wanted the messages, I wanted the sounds. Does this script cause the sounds to trigger too?
Hopefully it will work and you can get in the next dll release. Then I can demo the method of making CTF mode working in all it's glory.
Visit my website at http://renhelp.laeubi-soft.de powered by laeubi.de
"SHUT UP AND MOD" - Dante
"ACK is the Simon Cowell of modding" - Ultron10
Scripts.dll Debugger, Map Scripter and Tutorial writer
Computer Science Bsc
Aston University in Birmingham, UK
|
|
|
|
scripts.dll > Printing Messages [message #62262] |
Fri, 16 January 2004 15:56 |
|
General Havoc
Messages: 1564 Registered: February 2003 Location: Birmingham, England, Unit...
Karma: 0
|
General (1 Star) |
|
|
Well originally Jonathan Wilson wrote "JFW_Custom_Damage_Object" that was meant to damage a building controller when a custom was sent to the object containing the script thus playing the buildings damage EVA announcement and showing the text in the chat box.
However the script didn't work - just killed the building no matter what the damage paramter was set to and not even the building destroyed message came up.
Basically I need a script that uses a building controller damage sounds when a custom is sent to the script. Much like your message one but with sounds.
The CTF stuff is not relevent as it involves other scripts to work with this one.
Visit my website at http://renhelp.laeubi-soft.de powered by laeubi.de
"SHUT UP AND MOD" - Dante
"ACK is the Simon Cowell of modding" - Ultron10
Scripts.dll Debugger, Map Scripter and Tutorial writer
Computer Science Bsc
Aston University in Birmingham, UK
|
|
|
|
scripts.dll > Printing Messages [message #62269] |
Fri, 16 January 2004 16:09 |
|
General Havoc
Messages: 1564 Registered: February 2003 Location: Birmingham, England, Unit...
Karma: 0
|
General (1 Star) |
|
|
Yeah that would be great. Make sure you send it to JW too so he can include it with the 1.4 release.
Visit my website at http://renhelp.laeubi-soft.de powered by laeubi.de
"SHUT UP AND MOD" - Dante
"ACK is the Simon Cowell of modding" - Ultron10
Scripts.dll Debugger, Map Scripter and Tutorial writer
Computer Science Bsc
Aston University in Birmingham, UK
|
|
|
|
|
|
|
scripts.dll > Printing Messages [message #62361] |
Sat, 17 January 2004 09:18 |
|
General Havoc
Messages: 1564 Registered: February 2003 Location: Birmingham, England, Unit...
Karma: 0
|
General (1 Star) |
|
|
What about damging the building controller? Can't you set it to damage a building controller by something like 1 and set the health of the building to someting like "9999999" - then kill it with a script when the game is over (CTF + Team DM mode skill the controller when the game ends) as for C&C mode, you need to kill it some other way.
Visit my website at http://renhelp.laeubi-soft.de powered by laeubi.de
"SHUT UP AND MOD" - Dante
"ACK is the Simon Cowell of modding" - Ultron10
Scripts.dll Debugger, Map Scripter and Tutorial writer
Computer Science Bsc
Aston University in Birmingham, UK
|
|
|
|
scripts.dll > Printing Messages [message #62456] |
Sun, 18 January 2004 04:55 |
|
General Havoc
Messages: 1564 Registered: February 2003 Location: Birmingham, England, Unit...
Karma: 0
|
General (1 Star) |
|
|
The building controller is used otherwise you get the server side bug where only the host can hear sounds. Building controllers transmit globally via the strings.tdb.
For C&C mode, another script could be wrote, so when all of a teams buildings are destroyed, a script will destroy the last one. IE using death send custom on the teams buildings and the new script triggers when it has received X amount of customs or something.
Visit my website at http://renhelp.laeubi-soft.de powered by laeubi.de
"SHUT UP AND MOD" - Dante
"ACK is the Simon Cowell of modding" - Ultron10
Scripts.dll Debugger, Map Scripter and Tutorial writer
Computer Science Bsc
Aston University in Birmingham, UK
|
|
|