i downloaded it from the google source, and i got a russian version

My Game is the German Version. Can you help me to get the english planer?
Moderators: Moderators for English X Forum, Scripting / Modding Moderators
After playing with it a little, it looks like it lists all the trade offers from stations for this ware and that the filter is used to select trade offers with respect to the average ware price.Simoom wrote:I was actually a bit confused about this feature myself, so I didn't translate it in detail (under the "Production & Consumption" window, I was unable to get any station or ware info to show when this feature is enabled).Wasca wrote:Hi,
This is an awesome tool, which I started using right away.
Congrats to the original developer and the translator.
One thing I haven't fully understood is the meaning of the trade offer filter.
Can anyone shed some light on this?
What I did notice is that under the "Wares" tab view, if you activate the map mode and click "Trade Offers", it displays the number of ships in the displayed area that are carrying the selected ware. I am guessing it's a way to figure out how much of the ware is being moved?
I'll ask the author about this and report back.
Oh cool! I guess my save game didn't import correctly for some reason (none of my trade offers were visible).Wasca wrote:After playing with it a little, it looks like it lists all the trade offers from stations for this ware and that the filter is used to select trade offers with respect to the average ware price.
First, as far as I'm concerned, the tool is made in russian language, which doesn't mean it is from russia (there are more countries around having russian as official language and even more having a great portion of population speaking russian).kitsune9tails wrote:Wow, it looks great, and I'd really like to try it, but I have to admit at being a little cautious of running a binary executable from Russia on my system...
Anyone have any assurances there aren't any "extra treats" as it were, hidden inside? (Or if anyone has any freeware VMs/containers/jails for windows I can use, that would also work, I guess.)
Huuumm, that's why this tool is so great, that's because it was developped by Russian gouvernement black ops!kitsune9tails wrote:Wow, it looks great, and I'd really like to try it, but I have to admit at being a little cautious of running a binary executable from Russia on my system...
Anyone have any assurances there aren't any "extra treats" as it were, hidden inside? (Or if anyone has any freeware VMs/containers/jails for windows I can use, that would also work, I guess.)
Since I am in direct contact with the main programmer (and you can too, if you want to - the OP has direct link to his profile here on the Egosoft forums), I doubt this tool has any sort of malware hidden inside it. I don't think people who write malware would want his identity known (in this case, I have his e-mail).kitsune9tails wrote:Wow, it looks great, and I'd really like to try it, but I have to admit at being a little cautious of running a binary executable from Russia on my system...
Anyone have any assurances there aren't any "extra treats" as it were, hidden inside? (Or if anyone has any freeware VMs/containers/jails for windows I can use, that would also work, I guess.)
Great, thanks! but you got the last point wrong: it IS Open Source alreadySimoom wrote:Updated OP to include Phipsz's web-based XR Station Calculator. It is a viable alternative/companion to the more extensive Builder 2.0, since it's pretty light-weight and responsive, so can provide quick production overviews without needing to fuss with the details.
It is also platform-independent so if you are on Linux or Mac OS, then it is your only option for the time being.
Phipsz is looking into making the project open-source at some point. Any interested party please contact him via PM.
If you want, I could add those stations to my web-based tool. Just give me a list with stations and their respective modules (including efficiency, if needed) and I would add themHunEndorfin wrote:Hello, the calculator is cool, but it should be compatible fully with the Conquer and War mod, since more, and more ppl using it. Currently the calculator disliking player owned shipyards(managed to capture a very rare pirate cv, and built a pirate cap ship factory, now cannot load the save file).
Apart from this, this is a quite handy tool.
Lol now i know that foodstuff suply>stapples factory(+its resource factories).
Keep up the goodwork.
Code: Select all
************** Exception Text **************
System.ArgumentException: Argument 'Index' is not a valid value.
at Microsoft.VisualBasic.Collection.get_Item(String Key)
at XRB.user_specialist.get_Name()
at XRB.StationGroup.FillSpecialists()
at XRB.StationGroup.FillStages()
at XRB.StationGroup.FillStationGroup()
at XRB.StationGroup.GroupScroll()
at XRB.StationGroup.PictureState_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Code: Select all
sudo apt-get install mono-complete
mono "X Rebirth build 2.exe"
Code: Select all
System.InvalidOperationException: WinForms_SeeInnerException ---> System.ArgumentException: A null reference or invalid value was found [GDI+ status: InvalidParameter]
at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename unknown>:0
at System.Drawing.Graphics.GdipMeasureString (IntPtr graphics, System.String text, System.Drawing.Font font, System.Drawing.RectangleF& layoutRect, IntPtr stringFormat) [0x00000] in <filename unknown>:0
at System.Drawing.Graphics.MeasureString (System.String text, System.Drawing.Font font, SizeF layoutArea, System.Drawing.StringFormat stringFormat) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Drawing.Graphics:MeasureString (string,System.Drawing.Font,System.Drawing.SizeF,System.Drawing.StringFormat)
at System.Windows.Forms.TextRenderer.MeasureString (System.String text, System.Drawing.Font font, SizeF layoutArea, System.Drawing.StringFormat stringFormat) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Label.InternalGetPreferredSize (Size proposed) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Label.GetPreferredSize (Size proposedSize) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.get_PreferredSize () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:get_PreferredSize ()
at System.Windows.Forms.Layout.DefaultLayout.GetPreferredControlSize (System.Windows.Forms.Control child) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Layout.DefaultLayout.LayoutDockedChildren (System.Windows.Forms.Control parent, System.Windows.Forms.Control[] controls) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Layout.DefaultLayout.Layout (System.Object container, System.Windows.Forms.LayoutEventArgs args) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.OnLayout (System.Windows.Forms.LayoutEventArgs levent) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ScrollableControl.OnLayout (System.Windows.Forms.LayoutEventArgs levent) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.PerformLayout (System.Windows.Forms.Control affectedControl, System.String affectedProperty) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.OnResizeInternal (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.OnResize (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Panel.OnResize (System.EventArgs eventargs) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.OnSizeChanged (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.UpdateBounds (Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.UpdateBounds (Int32 x, Int32 y, Int32 width, Int32 height) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.SetBoundsCoreInternal (Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.SetBoundsCore (Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.SetBoundsInternal (Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:SetBoundsInternal (int,int,int,int,System.Windows.Forms.BoundsSpecified)
at System.Windows.Forms.Layout.DefaultLayout.LayoutDockedChildren (System.Windows.Forms.Control parent, System.Windows.Forms.Control[] controls) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Layout.DefaultLayout.Layout (System.Object container, System.Windows.Forms.LayoutEventArgs args) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.OnLayout (System.Windows.Forms.LayoutEventArgs levent) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ScrollableControl.OnLayout (System.Windows.Forms.LayoutEventArgs levent) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ContainerControl.OnLayout (System.Windows.Forms.LayoutEventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.PerformLayout (System.Windows.Forms.Control affectedControl, System.String affectedProperty) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.OnResizeInternal (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.OnResize (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.UserControl.OnResize (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.OnSizeChanged (System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.UpdateBounds (Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.UpdateBounds (Int32 x, Int32 y, Int32 width, Int32 height) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.SetBoundsCoreInternal (Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.SetBoundsCore (Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.SetBoundsInternal (Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.SetBounds (Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.set_Size (Size value) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:set_Size (System.Drawing.Size)
at XRB.ComplexTree.InitializeComponent () [0x00000] in <filename unknown>:0
at XRB.ComplexTree..ctor () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) XRB.ComplexTree:.ctor ()
at XRB.Form_Main.InitializeComponent () [0x00000] in <filename unknown>:0
at XRB.Form_Main..ctor () [0x00000] in <filename unknown>:0
at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke (System.Reflection.MonoCMethod,object,object[],System.Exception&)
at System.Reflection.MonoCMethod.InternalInvoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at XRB.My.MyProject+MyForms.Create__Instance__[Form_Main] (XRB.Form_Main Instance) [0x00000] in <filename unknown>:0
at XRB.My.MyProject+MyForms.get_Form_Main () [0x00000] in <filename unknown>:0
at XRB.My.MyApplication.OnCreateMainForm () [0x00000] in <filename unknown>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00000] in <filename unknown>:0
at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run (System.String[] commandLine) [0x00000] in <filename unknown>:0
at XRB.My.MyApplication.Main (System.String[] Args) [0x00000] in <filename unknown>:0
There are some known limitations in the "import save" function, the author is aware of it and is working on improving it, as stated in the OP.hisazul wrote:Actually I played with it... and I have no mods and this thing is going crazy. Claims staples farmery doesn't produce food... it also can't seem to handle renamed stations sometimes and simply bugs out with index error when you use drop down on stations. Seems like it completely drops anything that belongs to those stations so I end up entirely self sufficient DV that apparently doesn't consume any kind of cells... or makes any food... but those buggy stations still get counted for consumption? Huh..
I am not the author so I can't say; but I would guess probably just to show the player how much raw resources are needed (and decide how many mining ships to assign).hisazul wrote:And why are mined resources included into this anyway? They aren't produced in the first place, how exactly it would calculate their availability if they tried to base it on mining ships... then they did something realllyyyy wrong. By construction shop can't in the million years be short on ore when it has 5 ore miners half of them tend to go about peddling stuff most of the time because they got nothing else to do.
I'll pass your message along in a bit.CulunTse wrote:From what I've discovered so far, it should also run under Linux with some (minor) tweaking!
Actually the github is for Phipsz's web-based factory calculator, which is an unrelated project (but we spoke and he said it's okay to include it in this thread, since it's relevant to the subject)hisazul wrote:There is a link to source code on github, in the first post at the end.