Page 5 of 61

Re: Previews from the impatient

Posted: Wed May 14, 2014 4:50 pm
by R4V3-0N
Image

Better?

Re: Previews from the impatient

Posted: Wed May 14, 2014 10:03 pm
by RAD-82
I'm currently on a break from my own modding, so I'm looking at something else. Don't expect it anytime soon, as I seem to have a lot to go through and I don't seem to look at it very often. I'm only posting this because I did some OVERRIDE_ tests today and learned that it doesn't work everywhere. It seems it only works on the tags that vanilla uses it for. A single event in an eventList is a workaround for it not working directly on events. :geek:

Code: Select all

<eventList name="OVERRIDE_INF_START_CREW">
	<event>
		<text>Select a new crew member from the list below.</text>
		<choice hidden="true">
			<text>Human</text>
			<event>
				<crewMember amount="1" class="human"/>
			</event>
		</choice>
		<choice hidden="true">
			<text>Zoltan</text>
			<event>
				<crewMember amount="1" class="energy"/>
			</event>
		</choice>
		<choice hidden="true">
			<text>Engi</text>
			<event>
				<crewMember amount="1" class="engi"/>
			</event>
		</choice>
		<choice hidden="true">
			<text>Mantis</text>
			<event>
				<crewMember amount="1" class="mantis"/>
			</event>
		</choice>
		<choice hidden="true">
			<text>Rock</text>
			<event>
				<crewMember amount="1" class="rock"/>
			</event>
		</choice>
		<choice hidden="true">
			<text>Slug</text>
			<event>
				<crewMember amount="1" class="slug"/>
			</event>
		</choice>
		<choice hidden="true">
			<text>Lanius</text>
			<event>
				<crewMember amount="1" class="anaerobic"/>
			</event>
		</choice>
	</event>
</eventList>

Re: Previews from the impatient

Posted: Wed May 14, 2014 10:50 pm
by featherwings
RAD-82 wrote:I'm currently on a break from my own modding, so I'm looking at something else. Don't expect it anytime soon, as I seem to have a lot to go through and I don't seem to look at it very often. I'm only posting this because I did some OVERRIDE_ tests today and learned that it doesn't work everywhere. It seems it only works on the tags that vanilla uses it for. A single event in an eventList is a workaround for it not working directly on events. :geek:
OVERRIDE_FOO causes the thing with the name FOO to be overwritten when AE is on, correct? I didn't realize it worked as a generic option you could stick on to various things (even if it's not everything.) I always figured each OVERRIDE_ was hardcoded or something.

Re: Previews from the impatient

Posted: Thu May 15, 2014 12:22 am
by xlandar
R4V3-0N wrote:Better?
Much! it will be very useful for the other ones. (i'm planning on doing this for the fed bomber, and the kestrel). :D

Re: Previews from the impatient

Posted: Thu May 15, 2014 12:55 am
by R4V3-0N
:roll: every day I'm always recolouring ships.

Which I don't mind at all! off course, It makes me feel appreciated and doing this helps a lot of people. Not just 1 person. :D

I will do bomber and kestrel in the black and red pirate colour as well as fed cruiser in white and purple colours if you wish

Re: Previews from the impatient

Posted: Thu May 15, 2014 1:19 am
by xlandar
You can if you want, but i'm gonna have a go at them anyway. I want to practise.

Re: Previews from the impatient

Posted: Thu May 15, 2014 1:45 am
by R4V3-0N
Well I already nearly finished the bomber.

Here's a tip with it though, darken the outline (colour select it then put black over it) because the normal outline is to light and will blend or is lighter then some shades the fed cruiser type c has, as we noticed. the fed c in game has darker outlines as well.

Re: Previews from the impatient

Posted: Thu May 15, 2014 9:51 am
by R4V3-0N
Image
Image
Image
Image

first one is the normal pirate bomber.
the rest are recolours. hope you enjoy. :D

Re: Previews from the impatient

Posted: Thu May 15, 2014 2:56 pm
by xlandar
wow. the black and purple one actually works really well. These are very nice! thanks!

Re: Previews from the impatient

Posted: Fri May 16, 2014 8:59 am
by R4V3-0N
You're welcome, I would have done the kestrel and fed cruiser by now but as you said you wanted to do it yourself, so I'll just sit here and wait for your results