Author |
Message |
Cryo_001
Joined: Thu Sep 25, 2008 6:59 pm Posts: 3
|
need help with modding
Hi, I tried moding the AAL N-Rifle for my friend because he wanted it blue as well as the bullet. So I did this Code: Color = Color R = 128 G = 128 B = 200 But it says there's a problem with the B = 200 Any help?
|
Thu Sep 25, 2008 7:14 pm |
|
|
Roon3
Joined: Sun May 11, 2008 12:50 pm Posts: 899
|
Re: need help with modding
That color isn't in the palette, try this its the closest: Code: R = 148 G = 156 B = 183
|
Thu Sep 25, 2008 7:19 pm |
|
|
Cryo_001
Joined: Thu Sep 25, 2008 6:59 pm Posts: 3
|
Re: need help with modding
Oh lol i forgot about the palette THX
|
Thu Sep 25, 2008 7:20 pm |
|
|
macattack
Joined: Wed Jul 09, 2008 1:34 am Posts: 218 Location: Monkey Island: It is teh fluffy here.
|
Re: need help with modding
by the way, whats the colors for a sorta sick puke green in cortex command?
|
Fri Sep 26, 2008 5:02 am |
|
|
grenade
Joined: Mon Aug 18, 2008 5:29 pm Posts: 607 Location: Ukraine,Odessa in the ASC bunker-base
|
Re: need help with modding
You can use any colors , you need to know how to make it.Copy pallete.bmp from base , paste it to your mod , and make the pallete bigger , and add any sprites\colors in it that you use , and there will be no lagg.
|
Fri Sep 26, 2008 8:18 pm |
|
|
Cryo_001
Joined: Thu Sep 25, 2008 6:59 pm Posts: 3
|
Re: need help with modding
Another question Whats the deal with offsets?Where is 0,0?and why do I suck at them?
|
Sat Sep 27, 2008 4:13 pm |
|
|
ProjektODIN
Banned
Joined: Tue Aug 26, 2008 6:09 pm Posts: 432
|
Re: need help with modding
grenade wrote: You can use any colors , you need to know how to make it.Copy pallete.bmp from base , paste it to your mod , and make the pallete bigger , and add any sprites\colors in it that you use , and there will be no lagg. I'm pretty sure it doesn't work that way.
|
Sat Sep 27, 2008 4:42 pm |
|
|
grenade
Joined: Mon Aug 18, 2008 5:29 pm Posts: 607 Location: Ukraine,Odessa in the ASC bunker-base
|
Re: need help with modding
Why ?
|
Sat Sep 27, 2008 7:48 pm |
|
|
ProjektODIN
Banned
Joined: Tue Aug 26, 2008 6:09 pm Posts: 432
|
Re: need help with modding
The palette is not modifiable. You -can- modify it, but all you will do is break everything. Try your idea and see what happens.
|
Sun Sep 28, 2008 12:44 am |
|
|
|