708
edits
(another request form me. Wanted to help with ONIE in exchange, but failed to catch its structure, what is first and what is next. I apologize.) |
No edit summary |
||
Line 533: | Line 533: | ||
:P.S.: XML TRAMs? You rock! ^_^ | :P.S.: XML TRAMs? You rock! ^_^ | ||
:--[[User:Loser|Loser]] 07:23, 10 September 2008 (CEST) | :--[[User:Loser|Loser]] 07:23, 10 September 2008 (CEST) | ||
For decals you can try changing this value in the exe: | |||
0x4EAD6: ff 8f 01 00 - int32, decal buffer size in bytes | |||
For particles you can try changing these: | |||
0x55D63: 50 C3 00 00 - int32, particle memory block size | |||
0x55D9F: 50 C3 00 00 | |||
0x55DAD: 50 C3 00 00 | |||
0x582CF: 50 C3 00 00 | |||
The decals hack might work (try double that value) but I'm not sure about particles. It would be simpler to increase the number of 50000 bytes memory blocks (the default is 100) but that cannot be done so we need to increase the block size which can lead to unexpected problems. | |||
And there's no way you can get 100000 particles unless you have a 100GHz processor :) | |||
[[User:Neo|Neo]] |
edits