Modding, Mission Design, and Coding > FS2 Open Tools

PUBLIC BETA: Modpack Cleaner v0.6

<< < (5/7) > >>

FreeSpaceFreak:

--- Quote from: Iss Mneur on February 17, 2012, 05:55:15 pm ---If you do implement VP support. I have a working wxBase implementation that will read .vps.  It should be fairly straight forward to port to STL C++ like what you are using. It was originally done up in anticipation of a wxLauncher feature(s) that I haven't gotten to yet, but as far as I recall the implemenation works as advertised for reading of vps.  You can find it on the wxLauncher googlecode page: http://code.google.com/p/wxlauncher/source/checkout?repo=libvp
--- End quote ---

Thanks, though I'd rather write my own VP reader - it's a challenge :drevil:


--- Quote ---I would suggest just hosting it on a place like googlecode.com and be done with it.  They cover everything needed to setup.  If you are having problems with SVN itself (ie. how to use it) I would suggest the "SVN Book" that is available online for free or on paper.

--- End quote ---

Okay, that's good to know. First I want to do a pretty major rewrite, that will enable users to see exactly where a file is in use; after that beta (i.e. the next one) I'll put the code up on SVN.

FreeSpaceFreak:
Beta 0.6 is now up, download link in OP! Apart from bugfixes and an icon (on Windows, anyway), the main new feature is that you can now actually see where every file is used. Hope that'll prove a useful idea :D

I made a project for it at Google Code and committed the source there (link also in OP), with MSVC2010 project (wxWidgets 2.9) and Linux make things. Now here's a (probably) silly question: I check it out under Ubuntu and I can't run the autogen.sh script. "Permission denied". What am I doing wrong? I can compile FSO from SVN just fine, so I assume I did something wrong in the project SVN settings?

I put this on SVN so y'all can contribute if you feel like it; the main to-dos are multimod, VP support, and cleaning more stuff.

Droid: this version should recognize thruster particles correctly, if you remove the extensions in the table.

niffiwan:
Re: your autogen.sh problem, you might need to make the script executable?  i.e.


--- Code: ---chmod +x autogen.sh
--- End code ---

Disclaimer: I can't SVN from work so I can't check this for certain. 

Fury:

--- Quote from: FreeSpaceFreak on February 29, 2012, 01:55:46 pm ---Beta 0.6 is now up, download link in OP!

--- End quote ---
The Windows exe link still points to 0.5.

FreeSpaceFreak:
Whoops :nervous: The one time I didn't check the download links before posting...

Niffiwan: Thanks, that did the trick. Compiling from SVN should be possible now.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version