Rust Wiki

Revision Difference

Cinematic_Prefabs#547097

<cat>Dev.Cinematic</cat> <title>Prefabs & Entities</title> This page details information regarding prefabs and entities useful for cinematic purposes. <note>WORK IN PROGRESS - information coming soon</note> # Cinematic Prefabs Below are cinematic prefabs which can be used in <page text="custom maps.">custom_maps</page> # Cinematic Entities Cinematic entities can be spawned by admins via the <page text="F1 console">f1/console</page> or placed in <page text="custom maps.">custom_maps</page> # Other Entities Below are additional entities useful for cinematic purposes - these can be spawned by admins via the <page text="F1 console">f1/console</page> or placed in <page text="custom maps.">custom_maps</page> ## Modular Car Presets ⤶ ⤶ These modular car presets make it easier for server owners to instantly spawn a working vehicle for each of the 3 chassis sizes. ⤶ + For **2 module cars**, use the command `spawn car_2mod_01` and replace the last double digit number for a different preset.⤶ + For **3 module cars**, use the command `spawn car_3mod_01` and replace the last double digit number for a different preset.⤶ + For **4 module cars**, use the command `spawn car_4mod_01` and replace the last double digit number for a different preset.⤶ ⤶ Below is a full list of the current available modular car preset prefabs:⤶ ⤶ ```⤶ ⤶ Modular car presets make it easier for server owners to instantly spawn a working vehicle for each of the 3 available chassis sizes. These car presets come spawned with tier 3 engine components and max fuel.⤶ ⤶ Spawn a modular car preset using the command `spawn car_2mod_01` or `spawn car_3mod_01` or `spawn car_4mod_01` - replace the last double digit number for a different vehicle configuration. ⤶ <note>For less typing and faster spawning, use the spawn command without the "car_" portion of the string - E.g. "spawn 2mod_01" or "spawn 3mod_05"</note>⤶ ⤶ Below is a full list of the current available modular car presets, each with different configurations:⤶ ⤶ ```cpp⤶ /// 2 Module Cars⤶ car_2mod_01 car_2mod_02 car_2mod_03 car_2mod_04 car_2mod_05 car_2mod_06 car_2mod_07 car_2mod_08 ⤶ car_3mod_01⤶ ⤶ /// 3 Module Cars⤶ car_3mod_01⤶ car_3mod_02 car_3mod_03 car_3mod_04 car_3mod_05 car_3mod_06 car_3mod_07 car_3mod_08 car_3mod_09 car_3mod_10 car_3mod_11 car_3mod_12 ⤶ car_4mod_01⤶ ⤶ /// 4 Module Cars⤶ car_4mod_01⤶ car_4mod_02 car_4mod_03 car_4mod_04 car_4mod_05 car_4mod_06 car_4mod_07 car_4mod_08 car_4mod_09 car_4mod_10 car_4mod_11 ``` ⤶ ⤶ ⤶ <note>These car presets spawn with T3 components and max fuel.</note>