Question Thread
- Durandal-Thoth
- Terran Factory Worker
- Posts: 71
- Joined: Wed Jul 04, 2007 4:19 pm
- Location: Where the grass grows.
Re: Question Thread
It could take the better part of a few hours to re-color these frames. Maybe I should just give it a null pallette and specify a special one like blue or orange in DatEdt. It'd look pretty cheap, but I can live with that for now...
Google is your FRIEND.
- IskatuMesk
- Xel'naga World Shaper
- Posts: 8332
- Joined: Sat Feb 07, 2009 1:40 pm
- Location: M͈̙̞͍͞ͅE̹H̨͇̰͈͕͇̫Ì̩̳CO̼̩̤͖͘ జ్ఞా
- Contact:
Re: Question Thread
Batch recolor them with a script in photoshop or psp, re-apply palette?
Gameproc
Though we stand alone, stand we shall.
Though we stand alone, stand we shall.
-
- Terran Settler (Unemployed)
- Posts: 2
- Joined: Wed Aug 29, 2007 3:23 pm
Re: Question Thread
This is probably a pretty basic question, but it has my mind boggled and I'd rather just get good advice than spend hours trying to figure it out. I'm making an RPG and I'm having trouble with EXP and gold. I want it so that you kill a dude and then you get some points and some minerals. Unfortunately the only outcomes I can get are:
- if I have it set "Kill -at least- 1 ______" (This makes the points and minerals rise endlessly the entire game)
- if I have it set "Kill -exactly- 1 ______" (This makes the points and minerals rise continuously until I kill another dude)
I'm sure someone has an easy solution to this. I've played around with the switches a bit too to no avail. Thanks
- if I have it set "Kill -at least- 1 ______" (This makes the points and minerals rise endlessly the entire game)
- if I have it set "Kill -exactly- 1 ______" (This makes the points and minerals rise continuously until I kill another dude)
I'm sure someone has an easy solution to this. I've played around with the switches a bit too to no avail. Thanks
- Durandal-Thoth
- Terran Factory Worker
- Posts: 71
- Joined: Wed Jul 04, 2007 4:19 pm
- Location: Where the grass grows.
Re: Question Thread
Well, I've already commented on my un-expertise in graphics softwareBatch recolor them with a script in photoshop or psp, re-apply palette?

Is PsP free? I currently use GIMP at the moment, not sure if that'll suffice.
The funny thing is that I created this question thread for my questionsThis is probably a pretty basic question, but it has my mind boggled and I'd rather just get good advice than spend hours trying to figure it out. I'm making an RPG and I'm having trouble with EXP and gold. I want it so that you kill a dude and then you get some points and some minerals. Unfortunately the only outcomes I can get are:
- if I have it set "Kill -at least- 1 ______" (This makes the points and minerals rise endlessly the entire game)
- if I have it set "Kill -exactly- 1 ______" (This makes the points and minerals rise continuously until I kill another dude)
I'm sure someone has an easy solution to this. I've played around with the switches a bit too to no avail. Thanks

At the moment it's getting far too late, but when I get home tommorrow I can try and figure out the correct way to do what you're doing.
Google is your FRIEND.
- Lavarinth
- Xel'naga Administrator
- Posts: 6539
- Joined: Wed Aug 16, 2006 5:21 pm
- Location: His Ashworld Planet
Re: Question Thread
Your question: The palette is now hardcoded, but to it as simple as possible: If you change any of the 256 colors, any color changed that is already is StarCraft will look funny so it's not worth it. It's much easier to batch everything to 256 standard colors. Look up how to set things to 256 colors on google.Durandal-Thoth wrote:Well, I've already commented on my un-expertise in graphics softwareBatch recolor them with a script in photoshop or psp, re-apply palette?
Is PsP free? I currently use GIMP at the moment, not sure if that'll suffice.
The funny thing is that I created this question thread for my questionsThis is probably a pretty basic question, but it has my mind boggled and I'd rather just get good advice than spend hours trying to figure it out. I'm making an RPG and I'm having trouble with EXP and gold. I want it so that you kill a dude and then you get some points and some minerals. Unfortunately the only outcomes I can get are:
- if I have it set "Kill -at least- 1 ______" (This makes the points and minerals rise endlessly the entire game)
- if I have it set "Kill -exactly- 1 ______" (This makes the points and minerals rise continuously until I kill another dude)
I'm sure someone has an easy solution to this. I've played around with the switches a bit too to no avail. Thanks
At the moment it's getting far too late, but when I get home tommorrow I can try and figure out the correct way to do what you're doing.
His question: Don't be selfish, it's fine is someone posts is someone else's thread.
adam: You will most likely need switches, but can you type up your entire trigger set, including the conditions.
- - Lavarinth
Campaign Creations Administrator
Campaign Creations Administrator
-
- Terran Settler (Unemployed)
- Posts: 2
- Joined: Wed Aug 29, 2007 3:23 pm
Re: Question Thread
thanks!
I started downloading other RPG maps to see how others did it. I picked the most tedious but reliable path....counting every single enemy unit and using the trigger "Kill exactly 1..." "Kill exactly 2..." "Kill exactly 3..."
It'll take a couple of hours but then it'll be done. Thanks again.
I started downloading other RPG maps to see how others did it. I picked the most tedious but reliable path....counting every single enemy unit and using the trigger "Kill exactly 1..." "Kill exactly 2..." "Kill exactly 3..."
It'll take a couple of hours but then it'll be done. Thanks again.
- Taeradun
- Protoss Khalai Missionary
- Posts: 1028
- Joined: Thu Sep 07, 2006 6:08 pm
- Location: AU
- Contact:
Re: Question Thread
FYI most of the palette is contained in the tileset\*.wpe files; as far as I recall information about which colours cycle (ie. water, lava) is hardcoded or something but I can't remember.
But yeah, changing each terrain palette and then modifying every other unit, tileset, miscellaneous sprite, UI etc graphic to suit the changed palette is probably not what you want to do
But yeah, changing each terrain palette and then modifying every other unit, tileset, miscellaneous sprite, UI etc graphic to suit the changed palette is probably not what you want to do

Last edited by Taeradun on Thu Aug 30, 2007 8:44 am, edited 1 time in total.

- Durandal-Thoth
- Terran Factory Worker
- Posts: 71
- Joined: Wed Jul 04, 2007 4:19 pm
- Location: Where the grass grows.
Re: Question Thread
Alright, new question.
I'm turning the first two mineral fields into asteroids, and I'm leaving the third mineral field for some kind of planetary resource.
I re-purposed an asteroid graphic that was lying around in Starcraft, but I'm not sure if it may have any odd effects when I replace the mineral graphic with it. Also, having it just sit there un-moving in-game is kind of boring. I was wondering on how it would be possible to get it to bob while in the air, similar to terran and protoss ships?
I'm turning the first two mineral fields into asteroids, and I'm leaving the third mineral field for some kind of planetary resource.
I re-purposed an asteroid graphic that was lying around in Starcraft, but I'm not sure if it may have any odd effects when I replace the mineral graphic with it. Also, having it just sit there un-moving in-game is kind of boring. I was wondering on how it would be possible to get it to bob while in the air, similar to terran and protoss ships?
Google is your FRIEND.
- IskatuMesk
- Xel'naga World Shaper
- Posts: 8332
- Joined: Sat Feb 07, 2009 1:40 pm
- Location: M͈̙̞͍͞ͅE̹H̨͇̰͈͕͇̫Ì̩̳CO̼̩̤͖͘ జ్ఞా
- Contact:
Re: Question Thread
Use the displace graphic thingy in iscript, I think it was. Check the battlecruiser script for a reference.
Gameproc
Though we stand alone, stand we shall.
Though we stand alone, stand we shall.
- Durandal-Thoth
- Terran Factory Worker
- Posts: 71
- Joined: Wed Jul 04, 2007 4:19 pm
- Location: Where the grass grows.
Re: Question Thread
Odd. I can't seem to get it to work.
I put the shift unit graphic under every possible "Return to idle" script that it had, but I've had no effect. Maybe I should try pasting it under the initial animation?
I have another question now. I tried to mount an archon attack overlay onto a Valkarie frigate as was previously suggested, but even though the weapon fires and the bullet part of the archon beam hits, the EMSbeam doesn't appear. I'm not sure why, maybe it's related to the Valkarie itself, in which case I should just modify the graphics of the archon and then link the Valkarie frigate to the archon graphics?
I put the shift unit graphic under every possible "Return to idle" script that it had, but I've had no effect. Maybe I should try pasting it under the initial animation?
I have another question now. I tried to mount an archon attack overlay onto a Valkarie frigate as was previously suggested, but even though the weapon fires and the bullet part of the archon beam hits, the EMSbeam doesn't appear. I'm not sure why, maybe it's related to the Valkarie itself, in which case I should just modify the graphics of the archon and then link the Valkarie frigate to the archon graphics?
Google is your FRIEND.
- IskatuMesk
- Xel'naga World Shaper
- Posts: 8332
- Joined: Sat Feb 07, 2009 1:40 pm
- Location: M͈̙̞͍͞ͅE̹H̨͇̰͈͕͇̫Ì̩̳CO̼̩̤͖͘ జ్ఞా
- Contact:
Re: Question Thread
First part - probably.
Second part - Who knows. I never messed much with the archon overlay, as the archon itself is a pretty hackjobbed unit. It should work like any other overlay. I will be kind of surprised if it's the valkyrie itself responsible for it not working; but then again, you're modding 1.15, and it is proven to do strange shit, so I can't really say.
Second part - Who knows. I never messed much with the archon overlay, as the archon itself is a pretty hackjobbed unit. It should work like any other overlay. I will be kind of surprised if it's the valkyrie itself responsible for it not working; but then again, you're modding 1.15, and it is proven to do strange shit, so I can't really say.
Gameproc
Though we stand alone, stand we shall.
Though we stand alone, stand we shall.
- Durandal-Thoth
- Terran Factory Worker
- Posts: 71
- Joined: Wed Jul 04, 2007 4:19 pm
- Location: Where the grass grows.
Re: Question Thread
I was thinking recently, I wanted to also have the Asteroids fly around at random while spinning in slow circles, but relatively slowly. I imagine I could probably get this done by using a Turn Unit Clockwise Op for walking and idle animations, use GoTo Offset 125 for walking, and have the AI script set to Junkyard dog, would that get the effect I want, or is there a different, possible better, way to do it?
It don't know the effects having it as a nuetral player might have on it, though. Should I try setting it default to a hyper player or something?
It don't know the effects having it as a nuetral player might have on it, though. Should I try setting it default to a hyper player or something?
Google is your FRIEND.
- Durandal-Thoth
- Terran Factory Worker
- Posts: 71
- Joined: Wed Jul 04, 2007 4:19 pm
- Location: Where the grass grows.
Re: Question Thread
Another quickie came up. I don't really think this is possible or anything, though.
Since my mod is based around a lot of naval combat, I was wondering if I could get my units to behave differently whilst fighting? I guess a little like the Interceptor, but I don't think the Interceptor script works out too well. If I can get them to do anything except just stand in place and shoot missiles at each other, that'd look great, but I'm not sure what controls how they move about, is it handled by the .exe? If so then I guess I'm screwed.
Since my mod is based around a lot of naval combat, I was wondering if I could get my units to behave differently whilst fighting? I guess a little like the Interceptor, but I don't think the Interceptor script works out too well. If I can get them to do anything except just stand in place and shoot missiles at each other, that'd look great, but I'm not sure what controls how they move about, is it handled by the .exe? If so then I guess I'm screwed.
Google is your FRIEND.
- ShadowFlare
- Terran Science Facility Guinea Pig
- Posts: 213
- Joined: Thu Jul 19, 2007 11:12 pm
- Contact:
Re: Question Thread
Try copying the orders in units.dat from a critter.Durandal-Thoth wrote:
I was thinking recently, I wanted to also have the Asteroids fly around at random while spinning in slow circles, but relatively slowly. I imagine I could probably get this done by using a Turn Unit Clockwise Op for walking and idle animations, use GoTo Offset 125 for walking, and have the AI script set to Junkyard dog, would that get the effect I want, or is there a different, possible better, way to do it?
It don't know the effects having it as a nuetral player might have on it, though. Should I try setting it default to a hyper player or something?
Don't point that camera at me!

