Jump to content


Photo

Generals INI Checker


  • Please log in to reply
13 replies to this topic

Poll: Would you use a program like this

Would you use a program like this

You cannot see the results of the poll until you have voted. Please login and cast your vote to see the results of this poll.
Vote Guests cannot vote

#1 Mastermind

Mastermind

    Server Technician

  • Undead
  • 7,014 posts
  • Location:Cambridge, MA
  • Projects:MasterNews 3
  •  The Man Behind the Curtain

Posted 08 August 2003 - 05:16 PM

Ok, basically, this would be a console program (text only), that you could use to check and validate your different ini files. The Tag only program would only check to see if all tags that you used were valid. The Linked files only program would be responsible for checking to see that you have all the command sets you referenced in faction unit.ini in commandset.ini, and could also handle upgrades and sciences. I'm considering writing these programs, but want to see what would be wanted most and or used most.
:shiftee:
Posted Image

Well, when it comes to writing an expository essay about counter-insurgent tactics, I'm of the old school. First you tell them how you're going to kill them. Then you kill them. Then you tell them how you just killed them.

Too cute! | Server Status: If you can read this, it's up |

#2 Jim Bob

Jim Bob
  • New Members
  • 183 posts

Posted 08 August 2003 - 05:17 PM

they would definately be usefull :shiftee:

#3 Detail

Detail

    King Detail

  • Hosted
  • 7,767 posts
  • Location:Dayonic
  • Projects:Dayvi.com
  •  Blu Spy

Posted 08 August 2003 - 05:29 PM

Alot of people would find it very useful. I can garantee if such a program was advertised correctly it would be downloaded 1000+ times in 1 week.

#4 Banshee

Banshee

    One Vision, One Purpose!

  • Network Admins
  • 9,045 posts
  • Location:Rio De Janeiro, RJ, Brazil.
  • Projects:PPM, PPM: Final Dawn, OS SHP Builder, OS Palette Editor, OS W3D Viewer, VXLSE III, etc...
  •  Retired Network Leader
  • Division:Revora
  • Job:Maintenance Admin

Posted 09 August 2003 - 12:37 AM

I'd use it... specially because in Generals, it's harder to track bugs than in older C&C games
Project Perfect Mod

Command & Conquer Mods, Mods Support, Public Researchs, Map Archives, Tutorials, Tools, A Friendly Community and much more. Check it out now!

Posted Image

#5 Agile

Agile

    title available

  • Project Team
  • 944 posts

Posted 09 August 2003 - 12:42 AM

I'd maybe use it, depending on how easy it is. Generals is pretty easy to bug check, especially because of release crash info
Posted Image

#6 Makaveli The Don

Makaveli The Don
  • New Members
  • 214 posts

Posted 09 August 2003 - 08:12 AM

i don't mod for generals but i was gonna start so yup
Posted Image
Posted Image
"Boss of all bosses, Makaveli"
-Tupac "troublesome 96'

#7 Mastermind

Mastermind

    Server Technician

  • Undead
  • 7,014 posts
  • Location:Cambridge, MA
  • Projects:MasterNews 3
  •  The Man Behind the Curtain

Posted 14 August 2003 - 02:15 AM

Alright, I've hit a couple snags, and I have a couple requests. First off, Detail, can I get a forum for this, that'll make it easier to run the beta (when it comes), and to ask questions for input. Now, the problems. After a switch to VB (more references local (books), and more graphics capability (for me again)), I've come across a problem with my read in routine. The read routine stops at a comma (half-stop?), and reads after that as a new line. My problem is, that then all comments with a comma are not full removed. I would most likely then have to just have the user use replace and replace all commas with another character. I also require a single comment that the end that is simply a ;~ That is for my read routine to know that it hit the end. Would these requirements make this any less useful, knowing that the comma problem is easily solved with replace? So, I just need some advice from you guys on what to do. Thanks
:shiftee:
Posted Image

Well, when it comes to writing an expository essay about counter-insurgent tactics, I'm of the old school. First you tell them how you're going to kill them. Then you kill them. Then you tell them how you just killed them.

Too cute! | Server Status: If you can read this, it's up |

#8 CommieDog

CommieDog
  • Project Team
  • 81 posts
  • Location:Alaska (where even gravity is bigger)

Posted 15 August 2003 - 05:21 AM

I would use it, unless I had to add a comment to the end of every line of code. :shiftee:
CommieDog™: The Original Proletarian Pet
Learn from your parents' mistakes: use birth control.

#9 Detail

Detail

    King Detail

  • Hosted
  • 7,767 posts
  • Location:Dayonic
  • Projects:Dayvi.com
  •  Blu Spy

Posted 15 August 2003 - 01:25 PM

People wont use it if thay have to replace every ";".
If you supplyed a ";" free version of the rules with the debugger thay might.

#10 Mastermind

Mastermind

    Server Technician

  • Undead
  • 7,014 posts
  • Location:Cambridge, MA
  • Projects:MasterNews 3
  •  The Man Behind the Curtain

Posted 15 August 2003 - 03:32 PM

No, the comments are fine, it is just commas that throw off my file read. I can remove the commas from my parsing routines no problem. The question I'm asking was if people would be willing to replace commas (,) with something else, such as a single quote or some other character. The problem is that the VB input function goes to the first comma or new line character, and a comma disrupts everything.
:)
Posted Image

Well, when it comes to writing an expository essay about counter-insurgent tactics, I'm of the old school. First you tell them how you're going to kill them. Then you kill them. Then you tell them how you just killed them.

Too cute! | Server Status: If you can read this, it's up |

#11 Detail

Detail

    King Detail

  • Hosted
  • 7,767 posts
  • Location:Dayonic
  • Projects:Dayvi.com
  •  Blu Spy

Posted 15 August 2003 - 05:39 PM

Humm, i'm not to sure what you mean :)

#12 Mastermind

Mastermind

    Server Technician

  • Undead
  • 7,014 posts
  • Location:Cambridge, MA
  • Projects:MasterNews 3
  •  The Man Behind the Curtain

Posted 15 August 2003 - 06:20 PM

; FILE: FactionUnit.ini ///////////////////////////////////////////////////////
; This file contains only objects that are units tied to specific factions.
; You will find tanks, infantry, transports ... all our "units" here.  Also
; in this file are related objects such as debris from the units or 
; tank shells to fire and deal damage to the enemy.
;//////////////////////////////////////////////////////////////////////////////
See the commas (half-stops ,) in that, they need to be replaced, so a compatible faction unit would have this at the beginning instead, something without commas such as:
; FILE: FactionUnit.ini ///////////////////////////////////////////////////////
; This file contains only objects that are units tied to specific factions.
; You will find tanks’ infantry’ transports ... all our "units" here.  Also
; in this file are related objects such as debris from the units or 
; tank shells to fire and deal damage to the enemy.
;//////////////////////////////////////////////////////////////////////////////
That any clearer?
:)
Posted Image

Well, when it comes to writing an expository essay about counter-insurgent tactics, I'm of the old school. First you tell them how you're going to kill them. Then you kill them. Then you tell them how you just killed them.

Too cute! | Server Status: If you can read this, it's up |

#13 Daz

Daz

    title available

  • Hosted
  • 2,654 posts
  •  Revora Co-Founder

Posted 15 August 2003 - 06:28 PM

That doesn't seem like a huge thing to have to do in order to get error free inis.
Edit > Replace
Seems easy enough.

#14 Goketa

Goketa
  • New Members
  • 29 posts

Posted 07 September 2003 - 03:26 AM

this be good




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users