Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Ok, so they made you take down the EasyDev edit. Can you tell me what part/lines that you edited?

In the scripts folder of the mod in the EasyDevControls.Lua I made the following changes:


    if superStrengthEnabled then

        currentPlayer.superStrengthPickupMassBackup = 1000 -- compatibility

        currentPlayer.superStrengthPickupDistanceBackup = 3 -- compatibility

        currentPlayer.maxPickableMass = 10000000

        Player.MAX_PICKABLE_OBJECT_MASS = 10000000

        Player.MAX_PICKABLE_OBJECT_DISTANCE = 15

        infoText = "easyDevControls_superStrengthOnInfo"

I dont remember what the values were before.

Thanks

Did this work? The values given here seem to be the same values as the original. 

I actually have JWeezy's edit, so I never changed anything. (was just curious what he changed in the XML) I do believe they made the changes in an updated version. I've been using the "Precision Hands" mod from the get go.