Are you, in fact, a pregnant lady who lives in the apartment next door to Superdeath's parents? - Commodore

Create an account  

 
Combat math

Would be nice to get 1-10mil attack rolls (for various attack ratings and to-hit values) and compare histogram to theoretical PMF. I wonder if Seravy can pull this off somehow... wink
Reply

Well, I posted the source code for the generator, all you need to do is implement it in any programming language you know and do whatever you want with the results.
The game was complied in Borland C++ for what it looks like so this is most likely the default random generator function from that. Whether it's good or bad, I have no idea, I always preferred to use Borland Pascal.
Reply

Last time I enjoyed pulling apart asm code happened like 20 years ago. I am too old and too lazy for that now :-)
Reply

Well, if it does use borland c++ then you can just make your tool in that and call the rnd function since it's already there, you don't need to use the asm. Assuming it does use that, I guess the only way to be sure is to compile something in it and check if the asm is the same or different.
Reply



Forum Jump: