0
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-09-13 10:20:28 +03:00
This commit is contained in:
bird_egop
2025-08-27 04:03:50 +03:00
parent 5c52ab2b2b
commit fca052365f

View File

@@ -278,15 +278,17 @@ grep -rlU $'\x73\x5f\x74\x72\x65\x65\x5f\x30\x35' .
# Внутренняя система ID
- `1` - IMesh2 ???
- `1` -
- `4` - IShader
- `5` - ITerrain
- `6` - IGameObject (0x138)
- `7` - IShadeConfig (у меня в папке с игрой его не оказалось)
- `8` - ICamera
- `9` - Queue
- `10` - IControl
- `0xb` - IAnimation
- `0xd` - IMatManager
- `0xe` - ILightManager
- `0x10` - unknown (implemented by Wizard in Wizard.dll, also by Hallway in ArealMap.dll)
- `0x11` - IBasement
- `0x12` - ICamera2 - BufferingCamera
@@ -328,7 +330,7 @@ World3D.dll содержит функцию CreateGameSettings.
Остальные наверное не трогают настройки.
| Resource ID | wOptionID | Name | Default | Description |
|:-----------:|:---------------:|:--------------------------:|:-------:|-------------|
|:-----------:|:---------------:|:--------------------------:|:-------:|---------------------|
| 1 | 100 (0x64) | "Texture detail" | | |
| 2 | 101 (0x65) | "3D Sound" | | |
| 3 | 102 (0x66) | "Mouse sensitivity" | | |
@@ -345,6 +347,7 @@ World3D.dll содержит функцию CreateGameSettings.
| 14 | 91 (0x5b) | "Sound buffer frequency" | | |
| 15 | 92 (0x5c) | "Play sound buffer always" | | |
| 16 | 93 (0x5d) | "Select best sound device" | | |
| ---- | 30 (0x1e) | ShadeConfig | | из файла shade.cfg |
## Контакты