Off Topic > Off Topic
Programming Megathread
<< < (232/241) > >>
SUSHI:
Some more Killing Floor modding madness. Your client controls the ammo variables for grenades. Giving yourself an infinite amount grenades is as easy as:


--- Code: ---class'FragFire'.default.AmmoPerFire = 0;
--- End code ---

There are also some variables for controlling the speed at which you can throw them, but they're useless for combos because there is still a delay before you can fire a weapon again. In theory it's fixable but I haven't quite found a way to get persistent code running.

EDIT:
And now I've found a way to get persistent code running client side :D There is a menu which loads it's classes dynamically, so I just set the default properties to point to my own and now the sky is the limit....
Becquerel:
I thought this was petty damn funny
https://www.youtube.com/watch?v=3vI_7os2V_o

Metario:

--- Quote from: Becquerel on April 30, 2017, 02:32:00 PM ---I thought this was petty damn funny
https://www.youtube.com/watch?v=3vI_7os2V_o



--- End quote ---
forgetin brilliant
although java is bad >:(
Drydess:

--- Quote from: Becquerel on April 30, 2017, 02:32:00 PM ---I thought this was petty damn funny
https://www.youtube.com/watch?v=3vI_7os2V_o



--- End quote ---
looks like tony's got some competition in sourcing
Headcrab Zombie:
Alright, API support tickets are officially the worst thing ever.

I mean, occasionally I'll email in to a company's API support, with an issue like "Hi, I'm getting a 500 internal server error trying to access this resource on your server" and provide as many steps to reproduce as I can (which in this case, would mean providing the URL I'm hitting, all headers I'm sending, and if it's a POST or PUT request, the payload. Sometimes a Fiddler .saz recording.) And because the issues I email in for are for sure issues on their side, and I provide full steps to reproduce the error, it's usually a one and done deal: I send in one email regarding my issue, and eventually I get one email of response saying "hi, I've found and fixed the issue"


Unfortunately emails like mine are a sad minority of API support cases. I'm working with this guy trying to use our API, on a ticket over a 401 Unauthorized error, with several emails back and forth, trying to get him to understand that a 401 error means the credentials they are sending are incorrect, that I can access the system just fine with the credentials he's sending me, that we haven't changed anything, etc. But he keeps insisting that they haven't changed anything, and that something is wrong on our side.
Navigation
Message Index
Next page
Previous page

Go to full version