Frumph wrote:I do not think that the author is working on this save game editor anymore. Pity.
Maybe someone can see about getting the source up on github or something?
The sourcecode is already available on the nexusmod site in the file section.
Currently i am not working on any update, because i quit playing the game until it is in a more stable state.
yeah, I won't count on it anytime soon, this latest patch actually made things worse ;/ .. and thanks for that, source that is... want to see about making it so that it doesn't rename ships if the field is empty
Frumph wrote:I do not think that the author is working on this save game editor anymore. Pity.
Maybe someone can see about getting the source up on github or something?
The sourcecode is already available on the nexusmod site in the file section.
Currently i am not working on any update, because i quit playing the game until it is in a more stable state.
Can you atleast fix the renaming, it didnt do that in the previous version and it seems to happen only to constructors and Fedhelms.
Why dont they just take what you have and run it as the new beta? It seems like you fixed most of the issues and added some new features that the game really needs.
I've ported the Isbeorn code to C# Net 4 and did some fixes, mainly cosmetics, and changed "finish ship" function to a safer remove needed resources. Source repository is on GitHub along with a build XRebirthSaveEditorC.zip, feel free to use and modify them.
Obviously backup your save game file before to use it with the editor.
thanks for this I was hoping it would solve the stuck shipyards but when I click to finish the ships it crashes "XRebirthSaveEditorC has stopped working" I have windows 7 64bit, tried several times.
If you need me to send you anything to help find the bug let me know will send it you.
I've ported the Isbeorn code to C# Net 4 and did some fixes, mainly cosmetics, and changed "finish ship" function to a safer remove needed resources. Source repository is on GitHub along with a build XRebirthSaveEditorC.zip, feel free to use and modify them.
Obviously backup your save game file before to use it with the editor.
Thanks man This will keep me playing XR for little more.... I have favor to ask The most annoying thing for me in this game are not bugs but the way we need to look for crew.... I can go trough 10 stations and I cant find anyone who I need and if I do find him they suck Is there any way to you can add a way to add crew member on our ship( also there is way to change on this editor to change manager to pilot or captain but it is not working ) I was trying to change manager to cell specialist and it didn't work (specialist are rare and it is almost impossible to find without going to every station and checking everything). Can you keep eye on it when you get a chance Thanks again
Sorry bad English
It's not world hunger because we can't feed poor,it's because there will never be enough to feed the rich .....
Revils wrote:
Is there any way to you can add a way to add crew member on our ship
Sorry bad English
short answer, yeah, doable
few options here:
1: list all NPC's in savegame and change the connection from where they are to a ship you select, and update some stuff (like listeners and owner)
2: spawn new npc, just need to make sure the seeds for the parts and identifiers are correct and put him on the ship
In the current editor its a lot of work though, just took a look and its just a basic "xml dom" editor, good for setting/getting a value based on xpath, inserting whole game objects is somewaht harder. I got a xsd and java generated code that can make things easier if needed (dunno if it works correctly though havn't tested it extensively)
And changing the "type" of npc is easier, just update some references to what they are and change the script references they use, on station somewhat harder ccause you need to change the slot they use to and might change the script they are running to ...[/code]
I've fixed the problem with finish build and I've also added a repair hull function, just redownload the zip file with the new build.
For the npc question, as brammie wrote, it's not so simple since also spawning and scripts are involved so a in game mod seems a more suitable solution.
Revils wrote:I've fixed the problem with finish build and I've also added a repair hull function, just redownload the zip file with the new build.
For the npc question, as brammie wrote, it's not so simple since also spawning and scripts are involved so a in game mod seems a more suitable solution.
You're a star the update works 100% and has fixed the stuck shipyards. Thank you so much I can get back to the game.................
I have the build small ship mod installed and it works..built a med miner and somewhat successfully mine with it (need a fleet of like 100 tho lol).
When I put in an order for a cap ship it seemed all was going well but ship never finished (just a hint of construction), and remained stalled after letting game run for a couple of days. Despite seeing frequent trade ships in and out of station.
When I loaded the game in the editor I do not see my ship being built at all. I did see some NPC ships..at BPO shipyards. Mine should be in the PMC shipyards. This is a freeplay game.
Not at home but I can provide my savegame later tonight; just wondering if anyone has any ideas why it would not show up or maybe indicates a bigger bug?