Jump to content

Changing the bumping probability success rate


Knobbe

Recommended Posts

Via this topic


 





Maybe I didn't post it on the forum or thought I did as I can't seem to find it. The game loads a random number. There is basically a 75% chance you free up the drone. 


 


Change 0x2829a to change the %. This does is not coded exactly like some of the other probability events. It's doing a bitwise AND and checking to see if it gets a zero. 


 


0x2829a DEFAULT  03= defender freed ~75%


                               


 


If you wanted to change it by just changing that one value. 


                               


02 or 01= defender freed  ~50%


00= defender freed    0% 


 


Otherwise more code  for something less than 75% and other than 50% or 0%. 



 



 


Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...