Godot Engine GDC: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == GDC == * ''' Format Type ''': Compiled Script? <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Sign...") |
imported>Ikskoks |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
== GDC == | == GDC == | ||
* ''' Format Type ''': Compiled Script | * ''' Format Type ''': Compiled Script (Bytecode) <br> | ||
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> | * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> | ||
* ''' Signature ''': GDSC <br> | * ''' Signature ''': GDSC <br> | ||
| Line 21: | Line 21: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* This file format occurs in games made on Godot Engine. It | * This file format occurs in games made on '''Godot Engine'''. It contains '''compiled bytecode'''. | ||
* GDC files are also known as Godot script files. '''GDScript''' is a programming language similar to Python. | |||
=== Games === | === Games === | ||
| Line 34: | Line 35: | ||
* [https://github.com/godotengine/godot Godot Engine] | * [https://github.com/godotengine/godot Godot Engine] | ||
* [https://github.com/bruvzg/gdsdecomp Godot RE Tools] | |||
<br/><br> | <br/><br> | ||
Latest revision as of 20:04, 18 June 2022
Back to index | Edit this page
GDC
- Format Type : Compiled Script (Bytecode)
- Endian Order : Little Endian
- Signature : GDSC
Format Specifications
// header 4 bytes (char) - signature // "GDSC" // TODO
Notes and Comments
- This file format occurs in games made on Godot Engine. It contains compiled bytecode.
- GDC files are also known as Godot script files. GDScript is a programming language similar to Python.
Games
List of games using this file format:
- TODO
QuickBMS Script
Not written yet.
Compatible Programs