ryokan

ryokan

Joined Member # 636561
0 Posts 0 Replies 545 Reputation

Ahh, yes IEEE 754....thanks! That will do it. There are a number of formats out there so I was going to write basic...oops...basic C# program, feed the left hand side decimal in and do as many format type conversions as I could think of until I hit on the right one to match the bits= side. I should have just tried 754 first since it's so common. You saved me the trouble B-). Right now I'm just doing a little game balancing by giving myself some credits to compensate for over researching and jack

7 Replies 7,466 Views

Yes, you are both right. The load takes the value from the bits=xxxxx. To check this, I took known values from one save game file and moved them to another and the proper values followed the move. Next, I'll compare a range of values, bits=xxxx, bits=yyyy etc. and see if I can figure out the transfer function. They may just be doing integer math for speed (ahh fond memories of Forth); It may be hoping for too much but if they released the save game file organization, I could write a save game ed

7 Replies 7,466 Views

I have been experimenting with a simple save game edit that does not appear to work. First, in the user.setting file I set the SaveGameFileFormat to produce an ascii file for easy editing. Then I save a game where I have 27445 credits, 2444 crystal, 1345 metal showing in the interface as test.save. I close the game. I then open up the saved game file test.save and look for 27455 and find the location of the values for credits, crystal and metal. Like so.... credits 27445.30 Bi

7 Replies 7,466 Views

>> Not currently These changes are global, modding it changes it for all the players (or desynchs in Multiplayer unless the other human players have the same changes) Right. That's why the construction and research loops have to be spawned threads off the main loop so they can be fed parameters from the main where they can be controled. But that has to be built into the design from day one. It's hard to add those sub loop parameters without having to break apart the whole design a

10 Replies 6,290 Views

Two more starting questions. Using the Map Designer I start out on a small two player no pirates map. When I look in the preview and playing, look with scouts, all the unclaimed planets have militia ships in them with up to heavy cruisers. That means I can't colonize any planets until I can research and build a fleet to defeat the militia heavy cruiser fleets. By the time I get to that point, the AI is on my doorstep with capital ships. Question, is there a way to get rid of the militia fleets o

10 Replies 6,290 Views

Thanks! Great info. I can't believe how good SR2 is. I have a shelf full of games that I play on and off, NeverWinter, WOW, Unreal etc. and I can't stop playing SR2. This game is a winner. To the developers: keep working on this one. Expand it's features. Increase the user's ability to modify the game by using editable parameters. You should sell loads of this game. I have already convinced six of my game playing friends to buy it. Keep up the good work!

31 Replies 4,734 Views

Ok, bought SR2 through the website. The instructions are to install SDC and use the serial number in the reciept. However, SR2 is not in the list of games at SDC. What now? I have downloaded the demo version. I don't see a way to enter my new serial number in the demo version but I may be missing it. How to proceed to get the licenced version?

31 Replies 4,734 Views

Here is the error: Server Error in '/' Application. -------------------------------------------------------------------------------- Could not load file or assembly 'App_Web_tg6ka7ja, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. And a bunch of what looks like ASP.NET code. Need to fix the website..sales are pending! B-)

31 Replies 4,734 Views