Changing Color Of Spice ?

Forum rules
BEFORE YOU POST...

Remember that all mods available here REQUIRE Spore: Galactic Adventures AND patch 5.1. Patch 6\Bot Parts does NOT include Patch 5.1! (Some may work on other setups, but this is recommended)

Can't get a mod to work? Feel free to ask for help, there's always someone around to help out. Just make sure to include the following information:
a) Did you install Spore from Steam, Origin, or a Disk?
b) Is your game patched to the latest version?
c) Do you have Galactic Adventures?
d) If so, is it also patched to the latest version?
e) Where did you install the mod to?
f) What is the file's current name in the folder you installed it to?
This information is needed for us to help you!
User avatar
Bryan199810
Cell
Cell
Posts: 13
Joined: Wed Jun 16, 2010 3:34 pm
Age: 25

Changing Color Of Spice ?

Unread post by Bryan199810 »

Hello !

I've looked at some other mods that change/add spice, but i don't know exactly know how to change the color.

I've looked at:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<properties>
  <key name="inventoryItemArtifactModel" instanceid="#83A34045" />
  <float name="inventoryItemArtifactNormalScale">2</float>
  <float name="inventoryItemArtifactPlumpScale">2</float>
  <uint32 name="spaceEconomySpiceColor">13448960</uint32>
  <texts name="spaceToolDescription">
    <text tableid="#5E6117CD" instanceid="#38DB14C7">Red Spice</text>
  </texts>
  <texts name="spaceToolDetailDescription">
    <text tableid="#5E6117CD" instanceid="#E52BB5DE">This rare spice is used as flavoring for certain foods and often produces an eye-watering effect upon the consumer.</text>
  </texts>
  <uint32s name="spaceToolImageColors">
    <uint32>4291639040</uint32>
  </uint32s>
  <key name="spaceToolImageID" groupid="ufotools~" instanceid="#A690DC79" typeid="png" />
  <float name="spaceTradingBaseCost">3375</float>
  <float name="spaceTradingChanceBlueEasy">0</float>
  <float name="spaceTradingChanceBlueHard">0</float>
  <float name="spaceTradingChanceRedEasy">0.96</float>
  <float name="spaceTradingChanceRedHard">0.5</float>
  <float name="spaceTradingChanceYellowEasy">0</float>
  <float name="spaceTradingChanceYellowHard">0</float>
  <texts name="spaceTradingNeed">
    <text tableid="spacegame" instanceid="#043AF039">Wow, we're really crave some Red Spice.</text>
  </texts>
  <texts name="spaceTradingNoNeed">
    <text tableid="spacegame" instanceid="#043AF038">Please take a look at our fine goods available.</text>
  </texts>
  <key name="spaceTradingType" instanceid="spice" />
</properties>
Here's what confuses me:

Code: Select all

  <uint32s name="spaceToolImageColors">
    <uint32>4291639040</uint32>
  </uint32s>
and

Code: Select all

  <uint32 name="spaceEconomySpiceColor">13448960</uint32>
So where do i change the color of the spice ?


Image
NOPE200000
Sentient
Sentient
Posts: 488
Joined: Fri Aug 12, 2011 4:27 am

Re: Changing Color Of Spice ?

Unread post by NOPE200000 »

here:
<?xml version="1.0" encoding="utf-8"?>
<properties>
<key name="inventoryItemArtifactModel" instanceid="#83A34046" />
<float name="inventoryItemArtifactNormalScale">2</float>
<float name="inventoryItemArtifactPlumpScale">2</float>
<uint32 name="spaceEconomySpiceColor">12211667</uint32>
<texts name="spaceToolDescription">
<text tableid="#5E6117CD" instanceid="#968CB10E">Purple Spice</text>
</texts>
<texts name="spaceToolDetailDescription">
<text tableid="#5E6117CD" instanceid="#7E688767">A purple-ish spice used in making a sweet-flavored purple pudding.</text>
</texts>
<uint32s name="spaceToolImageColors">
<uint32>4290401747</uint32>
</uint32s>
<key name="spaceToolImageID" groupid="ufotools~" instanceid="#A690DC79" typeid="png" />
<float name="spaceTradingBaseCost">14625</float>
<float name="spaceTradingChanceBlueEasy">0</float>
<float name="spaceTradingChanceBlueHard">0.15</float>
<float name="spaceTradingChanceRedEasy">0</float>
<float name="spaceTradingChanceRedHard">0.02</float>
<float name="spaceTradingChanceYellowEasy">0.02</float>
<float name="spaceTradingChanceYellowHard">0.02</float>
<texts name="spaceTradingNeed">
<text tableid="spacegame" instanceid="#043AEF67">Got any Purple?</text>
</texts>
<texts name="spaceTradingNoNeed">
<text tableid="spacegame" instanceid="#043AEF66">We've got a special on Purple right now.</text>
</texts>
<key name="spaceTradingType" instanceid="spice" />
</properties>

Change this:
<uint32 name="spaceEconomySpiceColor">12211667</uint32>
And this:
<uint32s name="spaceToolImageColors">
<uint32>4290401747</uint32>
Change it both in the same color you want.
These two different numbers are exectly the same colors, so change both numbers in the same.
You can also make a copy to make a 7the spice.
Download this: http://www.mediafire.com/?7pr54b31v821351
It has 6 new spices made by me (so now you have 12 spices).
</uint32s>
.
User avatar
Bryan199810
Cell
Cell
Posts: 13
Joined: Wed Jun 16, 2010 3:34 pm
Age: 25

Re: Changing Color Of Spice ?

Unread post by Bryan199810 »

How does the color work ?

It doesn't look like a 6 digit hex code.

Which numbers change which colors ?
Image
NOPE200000
Sentient
Sentient
Posts: 488
Joined: Fri Aug 12, 2011 4:27 am

Re: Changing Color Of Spice ?

Unread post by NOPE200000 »

Bryan199810 wrote:How does the color work ?

It doesn't look like a 6 digit hex code.

Which numbers change which colors ?
Look at the colors of the planetpaint tools and the code 0 is black.
But I already made spices with the planetpaint colors but maybe you can change that colors a little bit and look for the color. Edit my mod and give them new color numbers and check the effects.
.
User avatar
Vallachan
Sentient
Sentient
Posts: 1352
Joined: Thu Mar 17, 2011 5:26 pm
Age: 24

Re: Changing Color Of Spice ?

Unread post by Vallachan »

I would recommend trying to use RGB colors, except all bunched up. If you don't get good results, then I guess they are not RGB colors. :geek:
Spore is creative, even the mods and hacks.
Or, should I say, especially the mods and hacks?

Now currently making content for the Life is Strange and Portal communities. Check me out on YouTube
NOPE200000
Sentient
Sentient
Posts: 488
Joined: Fri Aug 12, 2011 4:27 am

Re: Changing Color Of Spice ?

Unread post by NOPE200000 »

camben wrote:I would recommend trying to use RGB colors, except all bunched up. If you don't get good results, then I guess they are not RGB colors. :geek:
They are not RGB, but I found what it really is: http://bikubik.com/en/?c=BAA3A9
I don't now what kind of type this is but it works. :D
Last edited by NOPE200000 on Tue Apr 17, 2012 9:27 am, edited 1 time in total.
.
NOPE200000
Sentient
Sentient
Posts: 488
Joined: Fri Aug 12, 2011 4:27 am

Re: Changing Color Of Spice ?

Unread post by NOPE200000 »

And I've made a 2 color spice.
Look below...................
Grey and Purple :D
Attachments
I don't now how I did this............................
I don't now how I did this............................
.
User avatar
Bryan199810
Cell
Cell
Posts: 13
Joined: Wed Jun 16, 2010 3:34 pm
Age: 25

Re: Changing Color Of Spice ?

Unread post by Bryan199810 »

That would be called Lavender.
Image
Post Reply Previous topicNext topic

Return to “Mod Help”