Has anyone looked in to what the game does for when a weapon is supposed to have infinite ammo? I have to imagine it's just some conditional check. I don't like looking at 0 on my screen, it would be nice to have some sort of visual indicator that infinite ammo is working, or that I can reload. I keep finding myself in situations where I run instead of fight because I think I don't have ammo. I can only describe this behaviour to someone who's played Default Dan. So many years of video game behaviour ingrained in to my memory, it's hard to ignore ALL that for one game. Avoid the coins, jump on the spikes, 1ups kill you, up is down.
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
@Sun
"You need an OBJECT in the inventory for the gun to fire." yea, that's what the "ignore ammo pouch" script does, trick the game to skip the object check, and proceed to do the reload routine. but the routine won't added ammo to the clip as it was told there're no ammo to add, so the script would then tell the reload routine to update the ammo manually..
As I was told, the way to get "unlimited ammo" in the other titles was to turn the ammo unlimited (it gets the infinite symbol). Don't think there's any other way. Will check later.
As I was told, the way to get "unlimited ammo" in the other titles was to turn the ammo unlimited (it gets the infinite symbol). Don't think there's any other way. Will check later.
The current "no ammo required" feature "works" you just have to know you can still reload with 0 ammo on your HUD. It's just annoying.
Didn't someone post a screenshot here of weapons with infinity symbols? It looks like they removed them from the game. So there's probably no way to get an actual 'legit' infinity symbol weapon that fully functions as it should. But not sure.
Didn't someone post a screenshot here of weapons with infinity symbols? It looks like they removed them from the game. So there's probably no way to get an actual 'legit' infinity symbol weapon that fully functions as it should. But not sure.
That's not how video games work. The display code just has a conditional check to see if it needs to display the infinity symbol or not. Someone just needs to work out how to make it always display the infinity symbol.
Then it shouldn't be hard to work out. Figure out what's reading the item type from your inventory, and figure out which CMP instruction is failing that's supposed to pass. Then figure out how to make it pass for that item. I think there's a 2ndary table of either hard-coded addresses tied to weapon information, or there's more information in the inventory struct we're not seeing.
Cielos wants to shoot with no inventory consumption; am guessing he wants the slots free. Just said you can't do that. But anyway, don't let me stop you
Cielos wants to shoot with no inventory consumption; am guessing he wants the slots free. Just said you can't do that. But anyway, don't let me stop you
These cryptic "I told you so" responses are not helping or productive.