Graphical editor?

General discussions about the 1st version of Tennis Elbow Manager

Graphical editor?

Postby miguel_scp » 15 Mar 2009, 19:22

Hi there!

Is there any graphical editor available for TEM?

Thanks!
miguel_scp
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 67
Gaming Since: 01 Sep 2006, 16:38
Location: Portugal

Re: Graphical editor?

Postby manutoo » 16 Mar 2009, 06:18

hello,

you mean to edit the player & tournament bases ..?
Then no, there's not, but it's not too hard to edit them with a text editor...
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18753
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: Graphical editor?

Postby miguel_scp » 16 Mar 2009, 09:54

Yes, you're right.
But still, maybe I'll give it a go and try to create one :wink:
miguel_scp
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 67
Gaming Since: 01 Sep 2006, 16:38
Location: Portugal

Re: Graphical editor?

Postby manutoo » 17 Mar 2009, 06:16

If you have any result, be sure to post it here..! :)
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18753
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: Graphical editor?

Postby miguel_scp » 19 Mar 2009, 00:56

Ok, will do! :)
miguel_scp
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 67
Gaming Since: 01 Sep 2006, 16:38
Location: Portugal

Re: Graphical editor?

Postby miguel_scp » 22 Mar 2009, 14:26

Hi there!
News:

I'm working on the editor, and so, I've started by parsing the text files.
The good news is I already load and save the TourCategory.ATP and TourCategory.WTA files! :)

Next steps are:

1 - The Tour.ATP.ini and Tour.WTA.ini files;
2 - The Players.ATP.ini and Players.WTA.ini files;
3 - The graphical interface ;)

I'll be in touch! :)
miguel_scp
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 67
Gaming Since: 01 Sep 2006, 16:38
Location: Portugal

Re: Graphical editor?

Postby manutoo » 23 Mar 2009, 05:27

Don't forget the step 3... ;)

Also, when they're missing value, be sure to not add them when u re-write the files. (for example, [Category17] doesn't have a "Wildcard" entry, so the game engine will use an internal default value for it on game loading)
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18753
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: Graphical editor?

Postby miguel_scp » 25 Mar 2009, 01:22

Hi!
Yes, I'm aware of that. Thanks for bringing it up, anyway! :D
I've seen many fields like that (Categories 15 and 16 are great examples) :wink:
I've managed to rewrite the file (almost) just like the original one (apart from field order in each category).

Some questions, though:

1 - Is the field order in each category important? For example, is it important to have "NbSetRound" after "QualifNbRound", or is the field order irrelevant?
2 - When parsing tournaments, I've noticed that the count goes back to 001 when Challengers start, and then back to 001 when Futures start. Is this important for the game loading? Can I have [Tournament001] up to [Tournament340], for example?
3 - Analysing files, what is the difference between TourCategory.ini and TourCategory.ATP.Ini (or the equivalent TourCategory.WTA.Ini)? Do I have to rewrite them both, or just the correspondent one (ATP or WTA)?

Thanks in advance! :D
miguel_scp
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 67
Gaming Since: 01 Sep 2006, 16:38
Location: Portugal

Re: Graphical editor?

Postby manutoo » 25 Mar 2009, 08:25

Hello,

1- nope, the order is not important, but usually, i try to have the order so the same kind of parameters are grouped together
2- in [TournamentXXX] the number is totally ignored ; so I did the couting like this so it's easy to know how many main & secondary tournaments we have
3- TourCategory.ini isn't used anymore since the release of TEM 1.0b (when the women arrived)
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18753
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: Graphical editor?

Postby miguel_scp » 02 Apr 2009, 20:11

Hello there!

Updating again:

the Tour.ATP.ini and Tour.WTA.ini files are now read and written correctly! :D

Next step: the Players.ATP.ini and Players.WTA.ini files :D
miguel_scp
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 67
Gaming Since: 01 Sep 2006, 16:38
Location: Portugal

Re: Graphical editor?

Postby miguel_scp » 04 Apr 2009, 13:01

New update!

The players are being loaded and saved correctly! :)

The GUI is the next step :D
miguel_scp
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 67
Gaming Since: 01 Sep 2006, 16:38
Location: Portugal

Re: Graphical editor?

Postby miguel_scp » 26 Apr 2009, 11:58

Hello all!
I'm very pleased to say that the editor GUI is almost done!

It just needs a few tests, so that everything will be OK, and I should be able to release the first version soon (1-2 weeks, since I only do this on my free time, at weekends).

Cheers!
miguel_scp
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 67
Gaming Since: 01 Sep 2006, 16:38
Location: Portugal

Re: Graphical editor?

Postby manutoo » 27 Apr 2009, 10:37

if almost done, then almost congratulation ;)
ManuTOO
== Mana Games ==

>> I don't answer Private Message, except if it's really a _Private_ topic <<
User avatar
manutoo
Game Author
 
Messages: 18753
Gaming Since: 24 Jan 2004, 15:38
Location: France

Re: Graphical editor?

Postby miguel_scp » 09 May 2009, 13:05

Hello all!
It's done!!! :D :D :D :D

(Or at least, part of it) ;)

I've uploaded as an attachment the first version of the graphical editor.
It has as many validations as editing the text file itself (being, none), but I think it's easier to edit than the text file.

Features:

- Load and save of the following configuration files:
- Players.ATP.ini
- Players.WTA.ini
- Player Attribute editing

I can guarantee that it's virus safe (though not bug-free) :p
Feel free to comment, give your feedback, etc.

Next steps are:

- Edit all the players' attributes
- Edit Tournaments
- Edit Tournament Categories

I'll be in touch! :)
Attachments
Tennis Elbow Manager Editor v1.0.zip
(34.37 KiB) Downloaded 95 times
miguel_scp
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 67
Gaming Since: 01 Sep 2006, 16:38
Location: Portugal

Re: Graphical editor?

Postby PattySchnyder » 09 May 2009, 18:32

What path do you select? It keeps saying failed to load Player.WTA ini
PattySchnyder
crazy of the little yellow ball
crazy of the little yellow ball
 
Messages: 229
Gaming Since: 06 Aug 2007, 00:00

Next

Return to Tennis Elbow Manager 1

Who is online

Users browsing this forum: No registered users and 2 guests