Renegade Public Forums
C&C: Renegade --> Dying since 2003™, resurrected in 2024!
Home » Renegade Discussions » Mod Forum » Drop animations from Scripts.dll
Drop animations from Scripts.dll [message #70171] Fri, 05 March 2004 13:00 Go to next message
gibberish
Messages: 366
Registered: May 2003
Karma: 0
Commander
From Scripts.dll:

I can make vehicles just appear by doing a create_object, but is there any way to trigger the animation either for Nod or for GDI so that the vehicle is dropped or drives out of the WF?

I suspect I can fake the nod one by creating all the objects and attaching the relevant scripts from the C130 drop mods, however I hope there is an easier way additionally I don't have any idea how to do the GDI WF one.
Drop animations from Scripts.dll [message #70621] Mon, 08 March 2004 16:38 Go to previous messageGo to next message
Cpo64 is currently offline  Cpo64
Messages: 1246
Registered: February 2003
Location: Powell River, B.C. Canada
Karma: 0
General (1 Star)
So the vehicle is being created, but not purchased?

You would create it, then attach a follow waypath script.

I hope thats what you needed, I don't realy understand your question


-->
Drop animations from Scripts.dll [message #70628] Mon, 08 March 2004 16:57 Go to previous messageGo to next message
gibberish
Messages: 366
Registered: May 2003
Karma: 0
Commander
Cpo64

I don't realy understand your question

Sorry, let me try to clarify the question:

In a MP game how do I "Buy" a vehicle from scripts.dll, so that it gets dropped by the C130 in the same way as when a player buys the vehicle.
Drop animations from Scripts.dll [message #70661] Mon, 08 March 2004 18:20 Go to previous messageGo to next message
Genocide is currently offline  Genocide
Messages: 222
Registered: October 2003
Karma: 0
Recruit
Setup the Airstrip building controller? :rolleyes:

Fist Of Fate Renegade Mod:
http://fof.deadlyfear.com
Drop animations from Scripts.dll [message #70662] Mon, 08 March 2004 18:23 Go to previous messageGo to next message
IRON FART
Messages: 1989
Registered: September 2003
Location: LOS ANGELES
Karma: 0
General (1 Star)
I think he means like controling the animation when a vehicle is made. I remember one map where vehicles are bought in by chinooks when bought.
Drop animations from Scripts.dll [message #70663] Mon, 08 March 2004 18:29 Go to previous messageGo to next message
Genocide is currently offline  Genocide
Messages: 222
Registered: October 2003
Karma: 0
Recruit
Learn text cinematics then:

http://renhelp.co.uk


Fist Of Fate Renegade Mod:
http://fof.deadlyfear.com
Drop animations from Scripts.dll [message #70667] Mon, 08 March 2004 19:00 Go to previous messageGo to next message
gibberish
Messages: 366
Registered: May 2003
Karma: 0
Commander
I am working with standard maps, hence I am only changing scripts.dll.

All I want is to trigger the standard cinematics, C130 or War Factory.
If necessary I can work through the C130 drop script converting it to C++ code.

However I wanted to know if there was an easier way to just call the existing script.
Drop animations from Scripts.dll [message #70697] Mon, 08 March 2004 21:21 Go to previous messageGo to next message
Cpo64 is currently offline  Cpo64
Messages: 1246
Registered: February 2003
Location: Powell River, B.C. Canada
Karma: 0
General (1 Star)
I don't think there is an actuly script that tells the Text Cinematic to triger, I think its done by the engine.

When I made the vehicle drop of for GDI on Gateshead, I simply cloned the airstrip, changed some settings, and a cuple of other things I don't recall.

So you want to triger vehicle creation at a time other then purchase?

If this is the case, which method will you be useing to trigger it?


-->
Drop animations from Scripts.dll [message #70703] Mon, 08 March 2004 21:45 Go to previous messageGo to next message
gibberish
Messages: 366
Registered: May 2003
Karma: 0
Commander
Cpo64


When I made the vehicle drop of for GDI on Gateshead, I simply cloned the airstrip, changed some settings, and a cuple of other things I don't recall.



Thats interesting, that means there must be a hook somewhere that can be changed.

Cpo64


So you want to triger vehicle creation at a time other then purchase?



Yes

Cpo64


If this is the case, which method will you be useing to trigger it?


There are several ways that they could be triggered, for example:

- On a timer .... Every 5 minutes a unit is spawned.
- When an enemy gets close to your base.
- When a player finds a pickup.

The problem is not how they are triggered but how to make it look "Normal" rather than the vehicle just magically appearing out of thin air.

Additionally I don't like the thin air solution, because sometimes vehicles are spawned inside other vehicles, when this happens neither vehicle can be moved.
Drop animations from Scripts.dll [message #70712] Mon, 08 March 2004 23:48 Go to previous messageGo to next message
Cpo64 is currently offline  Cpo64
Messages: 1246
Registered: February 2003
Location: Powell River, B.C. Canada
Karma: 0
General (1 Star)
Okay, for the timer, just have a daves arror or what have you, and the script that triggers a cinematic.
For the one that triggers when a enemy gets close to your base, all I can think of is haveing a script zone that when entered by said team, cases a cinematic script to be played.
I don't know how to do it when a player finds a pick up.

Makeing it look normal? Depends what you mean by normal Wink

Pretty much, you need text cinematics, and objects with scripts that trigger them.


-->
Drop animations from Scripts.dll [message #70733] Tue, 09 March 2004 06:49 Go to previous messageGo to next message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

It depends on how you want the vechicle to appear.

Tell me exactly what you want to happen (e.g. When player enters this zone, deduct this much money from the playera and do the nod airstrip animation to make the vechicle appear)
Drop animations from Scripts.dll [message #70747] Tue, 09 March 2004 09:06 Go to previous messageGo to next message
Dante
Messages: 1039
Registered: February 2003
Karma: 0
General (1 Star)
jonwil

It depends on how you want the vechicle to appear.

Tell me exactly what you want to happen (e.g. When player enters this zone, deduct this much money from the playera and do the nod airstrip animation to make the vechicle appear)


jon, i think his aspects of how he is describing it is all off. he isn't trying to mod scripts.dll really, but actually make it so when a player enters a zone, timer countdown (i.e. spawn), and power up (also a spawn), then a text cinematic will be shown, either dropping off a vehicle or whatnot.


1. Create a new spawner, set the time limit (i.e. 5 minutes if you so like)
2. Make the object of the new spawner Invisible_Object.w3d
3. Attach the script Test_Cinematic to it,


now, every time that object spawns, it will run the text cinematic, and destory its self, there fore restarting the timer.

The power up can be done very similarly. And i believe there is a GTH_Zone script for cinematics (i know i had him do that one, at least remember it...)


So yeah, just check out those 2 first, and get to know how to do text cinematics, i have a tutorial on renhelp.co.uk, so get to it


Drop animations from Scripts.dll [message #70764] Tue, 09 March 2004 12:18 Go to previous messageGo to next message
gibberish
Messages: 366
Registered: May 2003
Karma: 0
Commander
Ok people I was trying to keep it simple so that the thread didn't deviate from the question I was trying to get answered, but that didn't work so:

Working Today
----
I have a heavily modified version of scripts.dll (Basically I have deleted everything except scripts.cpp and scripts.h)

One of this dll's many functions is to spawn a thread which opens a socket and listens for requests, once the external application connects it feeds type, position and heading information of all units in the game over the socket.

Attempting to do
----
What I am thinking about is creating a second game which intergrates with Renegade to provide a top down view of the level.

The idea is that there are two "Commanders" One GDI one Nod who get a CnC top down view of the map and can create additional AI units which are controlled directly by the commanders, or possiblity can be set to "Assist" other human players.

This is not a small project so I have asked a lot of questions about various aspects to get a feel about the scope and problems I am likely to encounter.

The problem I am trying to get an answer to at the moment is that if I create a vehicle using "create_object" it just appears on the map instead of driving out of the WF, and frankly it looks tacky.

So I was looking for a quick way to call the vehicle spawn scripts.
Drop animations from Scripts.dll [message #70798] Tue, 09 March 2004 15:42 Go to previous message
jonwil is currently offline  jonwil
Messages: 3555
Registered: February 2003
Karma: 0
General (3 Stars)

If thats what you want to do, thats possible.
Certainly for the airstrip anyhow, not quite sure for the war factory...

If you want me to explain in detail, contact me via AIM jonwil2002 ICQ 77572965 Yahoo jonwil2002 or MSN JonathanWilson623@hotmail.com

Since its not something that I can explain in a message board message, its complicated.
Previous Topic: Question about Reborn scripts
Next Topic: Presets and Zero Bug
Goto Forum:
  


Current Time: Sat Jun 08 20:46:17 MST 2024

Total time taken to generate the page: 0.00881 seconds