Page 1 of 3

Graphic Manager 2.1 [2004-07-16]

Posted: 25 May 2003 08:57
by SHADOW-XIII
I create standalone Graphic Manager ....

New release 2004-07-16

Changes in ver 2.1:
  • again GUI changed, removed buttons, top menu,
    main window is sizeable now, remembering previous
    position, added shortcuts (also Ctrl+R for 'Run Game')
  • right click on the list highlights position now
  • changed possible states of files to 3 types
  • support newgrf[w].cfg from TTDPatch 2.0.1 alpha 30
  • added TTDPatch version recognization
  • added Log Creator with two file formats
  • added 'no overwrite confirmation' option
  • added warning if main TTD graphic file is on the list,
    also prevent from adding orginall TTD graphic files
  • fixed bug with not counting sprites properly
  • fixed bug with no confirmation on exit
  • removed changing state with clicking on the filename
here you go:
https://www.ttdpatch.de.vu/

Image

Posted: 25 May 2003 09:53
by Dinges
Great! Will promote that feature on my site. We can now easy install Graphics. Maybe make a possibility for reading Zip files, and install them from there?

Posted: 25 May 2003 10:59
by SHADOW-XIII
Dinges wrote:Great! Will promote that feature on my site. We can now easy install Graphics. Maybe make a possibility for reading Zip files, and install them from there?
yes .. this will be too ...

Posted: 25 May 2003 14:39
by G-Klav
Will it be able to convert DOS graphics to Windows, and vice versa?

Posted: 25 May 2003 19:16
by SHADOW-XIII
G-Klav wrote:Will it be able to convert DOS graphics to Windows, and vice versa?
dunno ... probably no because it is part of GrfWizard (it uses grfcodec anyway) but I'll consider it if more people will want

Posted: 28 May 2003 08:31
by SHADOW-XIII
I don't know if anyone is interested in this project ... :roll:

Current updates: (new version unavabile yet)
- making log file with graphic settings
(which files are enabled in newgrf(w)txt, which are not, date and time of grf files to check if someone has the newest version)
- some bug fixes
- comparing date and time when instaling grf file

Future Edition: (this will be for sure)
- backuping exe's (just started preparing)
- I'll add possibility to change newplanes,newtrains,newships,newrvs in cfg files , only those 4 switches)

Possible changes: (probably will be not done due to hard implement)
- converting dos graphic to win, and win to dos
- changing program to browser type(like acdsee etc,) with possibility to see preview

Posted: 12 Jun 2003 19:44
by Dinges
Seeing this thing sunk 3 pages deep, digging it up right now.

Shadow, what about combining this manager and my site, for example GRF files can be downloaded immediatly from my site, a PHP page makes a list of available files, you list that in your program, then users can make selection(s) and the program downloads it and installs them.

Posted: 12 Jun 2003 20:14
by SHADOW-XIII
I do not think so ....

it will not downloading files only installing them

Posted: 14 Jun 2003 04:06
by Andrex
What does this error means?

Posted: 14 Jun 2003 06:24
by SHADOW-XIII
Andrex wrote:What does this error means?
those files are entry from newgrf(w).txt, so it is something wrong with that file (in that case there is empty line, which I forgot to not checked)

Posted: 09 Jul 2003 22:44
by SHADOW-XIII
well I decided to create version 2.0 of Graphic Manger ..

however I do not know if anyone is using it ? if it is worth doing it then ?

anyway anything that I can reveal is that Graphic Manager will have option to connect to Internet (but I won't tell you currently what for)

Posted: 09 Jul 2003 23:46
by Patchman
Personally I'm not using it, but if you're going to update it, please rename newgrf(w).txt to newgrf(w).cfg. I'll rename that file in the beta test starting next week.

Just so you don't have to make two releases because you didn't know...

Posted: 10 Jul 2003 09:22
by SHADOW-XIII
right .... thanks ...

Posted: 16 Jul 2003 08:42
by SHADOW-XIII
First Release of Graphic Manager for TTDPatch 2.0
can be found HERE

Posted: 16 Jul 2003 09:16
by Dinges
Is that a update :?:

And you can look at my site for # 'o downloads to see if anybody is willing to use it

And I placed the new file on my site. But didn't update link yet, is it okay :?:

Posted: 16 Jul 2003 09:51
by SHADOW-XIII
first it is new version of program ... older one is obsolete due to file format (newgrf.txt changed to newgrf.cfg) and this version will contain some extra stuff, I hope (like counting total sprite numbers, extract GRF file information)

and your site gives after clicking on Graphic Manager (change the name):

Code: Select all

Warning: getimagesize: Read error! in /usr/local/psa/home/vhosts/ttdgraphics.cjb.net/httpdocs/stuff/sitefunctions.php on line 97

Posted: 16 Jul 2003 10:07
by Dinges
That's becouse there is no image

Posted: 16 Jul 2003 10:23
by SHADOW-XIII
so put anything or try avoid it ... it makes it very bad looking ...

Posted: 16 Jul 2003 11:00
by Dinges
SHADOW-XIII wrote:so put anything or try avoid it ... it makes it very bad looking ...
I know, I made a code that avoids this at my own server, but owen's server just has to display the error :!:, look at these too: http://ttdgraphics.cjb.net/graphid.php?id=15 adn http://ttdgraphics.cjb.net/graphid.php?id=16 they are the same

Shall fix it a.s.a.p

Posted: 16 Jul 2003 11:14
by orudge
Do something like:

Code: Select all

if ($image != "")
{
   // code for processing the image or whatever
}
Alternatively (or in addition), stick an at sign (@) in front of the function that displays an error. It'll still generate an error, but it won't be printed to the screen.