View unanswered posts | View active topics It is currently Thu Jan 09, 2025 3:19 pm



Reply to topic  [ 21 posts ]  Go to page 1, 2  Next
 Rte Inspector (Error Checking Utility) 
Author Message
User avatar

Joined: Thu Jul 19, 2007 11:31 am
Posts: 249
Location: Sweden, Hallstavik
Reply with quote
Post Rte Inspector (Error Checking Utility)
This is the first official release of my Rte Inspector utility.

The purpose of this utility is to make your developing times shorter when modding by not having you to start Cortex Command every 3 seconds to check if you fudged something up. (Mainly a Utility for novice modders and mods which are HUGE)

Be sure to read the supplied Readme file.

Image

Known bugs:
Spanning comments don't work as supposed when placing one in a Data structure. ( /* */ )
Not all instances are registered. Will need some further investigation. (Mainly a issue with gibs)

Download (Through TinyUpload) Old Version


Last edited by ChJees on Sat Dec 27, 2008 3:42 am, edited 2 times in total.



Sat Dec 27, 2008 12:19 am
Profile WWW
User avatar

Joined: Tue Apr 01, 2008 4:49 pm
Posts: 1972
Location: The Netherlands
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
That's amazing stuff! I can already hear starting modders yell out your name in front of their ChJees shrine. :grin: Nice work.


Sat Dec 27, 2008 12:36 am
Profile
User avatar

Joined: Thu Mar 13, 2008 5:02 am
Posts: 46
Location: Michigan, United States
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
Good Job!

I've been waiting for this to be released. It works really well.
Can't wait to see what new developments you release later.


Sat Dec 27, 2008 2:36 am
Profile
User avatar

Joined: Thu Jul 19, 2007 11:31 am
Posts: 249
Location: Sweden, Hallstavik
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
New version, fixes some bugs and things i forgot to add :P. (Or just did not find)


Sat Dec 27, 2008 3:28 am
Profile WWW
User avatar

Joined: Sat Jul 12, 2008 12:17 am
Posts: 49
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
Dude. Awesome. What'd you use to make it.


Sat Dec 27, 2008 4:19 am
Profile
User avatar

Joined: Sun Jul 13, 2008 9:57 am
Posts: 4886
Location: some compy
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
great work, this will be handy for those random crashes that leave no trace (extra presetname line for example) and generally optimise i assume.


Sat Dec 27, 2008 9:19 am
Profile WWW
User avatar

Joined: Thu Jul 19, 2007 11:31 am
Posts: 249
Location: Sweden, Hallstavik
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
ComikRadd wrote:
Dude. Awesome. What'd you use to make it.

Language: C++
Programming done in: Code::Blocks
Libraries used: STL, Boost & wxWidgets.

Will soon enough release the source code for this once i has fixed most bugs :P. And the Ini Parser i made played a big role in this.


Sat Dec 27, 2008 12:39 pm
Profile WWW
User avatar

Joined: Thu Mar 13, 2008 5:02 am
Posts: 46
Location: Michigan, United States
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
Gross, you used wx?

I suppose it's different if C++ actually looks really good.
I used wx in Python, horrible horrible horrible, such a pain to make a GUI in wx, at least in Python it is.
How is wx in C++ as far as ease of use?


Sun Dec 28, 2008 2:18 am
Profile
User avatar

Joined: Thu Jul 19, 2007 11:31 am
Posts: 249
Location: Sweden, Hallstavik
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
Sashi wrote:
Gross, you used wx?

I suppose it's different if C++ actually looks really good.
I used wx in Python, horrible horrible horrible, such a pain to make a GUI in wx, at least in Python it is.
How is wx in C++ as far as ease of use?


Well, wxWidgets is better than MFC for me :3. And it is platform independent! (With the same source code so could you compile for Mac and Linux)

Together with wxFormsBuilder and wxWidgets is it quite painless to use :P.


Sun Dec 28, 2008 4:58 am
Profile WWW
User avatar

Joined: Thu Dec 11, 2008 11:53 pm
Posts: 73
Location: In the pickle jar in your fridge
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
hmm... not exactly helpful for me. A coding inspecter would be awesome though


Sun Dec 28, 2008 8:28 pm
Profile
User avatar

Joined: Thu Jul 19, 2007 11:31 am
Posts: 249
Location: Sweden, Hallstavik
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
Coops150 wrote:
hmm... not exactly helpful for me. A coding inspecter would be awesome though

Uhh... What?

What do you mean with a coding inspector ???


Sun Dec 28, 2008 8:30 pm
Profile WWW
User avatar

Joined: Thu Dec 11, 2008 11:53 pm
Posts: 73
Location: In the pickle jar in your fridge
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
ChJees wrote:
Coops150 wrote:
hmm... not exactly helpful for me. A coding inspecter would be awesome though

Uhh... What?

What do you mean with a coding inspector ???


I mean by checking your coding that you've done for a mod

Eg. Just like your rte inspecter, instead it goes through all your coding in the .ini and checks if it's all necessary for loading up your mod in CC.


Sun Dec 28, 2008 8:55 pm
Profile
User avatar

Joined: Thu Jul 19, 2007 11:31 am
Posts: 249
Location: Sweden, Hallstavik
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
Coops, that is what it currently does. Checking if everything is valid and\or exists. Will soon enough add path checks into the mix. (For sprites, sounds and such)


Sun Dec 28, 2008 10:43 pm
Profile WWW
User avatar

Joined: Thu Dec 11, 2008 11:53 pm
Posts: 73
Location: In the pickle jar in your fridge
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
ah. ok


Mon Dec 29, 2008 12:07 am
Profile
happy carebear mom
User avatar

Joined: Tue Mar 04, 2008 1:40 am
Posts: 7096
Location: b8bbd5
Reply with quote
Post Re: Rte Inspector (Error Checking Utility)
ChJees wrote:
Checking if everything is valid and\or exists. Will soon enough add path checks into the mix. (For sprites, sounds and such)

Pretty much a modder's dream. Well, if the modder in question scripted up a whole bunch of stuff without testing each piece beforehand. Or can't spell :grin:


Mon Dec 29, 2008 12:40 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 21 posts ]  Go to page 1, 2  Next

Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.
[ Time : 0.036s | 15 Queries | GZIP : Off ]