ArchDemons

Results 46 comments of ArchDemons

@ufdada, download broken at 1024 kb

@tonihele, thanks. Just leave it here https://cloud.mail.ru/public/7fib/3FKp2RSnb

[templates.zip](https://github.com/tonihele/OpenKeeper/files/475404/templates.zip) Here templates for 010 Editor. Strongly recommended use its. SFX.map not fully have real structure, but parses fully. @belgianguy, Use code of our project to find real structure. I...

@ufdada, if my files is better - of course yes!

If I correctly understood, I found a connection between the SDT, SFX and BANK files. I lay out my achievements tomorrow, if the assumptions are confirmed

[SfxMapEEntry.index](https://github.com/tonihele/OpenKeeper/pull/247/commits/83b79cac829ffebbdc5d682776a1dc77d1048e6e#diff-ccb07241365c22756b91a39f87ccc1e3R71) - global index of sound part in game. [SfxMapEEEEntry.index](https://github.com/tonihele/OpenKeeper/pull/247/commits/83b79cac829ffebbdc5d682776a1dc77d1048e6e#diff-ccb07241365c22756b91a39f87ccc1e3R107) - 1-based entry id in *.SDT file [SfxMapEEEEntry.archiveId](https://github.com/tonihele/OpenKeeper/pull/247/commits/83b79cac829ffebbdc5d682776a1dc77d1048e6e#diff-ccb07241365c22756b91a39f87ccc1e3R114) - 1-based archive id in *BANK.map file Others undecoded values in this...

> what this means exactly? Could this be the event id? Enum? Maybe event id. This index unique (not exactly unique.... it`s repeated in some files, but sound data identical....

o prevent possible cheats, we should not transmit all data about other players, if the current player does not see other players. In this regard, each client machine should not...

In the game Maincraft good resources changes system. In sub folder "resource packs" contains zip archives with changed textures, sounds, ... In game settings sets resource pack name. Firstly loads...

Looks good SiO2/EventBus.java