Page 1 of 1
Mod Graphics Relation Questions
Posted: Tue May 06, 2014 3:53 am
by New Guy
First things first, I heard AE had a bunch of graphics related mechanics changed. What specifically was changed by the AE update, and how do we deal with it?
Next, is there a pixel size limit to weapon projectiles?
Re: Mod Graphics Relation Questions
Posted: Tue May 06, 2014 4:53 am
by RAD-82
New Guy wrote:First things first, I heard AE had a bunch of graphics related mechanics changed. What specifically was changed by the AE update, and how do we deal with it?
Previously, the _cloak and _floor images would stretch to fit the _base image. The _cloak also had an extra 10 pixels in 4 directions. These images no longer stretch. You can make them any size now and use new offset tags in the
{ship}.xml file to position them relative to the _base image. If you make them the same size as the _base, then there is no need for the new offsets.
Interior graphics. These used to stretch to fill the room that they occupied. If you make them properly to fit the room you assign them to, then you don't need to do anything different. They just don't stretch anymore and can now go out the right side and bottom of the room if you make them the wrong size.
Console glows for pilot, weapons, shields, and engines. This is the biggest change and might be the hardest for me to try and explain. There is a new file,
rooms.xml, which controls the console glows. You really only need to pay attention to this if you use custom graphics, and those custom graphics have to have the
room_ prefix in their name. There is more to explain, but I think I'll stop.
New Guy wrote:Next, is there a pixel size limit to weapon projectiles?
I don't know about this. The biggest size I've used is 96 x 64 for my Bahamut fireballs.
Re: Mod Graphics Relation Questions
Posted: Wed May 07, 2014 12:29 am
by Sleeper Service
I use some sheets that are 2000x2000. When I tested larger images, the game did not load them in game but replaced them with white squares instead. Since then i use that size as the limit. Note that this concerns actual image size, not the size of the individual frames.
Re: Mod Graphics Relation Questions
Posted: Wed May 07, 2014 12:40 am
by New Guy
Thanks for the responses guys, but I have another question.
Cloak rooms have glows. Are they also given glows by the rooms.xml? Took a gander at one and didn't see anything relating to it.
Re: Mod Graphics Relation Questions
Posted: Wed May 07, 2014 3:39 pm
by kartoFlane
From what I observed while implementing glows in the editor, cloaking still uses the old glows system, ie. for interior image named room_cloaking_1.png, the corresponding glow is room_cloaking_1_glow.png