Start procedure
#13

Cat_Mouth Wrote:What is a rcu file, please ?

The rcu file exists in the root folder of your '46(m) installation directory. It serves as an 'index' for all scripts to be run at spawn-time. The rcu file represents a way for the user to add basic script support to the game engine. For example, here is the "Garbage Collect" (GC) Script:

Code:
GC
GC
GC
timeout 3600000 f gc.cmd

It cleans the memory three times, and then tells itself to run after 3600000ms (60mins) has passed.

Back on topic - A 'coldstart' script has been completed!

DOWNLOAD HERE

Here are the instructions for installation:
  1. Download the above file straight into your root IL-2 directory (next to your il2fb.exe file)
  2. Open the 'rcu' file (in the same directory) with notepad
  3. Add the line "@file coldstart.cmd" on a new line

To UN-install:
  1. Open the 'rcu' file with notepad
  2. Delete the line that contains "@file coldstart.cmd"

It's that easy!

Here's the code in the script:
Code:
hotkeycmd EXEC MagnetoMinus
timeout 1000 hotkeycmd EXEC MagnetoMinus
timeout 1200 hotkeycmd EXEC MagnetoMinus
hotkeycmd EXEC COCKPITDOOR
hotkeycmd EXEC Radiator
hotkeycmd EXEC Radiator
hotkeycmd EXEC Radiator
hotkeycmd EXEC Radiator
hotkeycmd EXEC Radiator
hotkeycmd EXEC AIRCRAFT_TRIM_H_MINUS
hotkeycmd EXEC AIRCRAFT_TRIM_H_MINUS
hotkeycmd EXEC AIRCRAFT_TRIM_H_MINUS
hotkeycmd EXEC AIRCRAFT_TRIM_V_PLUS
hotkeycmd EXEC AIRCRAFT_TRIM_V_PLUS
hotkeycmd EXEC AIRCRAFT_TRIM_V_PLUS
hotkeycmd EXEC AIRCRAFT_TRIM_V_PLUS
hotkeycmd EXEC AIRCRAFT_TRIM_V_PLUS
hotkeycmd EXEC AIRCRAFT_TRIM_V_PLUS
hotkeycmd EXEC AIRCRAFT_TRIM_V_PLUS
hotkeycmd EXEC AIRCRAFT_TAILWHEELLOCK
hotkeycmd EXEC Step0
hotkeycmd EXEC Mix0
hotkeycmd EXEC Power0
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 6 Guest(s)