Nukem

Results 47 comments of Nukem

Yeah I'll have to look into it first. I'm not positive what is hardcoded to 4 players or not, so I'll update this if I find anything.

Right now it "works" when increasing com_maxclients to 8. It's still untested since it's 1 slot used/7 slots free...some bot clients will be needed to really check. As for party...

So I checked with a few bot clients and this isn't going to happen any time soon. `clientInfo_t` (bgs_t), `clientState_s`, `snapshot_s`, `clientInfo_t`, and `PartyState_s` need to be patched. That's getting...

If you can, please upload the file somewhere (or privately)? Do you know how many tris your map has? It exceeded the 4,000,000 limit I think. \- or - You...

Yes.....I meant that you should try to change `BYTE g_TrisData` and check if it works with threading...

I'm going to hijack this issue a bit and ask: is it worth opening new issues for trivial code? e.g. problems that've shown up while debugging integration, but nothing during...

> Yeah - we need Sleep(1) instead of YieldProcessor() there. I think it should be a rare condition though. Agreed. Although I was kind of hoping you guys would use...

I could fix this but it's just going to result in a ton of edge-case if statements. I haven't even seen the instruction used in actual code.

@istanfield09 @DeliciousLunch55 @ansonsiva @Dagobert- @TheDragon re: everyone else that gets this message https://github.com/x64dbg/x64dbg/issues/1863#issuecomment-361054182 Everybody who is still subscribed to this and doesn't know why: **change your password**. You will not...

It's not very clear what you are asking.....do you need to know the new value for 0x280? ![image](https://cloud.githubusercontent.com/assets/4228359/11017518/6343ba18-856f-11e5-8b02-37f017f30cee.png) ![image](https://cloud.githubusercontent.com/assets/4228359/11017506/f4440956-856e-11e5-83e3-98ec3b3870c5.png) `0x000000014015C3E0 - 0x0000000140000000 = 0x15C3E0` so the fixed version is....... ```...