Advertisement
GoofballMichelle

CE Tool Upgrade

Apr 10th, 2017
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Tool upgrade:
  2.  
  3. Use a hex editor and change the values in the [brackets] from the original to the new ones.
  4. This will also work with os_tool so you can compile .maps with opensauce tags without the pesky 128MB limit
  5.  
  6. Upgrades the mp map file size limit from 128MB to 384MB by using the singleplayer file size limit for multiplayer (the max vanilla CE can handle)
  7.  
  8. offset 0x5317D
  9. Original value: 74 37 48 74 [2D] 48 74 23 6A 01 68 E6 00 00 00 68
  10. New value: 74 37 48 74 [34] 48 74 23 6A 01 68 E6 00 00 00 68
  11.  
  12.  
  13. vertex buffer size upgrade from 32MB to 64MB (vanilla ce can handle this fine too)
  14.  
  15. offset 0x54D56
  16. Original value: 68 00 00 00 [02] E8 50 99 FE FF 8B B4 24 00 01 00
  17. New value: 68 00 00 00 [04] E8 50 99 FE FF 8B B4 24 00 01 00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement