Important Message

You are browsing the archived Lancers Reactor forums. You cannot register or login.
The content may be outdated and links may not be functional.


To get the latest in Freelancer news, mods, modding and downloads, go to
The-Starport

Can the cutscene be skipped?

This is a free discussion forum on Freelancer. This is the place to discuss Freelancer issues NOT covered by the other boards!

Post Sat Jun 21, 2003 4:05 pm

Can the cutscene be skipped?

I tried ESC but it does not work. Is there a way to skip it?

Post Sat Jun 21, 2003 4:06 pm

I'll be frequenting this thread often...I need it to test out the mods!
Sorry no info on the acutal question! lol

Post Sat Jun 21, 2003 7:33 pm

The cutscenes as in Story Cutscenes that go BLAH BLAH BLAH.

Post Sat Jun 21, 2003 7:40 pm

nope. Sorry. Your stuck with each and every oen of 'em.

---------------------------------------------------------------------

Post Sun Jun 22, 2003 11:40 am

Ditto.
You have to sit and wait for the cutscenes to finish. but if you modify the game files (i can't tell you here, not out of the Mod forum) you can POSSIBLY skip the cutscenes. (check the Mods Forum)

Remember... you can't spell insane without sane

Post Sun Jun 22, 2003 1:57 pm

what you dont like the banter on the sp game?

Stand back I don't know how big it gets.

Post Mon Jun 23, 2003 6:40 am

I have tried a few combos and yes your are stuck with them

"Death is only the beginning"

Post Mon Jun 23, 2003 11:32 pm

They get really annoying when you can't beat a certain section (Mine was the part when the "friendly Rheinlanders" destroyed the Battleship and you had to fight all those HV's) and you have to watch the same preview over and over again. (I finally had to start that section over, ignore Juni, and get a better ship)

One Ring to Rule them all. . .
Okay, Okay, LotR isn't quite the same as Freelancer.

Post Tue Jun 24, 2003 4:38 am

The missionn .ini's are reasonably easy to understand. It is possible to rip out the cutscenes. Its tedious tho cause you have to keep going back to the game and checking you have removed the right bits of script.

I have succesfully removed all the crap at the start (freeport 7 blowing, landing on manhatten, lonnigan etc) so you just pop onto manhatten and are told to meet juni in the equip room. It writes your log as normal tho so you can always check back. The ini's are quite non-linear with various different triggers. Here are a few useful ones :

Act_ActTrig = TRIGGER -- directly calls another trigger i.e. {Trigger} bit with 'TRIGGER' nickname
Act_AddRTC = missionsXX.ini -- calls external .ini usually containing placements of NPC's and cutscene footage
Act_StartDialog = DIALOGUESECTION -- calls {Dialogue} section with nickname 'DIALOGUESECTION'
Cnd_xxxxx = parameters -- all triggers have these conditional bits. After they are called they wait for the condition to be satisfied than proceed with the script e.g. Cnd_BaseEnter = BASENAME -- script will be continued after 'basename' is landed at Cnd_LocEnter = ROOM, BASENAME script will be continued after room 'ROOM' (bar, equip etc.) at base 'BASE' is entered
Cnd_RTCDone = missionsXX.ini -- waits till the external .ini has finished then contrinues
Cnd_CommComplete = DIALOGUE -- waits till dialogue (called by Line = DIALOGUE in {Dialogue} section) is finished
Cnd_True = no_params -- this just means no condition must be satisfied to continue
Cnd_Timer = X -- waits X seconds (or near enough to seconds) then continues
InitState = ACTIVE -- not sure about this. First i thought it meant that the {Trigger} didnt have to be called an was just activated by default. But all {Triggers} with these bits have conditional bits anyway and there are {Triggers} not called anywhere that work fine just on the basis of their Cnd_ bits.

Basically you want to pick the point you want to exit at - look for a trigger just after the last dialogue has finished - and patch in a call to that early on to skip the scenes. Your problem is finding all the vital bits in the stuff you have skipped and putting them in somewhere. Good luck.

Post Tue Jun 24, 2003 5:00 am

Some stuff like landing and the slow movement of the ship into an equipment room can be skipped by hitting escape.

Return to Freelancer Discussion