cinematics
- XZodia
- Staff
- Posts: 2208
- Joined: Sun Dec 09, 2007 2:09 pm
- Location: UK
- Contact:
cinematics
i'm having trouble finding which reflexives i need to null....
- Aumaan Anubis
- Staff
- Posts: 1812
- Joined: Thu Dec 13, 2007 12:18 am
- Contact:
cinematics
This is for getting rid of the cinematics?
Can't you just delete the cinematic-related chunks?
Can't you just delete the cinematic-related chunks?
- XZodia
- Staff
- Posts: 2208
- Joined: Sun Dec 09, 2007 2:09 pm
- Location: UK
- Contact:
cinematics
well ive nulled everything related to cinematics that i can find but nothing changes
- neodos
- Posts: 1493
- Joined: Sun Dec 09, 2007 8:58 pm
cinematics
Cinematics are fully scripted, you'll need to "remove" those, but you need to understand how it works to do a "jump" between map loading/cinematic/player spawn.
- JacksonCougar
- Huurcat
- Posts: 2460
- Joined: Thu Dec 06, 2007 11:30 pm
- Location: Somewhere in Canada
cinematics
Neodos I'm not getting on your case in a bad way but you really need to be more specific; saying that you need to "understand it" and not give and actual helpful information as a follow-up is very annoying. It send the message to me that you don't care to share your knowledge of this matter
Just my thoughts on the matter.
Just my thoughts on the matter.
- Aumaan Anubis
- Staff
- Posts: 1812
- Joined: Thu Dec 13, 2007 12:18 am
- Contact:
cinematics
Neodos doesn't ever seem to feel compelled to release his methods. All he does is give you a hint, and in this case, a bad one
- JacksonCougar
- Huurcat
- Posts: 2460
- Joined: Thu Dec 06, 2007 11:30 pm
- Location: Somewhere in Canada
- neodos
- Posts: 1493
- Joined: Sun Dec 09, 2007 8:58 pm
cinematics
There is no tutorial for scripting, each map's cinematics are executed by the scripts in a different way.
Just start by looking at the startup script, see what it does, follow the scripts execution order(they slipt sometimes) until the end, then you should be able to know what scripts you can remove so the cinematics are removed.
But look at all scripts because some does sbsp loading which is necessary of course and may be in a cinematic script.
Also i don't always explain because i wouldn't know how to explain.
Just start by looking at the startup script, see what it does, follow the scripts execution order(they slipt sometimes) until the end, then you should be able to know what scripts you can remove so the cinematics are removed.
But look at all scripts because some does sbsp loading which is necessary of course and may be in a cinematic script.
Also i don't always explain because i wouldn't know how to explain.
-
- Posts: 409
- Joined: Sat Jan 12, 2008 11:42 pm
- Location: Michigan
- Contact:
cinematics
Exactly a person sart enough to reaize that it's not rocket scince they would simply follow into it and sooner or later figure how it works. Some Cutscene's/AISqad spawns are done through TriggerZones/badly named DeathZones *Stares at xzodia.
This is how I figuresd how Campaign scripts worked and I've done some cool stuff with AI Sqad spawns.
This is how I figuresd how Campaign scripts worked and I've done some cool stuff with AI Sqad spawns.
- XZodia
- Staff
- Posts: 2208
- Joined: Sun Dec 09, 2007 2:09 pm
- Location: UK
- Contact:
cinematics
.....my scnr plugin correctly names the trigger zones reflexive, there is however another reflexive for death zones which references trigger zones...Supermodder911 wrote:TriggerZones/badly named DeathZones *Stares at xzodia.
-
- Posts: 409
- Joined: Sat Jan 12, 2008 11:42 pm
- Location: Michigan
- Contact:
cinematics
Well the plugins I looked at in Entity UE 1.6 have it labeled as Death Zones...
Must be a older plugin.
Must be a older plugin.