All-Aircraft-Simulations
[DOWNLOAD] IL2 TOOLBOX beta 1.2.9 - Printable Version

+- All-Aircraft-Simulations (https://allaircraftsimulations.com)
+-- Forum: IL2 Work In Progress MODS Download & Discussion (https://allaircraftsimulations.com/forumdisplay.php?fid=268)
+--- Forum: WIP-BETA-MODS DOWNLOAD (https://allaircraftsimulations.com/forumdisplay.php?fid=309)
+--- Thread: [DOWNLOAD] IL2 TOOLBOX beta 1.2.9 (/showthread.php?tid=64611)

Pages: 1 2 3 4


[DOWNLOAD] IL2 TOOLBOX beta 1.2.9 - PeterD - 04.09.2009

Updated to 1.2.9
Made some changes to the way it exports the QMT lists.
Added some code to show what crashes the program when saving files.
Get it HERE



Previous changes:
- Added option to Import/Export from XML aircraft-pack files.
- Added option to add aircrafts manually (copy/pasting the air.ini /plane_ru /weapons_ru lines)
- Added option to overwrite existing aircrafts with the ones being added
- I forgot what else I added... :?
Check the readme, I've updated it a bit
-Added the option to log what the program is doing into a text file, log.txt. It will be written in the desktop.
-Three possible logging states: off, light and full. Full will write almost everything the program does when parsing the files. Light will just log which lines it's accessing on each file. Off won't log anything at all.
-Both light and full log states will monitor other stuff (and write them in the textfile), such as which aircrafts are missing their entry in plane_ru and which aircrafts don't have loadouts in weapons_ru, even if these aren't really needed by the game.
-While on the aircrafts list, if a certain aircraft doesnt have an entry in plane_ru.properties, it will show "* Missing P". If it doesn't have its loadout in weapons_ru.properties, it will show "*Missing W"

-Fixed a bug that wrote extra comment lines on weapons_ru.properties when it shouldn't
-Fixed a (cosmetic) bug that showed the aircraft name header incorrectly in weapons_ru.properties
-Added an option to output files with the first two columns aligned. They will allign to the longest element in the first column for all three files
[size=92]
Example:[code]
B-17D B-17D, 1941
B-17E B-17E, 1941
B-17F B-17F, 1942
B-17G B-17G, 1943
B-239 B-239, 1939
B-24J-100_CF B-24J-100CF, 1943
B-25C-25NA B-25C-25NA, 1943
B-25G-1NA B-25G-1NA, 1943
B-25H-1NA B-25H-1NA, 1943
B-25J-1NA B-25J-1NA, 1944
B-29 B-29, 1944
B-29-SP B-29 Silver Plate, 1945
B5N2 B5N2, 1939
B6N2 B6N2, 1944
BeaufighterMk21 Beaufighter Mk.XXI, 1944


- Quelty - 04.09.2009

Hi PeterD,
Getting the following error when I click on the "analyse" button, I've got 3.5 SP1 of the .net stuff on my puta, I'm using XP SP3.

Cheers

Quelty

Code:
************** Exception Text **************
System.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length
   at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
   at IL2_Toolbox.Form1.Analize()
   at IL2_Toolbox.Form1.Analize_Click(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.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)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
IL2_Toolbox
    Assembly Version: 1.0.1.0
    Win32 Version:
    CodeBase: file:///E:/Program%20Files/409Mod/IL-2%20Sturmovik%201946/Actors/IL2Tools/IL2_Toolbox.exe
----------------------------------------
msvcm90
    Assembly Version: 9.0.21022.8
    Win32 Version: 9.00.21022.8
    CodeBase: file:///C:/WINDOWS/WinSxS/x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.21022.8_x-ww_d08d0375/msvcm90.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3053 (netfxsp.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.3082 (QFE.050727-3000)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:


    


When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.



- VF101hawk - 04.09.2009

lovely as i think alot of the ru and inis around has alot of foults in them..one problem only!!!download link doesnt workSmile


- Guest - 04.09.2009

Link ist Kaput.


- Eckhart - 04.09.2009

Cry Ja link kaputt....Help Cry Cry Cry


- VonWaffen - 04.09.2009

File does not exist. Make sure you specified correct file name.


- PeterD - 04.09.2009

Sorry about that, I pulled the link off temporarily to fix a bug. It took me a bit longer than expected. Link is back up, version 1.2.2.

Quelty, let me know if you still get that error


- =DFA=BeoWolf - 04.09.2009

Just downloaded the new version and I'm getting the same error Quelty got on the last version.. XP 32 bit, same SP as Quelty on the .net...............


- PeterD - 04.09.2009

Would you mind sending me your air.ini, plane_ru.properties and weapons_ru.properties?


- Quelty - 04.09.2009

Still same error message Peter Sad

PM coming your way with ini's

Cheers

Quelty


- PeterD - 04.09.2009

Newer version (1.2.3), see if it works


- Quelty - 04.09.2009

All good here now, got a bit of missing stuff to chase down Big Grin

Cheers

Quelty


- PeterD - 04.09.2009

the *Missing plane_ru lines just indicate that there is no entry for those planes. It doesn't affect the game at all, just how it displays the aircraft name ingame


- =DFA=BeoWolf - 04.09.2009

I'm still getting the same error with this one as well.


Re: [DOWNLOAD] IL2 TOOLBOX beta 1.2.3 - Avatar - 04.09.2009

PeterD Wrote:If anyone has any questions please feel free to ask (yes, I've finished the Sabre and the MiG, by the way, they'll be out shortly)

So, what does "out shortly" actually mean? Big Grin Anxiously awaiting your masterpieces!