CPP File Format: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Lou Montana (talk | contribs) m (Text replacement - "{{unsupported-doc}}" to "{{Feature|UnsupportedDoc}}") |
||
Line 1: | Line 1: | ||
{{ | {{Feature|UnsupportedDoc}} | ||
FileExtension .cpp is a generic identifier that ''indicates'' the contents contain pre-raPified text and ''can'' be raPified (binarised). This is by-convention-only. The ''actual'' contents could be binarised already. The engine doesn't care. | FileExtension .cpp is a generic identifier that ''indicates'' the contents contain pre-raPified text and ''can'' be raPified (binarised). This is by-convention-only. The ''actual'' contents could be binarised already. The engine doesn't care. |
Latest revision as of 14:56, 1 February 2021
FileExtension .cpp is a generic identifier that indicates the contents contain pre-raPified text and can be raPified (binarised). This is by-convention-only. The actual contents could be binarised already. The engine doesn't care.
The binarised (raPified) equivalent of any .cpp file is .bin.
There are currently several cpp/bin files used by bis.
- Config.cpp/bin
- Mod.cpp/bin
- Product.cpp/bin
- Resource.cpp/bin // OFP only
In all circumstances, a .cpp, if present in the same folder, takes precedence. (the .bin is ignored).