Page 7 of 31

Posted: 24 Oct 2005 08:44
by Hyronymus
Get a Gmail account to then ;). One more thing btw: what are those bmp-files starting with sb***.bmp? Are they required for something or can I delete them, they're taking over my entire project dir.

Posted: 24 Oct 2005 08:48
by Szappy
If you're not using them in any sprite block, then delete them.
I guess those were created when importing an nfo into the lst, so be sure, that you're not using them anymore.

Posted: 24 Oct 2005 08:59
by Hyronymus
I guess you can't delete them when you're using a lst, right?

Posted: 27 Oct 2005 18:53
by jvassie
Hey all!

Szappy, i was thinking about creating a small-ish user guide on how to create an engine and a coach in grfmaker.

Is this ok with you? :)


James

Posted: 27 Oct 2005 23:51
by krtaylor
Wonderful!

Posted: 28 Oct 2005 06:42
by Szappy
jamesvassie wrote:Hey all!

Szappy, i was thinking about creating a small-ish user guide on how to create an engine and a coach in grfmaker.

Is this ok with you? :)


James
Absolutely, thank you!
You may also upload it in the dowload site's "tutorial" dir.
(but please send it to me first, for checking ;) )

-edit- note, that it will be a 4-day holiday in Hungary starting this saturday, and since I don't have net access at home, I won't be here till next wednesday

Posted: 28 Oct 2005 08:41
by Maniack28
jamesvassie wrote:Hey all!

Szappy, i was thinking about creating a small-ish user guide on how to create an engine and a coach in grfmaker.

Is this ok with you? :)


James
Great idea, cause I dunno how it works and I really have to find out because Dutchtrainset needs some more coding ;)

Posted: 28 Oct 2005 12:32
by RK
jamesvassie wrote:Hey all!

Szappy, i was thinking about creating a small-ish user guide on how to create an engine and a coach in grfmaker.

Is this ok with you? :)


James
Can you describe how to make a livery refit? :lol:

Posted: 28 Oct 2005 12:48
by jvassie
Dunno about that but im gonna do livery override. :D

Progress is coming along nicely


James

Posted: 28 Oct 2005 13:19
by Szappy
RK wrote:Can you describe how to make a livery refit? :lol:
There is already an example for this, in the 'tutorial' dir on the download site.

Posted: 28 Oct 2005 21:50
by BobDendry
I couldn't work out the livery overrides actually. I just got invalid sprite errors.

Posted: 29 Oct 2005 08:24
by jvassie
They're easy to do :D

They'll get included!


James

Posted: 01 Nov 2005 20:02
by jvassie
Ive thought of a suggestion, it might not be possible or it might have already been suggested :wink:

Would it be possible for GRFMaker to read .nfo files and then convert them to .lst files which can be edited in GRFMaker? That would make this even more user-friendly for editing existing graphics and increase GRFMaker's user-base.

Sorry for double post btw :)


James

Posted: 02 Nov 2005 18:56
by RK
another thing you could explain: making these stop and more sprites like in the DB-Set with wagon override. 8)

Posted: 12 Nov 2005 13:29
by Maniack28
jvassie, how far are you with the tutorial? Cause I'm waiting for u to finish it, I dont understand a bloody thing about GRF-maker :oops:

Posted: 12 Nov 2005 18:50
by DaleStan
I'm told that you have to have some knowledge of NFO to use GRFMaker[0][1], so while you're waiting for the tutorial, you might want to read up on NFO:
http://wiki.ttdpatch.net/tiki-index.php ... nsDetailed
Read up on actions 0-4 and 8 (skipping Callbacks and VarAction2Advanced for now.)

[0] I don't use it, prefering notepad and NFORenum
[1] Someone stop me if I'm way off base or this has changed.

Posted: 12 Nov 2005 19:09
by jvassie
DaleStan: I believe GRFMaker has advanced quite a way now, and for only the very new and advanced features will you need NFO, AFAIK.

Maniack28: Sorry for the delay, i have school work to do, and other things as well. I have been working on it and the first has been finished for some time.

Szappy: Would it be ok to publish it do you think, or wait for the next step to be finished?


James

Posted: 13 Nov 2005 00:12
by Aegir
From personal experiance, you need to be able to read NFO and be able to navigate the grfspecs on the wiki pretty damn well. Just about evertything in GRFMaker is just an interface to the various actions that you'd code by hand.

Its a heck load easier than writing NFO by hand, but you still have to understand the theory behind it if you're going to get anywhere by yourself.

/me shudders thinking of his attempts to code a varaction2 for P:GS

Posted: 03 Dec 2005 20:39
by jvassie
Szappy, i have a question regarding how to code something, if you arent able to answer it, would you kindly pass it on to gl2 if he might know? Cheers

I would like to code a train that is 8 cars long in the following consist:

Engine-1stClassCar-1stClassCar-BarCar-2ndClassCar-2ndClassCar-2ndClassCar-EndWagon. Its an EMU quite obviously. I know i have to use a var. action 2 to do it but could you explain what to do to make the train appear in that configuration. Lastly, also what do i need to do to be able to make a duble consist ie two of those consists coupled together?

Cheers
James

Posted: 04 Dec 2005 17:43
by RK
I made it like this:

Image

if the waggon is number 2, 4 or 6, draw the end of the EMU (ID 11) otherwise the front (ID 12). if there are more then 8 cars, draw a stop sprite (ID 0A).