Game Script Native
A downloadable tool for Windows and Linux
Game Script Native compiles the same Game Script code as native C++ or C or Swift or any other language that can compile .dll or .so dynamic library.
Join the official Game Script Discord server for news, updates, code examples and more!
https://discord.gg/D7pKPw4kFf
Game Script Native is about raising the standards of what it's like to write code fast: you must be able to just double click on the program and start typing code immediately, you must be able to run the code with a single key press, and you must be able to enter the game mode, in which you can fly around in 3D space freely, like in a video game, to see your commands reliably occupy the virtual world.
Requirements:
- On Windows, make sure you have Microsoft Visual C++ Redistributable package installed.
- On Ubuntu, make sure you have libvulkan1 package installed.
- cl command on Windows 7 (64-bit) or higher that supports C++14.
- c++ command on Ubuntu 16.04 (64-bit) or higher that supports C++14.
Install:
- On Windows 7 (64-bit) or higher, extract GameScriptNative folder to C:/, open x64 Native Tools Command Prompt for VS 2019 or higher and enter: C:\GameScriptNative\game_script_native.exe
- On Ubuntu 16.04 (64-bit) or higher, extract and symlink GameScriptNative folder to /opt/, open a terminal window and enter: LD_LIBRARY_PATH=/opt/GameScriptNative/ /opt/GameScriptNative/game_script_native
- For Game Script C on Ubuntu 16.04 (64-bit) or higher, run
libtcc1.sh
once before starting Game Script C. - For Game Script Native Swift on Windows 10, you need to download both game_script_native_windows_7_64bit.zip and GameScriptNativeSwift.zip and install additional Windows dependencies.
Report bugs and issues here:
https://www.reddit.com/r/gamescripts/
Last update: 20 Aug 2024
$ sha256sum game_script_native_windows_7_64bit.zip 646ca1fab827f7fafcf89897094cc19bbd8dfd594f903ab6444a3296517a79c8 game_script_native_windows_7_64bit.zip $ sha256sum game_script_native_ubuntu_16_04_64bit.tar.gz 54012ddd5a4909b4f5c52104563cb67164e925ef08dfe606cc1fdbbcdec83592 game_script_native_ubuntu_16_04_64bit.tar.gz $ sha256sum GameScriptC.zip b5f09af43123fc51df40dea73d897ed80bbc4686c8d88de29b1f1943f6f154f4 GameScriptC.zip $ sha256sum GameScriptC.tar.gz 21414ff289b4c074e7ecccd6609fc58eb8a3593ea4bab6cd1cb1289cc96e63ff GameScriptC.tar.gz $ sha256sum GameScriptNativeSwift.zip 12ad7ecb565cdb53807e76745a72146afd72d4f5ba930e8144c3090a93f42db4 GameScriptNativeSwift.zip $ sha256sum GameScriptNativeSwift.tar.gz 73674e79c2e40b8464e3a5d795dcd7b8b4a93bbc2325f553a5c01723b85052d2 GameScriptNativeSwift.tar.gz $ sha256sum GameScriptNativeTcc.zip e88bf8a3c9145baf3f18d3279d56ad82d2362e118931abb0200a65baaf8f7c6a GameScriptNativeTcc.zip