Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » scripts.dll 1.5
scripts.dll 1.5 [message #68713] Tue, 24 February 2004 23:18 Go to previous messageGo to next message
Titan1x77 is currently offline  Titan1x77
Messages: 1086
Registered: February 2003
Karma: 0
General (1 Star)
one last request...JFW_Gravity_Zone?

Kirby...that wouldnt solve anything anyways...I just dont want people teleporting stuck together from a jump pad...also shooting in mid air would be nice aswell.

I was going to do a series of CTF maps...with jump pads etc.

But I think im only going to make AOW maps and maybe a few more KOTH maps with the new scripts...I also have to work on maps for FOF mod.

So no time for silly jump pad CTF maps anyways.


"But if the gameplay sucks, the looks don't matter at all." - Sir Phoenixx

scripts.dll 1.5 [message #68728] Wed, 25 February 2004 01:30 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

Cant do anything with gravity at all.
scripts.dll 1.5 [message #68732] Wed, 25 February 2004 02:52 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

btw, to vloktboky (or anyone else working on Set_Animation), I have figured out that const char *unk1 is actually the subobject for that animation (i.e. the same thing as the sub_obj_name mentioned here http://renhelp.co.uk/?tut=21 for play_animation)

So that only leaves 2 parameters to identify.

To-do before I release:
1.Implement the Chronosphere script (about to do that, shouldnt take long Smile
2.Grab any scripts vloktboky (or anyone else) wants to submit
3.Write JFW_Walking_Animation if I can figure out how.
4.Write and/or get someone else to write (e.g. vloktboky) the 3 CTF ideas
5.Test the scripts and/or get them tested
then 6.release 1.5
[/url]
scripts.dll 1.5 [message #68735] Wed, 25 February 2004 04:32 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

Regarding the cinematics for the iron curtain and chronosphere, there are 3:
Cinematic 1 (for powerup) plays when the Chronosphere beacon is deployed or when the Iron Curtain has charged up
Cinematic 2 (for activation) plays when something chronoshifts or when the iron curtain makes something invulnerable
and Cinematic 3 (for powerdown) plays as follows:
1.after cinematic 2 has finished (settable with a timer as to how soon after cinematic 2 cinematic 3 should play)
2.When the iron curtain or chronosphere is killed and its powered up (or when the power goes down, same thing as killing it)
or 3.When the chronosphere times out and becomes inactive again
scripts.dll 1.5 [message #68739] Wed, 25 February 2004 05:51 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

ok, I have implemented all the scripts and am now doing final cleanup and documentation, then comes:
Testing
Integrating any other scripts made by others (e.g. the 3 CTF ideas which I personally dont have time to code up)
Writing some animation scripts if I/we can figure out how

Also, I have had to abandon the JFW_KOTH_Zone script due to being unable to implement it in a workable way, mabie I will take another look for 1.6 (if there is a 1.6)

No ETA on release yet
scripts.dll 1.5 [message #68776] Wed, 25 February 2004 12:12 Go to previous messageGo to next message
General Havoc is currently offline  General Havoc
Messages: 1564
Registered: February 2003
Location: Birmingham, England, Unit...
Karma: 0
General (1 Star)
So the sub object in an animation is something like MYFLAG.WINDANIM where the bit in bold is the sub object? Normally when calling an animation to play you have to name the subobject, well in Leveledit anyway that is true. The default animation is normally the same as the W3D file name like MYFLAG.MYFLAG for example.

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 1.5 [message #68790] Wed, 25 February 2004 12:57 Go to previous messageGo to next message
vloktboky is currently offline  vloktboky
Messages: 290
Registered: February 2003
Location: Kentucky, USA
Karma: 0
Recruit

Contact me tonight around 7 PM EST. I'll have the CTF stuff ready and maybe the animation stuff ready. My parachute idea is too complicated to explain in words right now, but it will not be ready for the 1.5 release, so don't wait on it.
scripts.dll 1.5 [message #68802] Wed, 25 February 2004 14:57 Go to previous messageGo to next message
Laser2150 is currently offline  Laser2150
Messages: 178
Registered: March 2003
Karma: 0
Recruit
Just one last thing that I hope is possiable!


Attach a unique script with a number (like 00001)
Can you have it send a message to a controller when someone dies
Then it sends a message to the player to active a sound.

can that be done?


http://www.n00bstories.com/image.fetch.php?id=1048733368
Command Whats Yours, Conquer what isn't.
Modeler for Renegade.
scripts.dll 1.5 [message #68813] Wed, 25 February 2004 15:37 Go to previous messageGo to next message
General Havoc is currently offline  General Havoc
Messages: 1564
Registered: February 2003
Location: Birmingham, England, Unit...
Karma: 0
General (1 Star)
Laser2150

Just one last thing that I hope is possiable!


Attach a unique script with a number (like 00001)
Can you have it send a message to a controller when someone dies
Then it sends a message to the player to active a sound.

can that be done?


Attach JFW_Death_Send_Custom to a player when they spawn by using a scriptzone with JFW_Attach_Script on it. COnfigure death send custom to send to a daves arrow. On the daves arrow attach JFW_3d_Sound_Custom with your sound set.


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 1.5 [message #68882] Wed, 25 February 2004 19:55 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

I dont know exactly what the "sub object" refers to
I just know that the parameters passed to Set_Animation match with the parameters passed to the Play_Animation command in a Cinematic Text file.
scripts.dll 1.5 [message #68886] Wed, 25 February 2004 20:46 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

oh and BTW, if you come online and I am not online, please email me (at jonwil@tpgi.com.au) the CTF stuff and the animation stuff and so on.

Or post here or whatever.
Because I really need this last stuff from you ASAP so that I can finalize 1.5 and move on to testing Smile
scripts.dll 1.5 [message #68891] Wed, 25 February 2004 21:26 Go to previous messageGo to next message
bigwig992 is currently offline  bigwig992
Messages: 555
Registered: February 2003
Location: Nashua, NH
Karma: 0
Colonel
Oh, a late request, but shouldn't be hard. A clone of the engineer target, repair scripts. So each team can have their own script and the AI engineers of one team don't repair the objects on the other team. Sorta, maybe understand?

-The ONLY Renegade fan to pee off a school.
http://www.n00bstories.com/image.fetch.php?id=1055662786
http://www.n00bstories.com/stats/renegade_stats.php?player=bigwig992&team=gdi
scripts.dll 1.5 [message #68901] Thu, 26 February 2004 01:01 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

Making AI engineers I can do.
But that will be for 1.6 Smile
scripts.dll 1.5 [message #68997] Thu, 26 February 2004 17:54 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

ok, I added a script JFW_Looping_Cinematic that starts a cinematic when an object is created and stops it when the object is destroyed.
How often to play the cinematic is user-settable.

Also, I am looking at the AI engineers (if I can figure out they should work)

Still waiting for vloktboky to give me that stuff. (GRRR @ vloktboky Sad )

If I can get Set_Animation working, I will try and add a few animation related scripts to 1.5.

Also, I am aiming to get to 200 new scripts in the custom scripts.dll for 1.5 so I will add various misc scripts (for example, clones of some WW scripts just to act as demonstation of how they work so other coders can see, plus they are easy way to bump up the count Smile
scripts.dll 1.5 [message #69001] Thu, 26 February 2004 18:04 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

BTW, thats 200 total on top of all the WW script, not 200 new ones since 1.4 Smile
Currently, there are 181 in the current 1.5 WIP so getting to the magic 200 should be possible.
scripts.dll 1.5 [message #69002] Thu, 26 February 2004 18:07 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

As for the engineer scripts, because its too difficult to implement a sutable algorithim for determining which building to repair (i.e. one that doesnt have the engineer moving all over the map all the time and never actually repairing), I am implementing things so that each engineer can only repair one building (specified in the script)
scripts.dll 1.5 [message #69004] Thu, 26 February 2004 18:29 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

Actually, its still up in the air, I am still triyng to figure out what to do with these bots Smile
scripts.dll 1.5 [message #69007] Thu, 26 February 2004 19:18 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

Final answer is that I cant figure out how to do engineer bots in any usefull way therefore I dont intend to do the scripts.
scripts.dll 1.5 [message #69022] Thu, 26 February 2004 20:25 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

Check these scripts for some scripts that might make "bot" engineers work:
DLS_Spawn_Engineer
DLS_Spawn_Engineer2
M03_Engineer_Repair
M03_Engineer_Target
MX0_Engineer1
MX0_Engineer2
MX0_Engineer_Goto
MX0_Engineer_Goto2
MX0_Engineer_Return
RMV_Building_Engineer_Controller
RMV_Engineer_Wander
RMV_Toggled_Engineer_Target

One or more of these, if used in the right way, should be usable for engineer bots. (no I dont know just how, just try playing with those)
scripts.dll 1.5 [message #69063] Fri, 27 February 2004 05:57 Go to previous messageGo to next message
bigwig992 is currently offline  bigwig992
Messages: 555
Registered: February 2003
Location: Nashua, NH
Karma: 0
Colonel
I'll try those, but all I really wanted is a clone of the westwood script because I was happy the way it worked, even though it didn't repair buildings Smile .

-The ONLY Renegade fan to pee off a school.
http://www.n00bstories.com/image.fetch.php?id=1055662786
http://www.n00bstories.com/stats/renegade_stats.php?player=bigwig992&team=gdi
scripts.dll 1.5 [message #69104] Fri, 27 February 2004 13:05 Go to previous message
vloktboky is currently offline  vloktboky
Messages: 290
Registered: February 2003
Location: Kentucky, USA
Karma: 0
Recruit

Those CTF scripts will not be ready for 1.5. The way I had done it before won't work correctly, and I am in the middle of rewriting the entire thing so it would work correctly. I worked on it all day Wednesday and 3 hours straight when I got home last night, and I am no where near finished.

I can have them done for the next update, but I seriously don't think I could get them done by this update.
Previous Topic: New Building Tutorial
Next Topic: Various Gmax/Renegade Buildings Wanted
Goto Forum:
  


Current Time: Tue May 07 03:51:45 MST 2024

Total time taken to generate the page: 0.01148 seconds