Skip to content

GSC Compiler

qaate47 edited this page Mar 8, 2026 · 1 revision

Commands

# Compile gsc file

acts gscc <input.gsc> -g <game> (-p <type>)

# Example
# Compile my_script.gsc into a cold war script
acts gscc my_script.gsc -g cw

# Compile my_script.gsc into a cold war script for ps4
acts gscc my_script.gsc -g cw -p ps4

TODO: more info

Clone this wiki locally