
I'm hesitant to post this as I worry it might be considered poor taste or else "cheating," but I was wondering if anyone knows of a simple way to tweak weapon stats for someone who's not really knowledgeable about modding in general. The reason I asked is I tried the DMCWO mod and - while I'm not a huge fan of most of what it does - I did enjoy some of the changes to some of the weapons, specifically some of the ones I don't really use. I was wondering if I can make my own MUUUCH simpler mod to tweak just one or two stats on just one or two weapons. Not for multiplayer, obviously - I have a number of mods that I keep either for personal use or for private lobbies.
However, it occurs to me that it's useful to mod guns and try them out for real if I'm going to make actual suggestions on the official forums. Last one I suggested was an 80-damage, 180-RPM machinegun with a 50-round mag and 150 total ammo. Underpowered? Overpowered? Just plain stupid? I think it's pretty cool, but I'm guessing. Being able to test this out on my own and see just how far out of whack it is would be awesome, but I'd need to pick and existing gun and mod it to those stats to see. Is there a simple way to do that? I can kind of tell how DMCWO is doing it - messing with tweak_data - but I'm sure there's more to it than just making a lua file with tweak_data.gun.stat = new_stat, right?
So... Am I out of line asking for this?
I'd like to necro this thread, since the CrimeFest update has sort of undone my experimental changes. I figured out more or less how to restore most of my old changes, but something still eludes me - accuracy and stability. Before than now, they're set in the stats array:
Thing is, the only thing in this array which seems to correspond to an in-game stat directly is damage. I don't even know what half that stuff does, like value and extra_ammo. I know what spread and recoil do, or what they used to - set the value of accuracy and stability from their old tables. They still seem to do that, but I don't know in what way those values correspond to the final values in the game. I picked 8 for spread, for instance, and that came out as 28 accuracy in-game. Is there still a table somewhere I can check?
And - as before - I'm discussing weapons strictly for suggestions testing and not guns that I would actually use in a game. The deeper I dive into the game's numbers, the greater my need to try out the results first-hand, as a means of giving context to my calculations.