Try   HackMD

AMM: Disable Roach Features


by munchyfly ( Nexus | Carrd )

  • This tutorial was made on version 1.32. Not sure if it will work on Next Gen.

If you want to use other mods that alter Roach but are conflicting with AMM or you don't want to use the Roach part of AMM at all, follow these steps:

This worked for me. If it doesn't work for you or you have any trouble with it, let me know and I'll try to help you.


Download AMM




In modAMM\content\:

  • Delete blob0.bundle and metadata.store.

In modAMM\content\scripts\game\:

  • Delete the vehicles folder.

In modAMM\content\scripts\local\AMM.ws:


At line 373:

Replace

InitAMMRoach();

with

//InitAMMRoach();



At lines 381, 387, 393, 406, 411, 416, 419:

Replace

RefreshRoach();

with

//RefreshRoach();