Difference between revisions of "Team file (first generation)/Research"
From Worms Knowledge Base
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Current research for the WormsDC team file format conducted by Squirminator2k and Syc, with help from ChatGPT: | + | {{ParentArticle|[[Team file (first generation)]]}} |
+ | Current research for the WormsDC team file format conducted by Squirminator2k and Syc, with help from ChatGPT 3.5. ChatGPT would modify the hex or binary as we corrected misinformation, so some of the information we were able to gleam was not correct. However, we were able to verify the information below: | ||
* Filename = Team Name | * Filename = Team Name | ||
Line 5: | Line 6: | ||
* Bytes 8-9 determine whether the team is Human or CPU-controlled: | * Bytes 8-9 determine whether the team is Human or CPU-controlled: | ||
** 0000 = Human | ** 0000 = Human | ||
− | ** 0001 through | + | ** 0001 through 000a = CPU 0-9 |
+ | * Bytes 10-13 might indicate remaining file length. |
Latest revision as of 22:57, 22 August 2023
(Up to Team file (first generation))
Current research for the WormsDC team file format conducted by Squirminator2k and Syc, with help from ChatGPT 3.5. ChatGPT would modify the hex or binary as we corrected misinformation, so some of the information we were able to gleam was not correct. However, we were able to verify the information below:
- Filename = Team Name
- Bytes 0-7 are always the value "WRM2TEAM"
- Bytes 8-9 determine whether the team is Human or CPU-controlled:
- 0000 = Human
- 0001 through 000a = CPU 0-9
- Bytes 10-13 might indicate remaining file length.