DavidJCobb / ReachVariantEditor

A tool for editing Halo: Reach game variants.
23 stars 9 forks source link

Update unknown opcode arguments and names. #1

Open ghost opened 4 years ago

ghost commented 4 years ago

After reviewing your simple-opcodes.js file, I noticed some actions are named unknown. Kornman has updated the megalo db.xml file since the old ksoft release. It has new descriptions on some action arguments and names that were previously unknown. You might want to take a look at it so you don't have to do vigorous testing to figure out what some things do. https://github.com/KornnerStudios/KSoft.Blam/blob/master/KSoft.Blam/Games/HaloReach/Megalo/Proto/HaloReach_MegaloDb_Xbox.xml#L21

DavidJCobb commented 4 years ago

Definitions in the C++ opcode files have been updated, and I'll continue to incorporate some of Kornman00's newer findings as I find the time. (The JavaScript files were only created to help with planning the C++ implementation, and likely will not be updated.) Thank you.