https://github.com/pyogenics/easytech-btl-editor
Program to edit easytech BTL scenario files online.
https://github.com/pyogenics/easytech-btl-editor
easytech european-war glory-of-generals world-conqueror
Last synced: 7 months ago
JSON representation
Program to edit easytech BTL scenario files online.
- Host: GitHub
- URL: https://github.com/pyogenics/easytech-btl-editor
- Owner: Pyogenics
- License: mit
- Created: 2023-08-28T11:21:31.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-29T13:15:31.000Z (over 2 years ago)
- Last Synced: 2025-04-13T14:14:01.183Z (12 months ago)
- Topics: easytech, european-war, glory-of-generals, world-conqueror
- Language: JavaScript
- Homepage: https://pyogenics.github.io/easytech-btl-editor/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# easytech-btl-editor
Program to edit easytech BTL scenario files online.
## Editor
Try it [here](https://pyogenics.github.io/easytech-btl-editor/)
### Status
Not working.
## File format
BTL files store scenario information for games made by [easytech](https://www.ieasytech.com), this format is used by: World Conqueror, Glory of Generals and European War.
### Version
The first 4 bytes of any btl file store its' version.
***This table is still TODO and very incomplete***
| Games | Version |
|-------------------------------------------|---------|
| World Conqueror 4, Glory of Generals | 1 |
| European War 4 | 2 |
| World Conqueror 3, Glory of Generals 2 | 3 |
| Glory of Generals 3 | 32 |
### Header
- [World Conqueror 4](docs/header/WC4.md)
- [European War 4](docs/header/EW4.md)
## Credits
- [WC4 btl](https://european-war-4.boards.net/thread/9609/wc4-btl-guide)
- [EW4 btl](https://european-war-4.boards.net/thread/13480/ew4-btl-files)