Unit Mod for 1.6
RE: Unit Mod for 1.6
"client services", "comradely support"?
Chuck
Chuck
RE: Unit Mod for 1.6
ORIGINAL: Bleck
"community support"?
I think we have a winner!
Chuck
RE: Unit Mod for 1.6
Give that Pole a beer![:D]
For every action, there is an equal and opposite malfunction
-
- Posts: 578
- Joined: Tue Dec 30, 2008 11:43 am
- Location: Houston TX
RE: Unit Mod for 1.6
cs = cocktail sauce... Mmmmm with shrimp... its 5pm here time for dinner
RE: Unit Mod for 1.6
LOL Customer Service, wow.ORIGINAL: cpdeyoung
ORIGINAL: Bleck
"community support"?
I think we have a winner!
Chuck
"in the absence of orders, go find something and kill it"
Generaloberst E. Rommel
Generaloberst E. Rommel
- NefariousKoel
- Posts: 1741
- Joined: Tue Jul 23, 2002 3:48 am
- Location: Murderous Missouri Scum
RE: Unit Mod for 1.6
Hate to break up the party, but..
Is there any indicator of the single group attack being used for the turn on these units?
I can understand the flashing lamp going against the cleanliness of it (which I like), but I wonder if it's possible to have a simple on/off black dot on the counters to show that..
Is there any indicator of the single group attack being used for the turn on these units?
I can understand the flashing lamp going against the cleanliness of it (which I like), but I wonder if it's possible to have a simple on/off black dot on the counters to show that..
RE: Unit Mod for 1.6
This is Great. Thank you.
RE: Unit Mod for 1.6
@Balto: it's the 1st post in this thread.
@Nefarious, I'm not sure which 'dot' you want turned back on...
- a modified big blinking blue dot
or one of the red, yellow, green dots. more info. required.
@Nefarious, I'm not sure which 'dot' you want turned back on...
- a modified big blinking blue dot
or one of the red, yellow, green dots. more info. required.
"I don't believe in reincarnation because I refuse to come back as a bug or as a rabbit". -New Order
RE: Unit Mod for 1.6
Oh man, that is awesome. Thanks a million.
- NefariousKoel
- Posts: 1741
- Joined: Tue Jul 23, 2002 3:48 am
- Location: Murderous Missouri Scum
RE: Unit Mod for 1.6
ORIGINAL: Agent S
@Balto: it's the 1st post in this thread.
@Nefarious, I'm not sure which 'dot' you want turned back on...
- a modified big blinking blue dot
or one of the red, yellow, green dots. more info. required.
I believe it was the green one (topmost). I thought the flashing was annoying with some of the stock counters but it helped see which units had used their single available 'group attack' for the turn.
I dunno, I can probably get by without it but when there are tons of counters to keep track of, I can't always remember which ones used their multi-attack so far and that dot helps.
RE: Unit Mod for 1.6
To put the default green dot back on the tile, all you need to do is tweak a line in the appearance.csv file in the unitskins folder.
when I'm on my other machine, I'll post up the details, or maybe bleck or the others here will beat me to it...
when I'm on my other machine, I'll post up the details, or maybe bleck or the others here will beat me to it...
"I don't believe in reincarnation because I refuse to come back as a bug or as a rabbit". -New Order
- NefariousKoel
- Posts: 1741
- Joined: Tue Jul 23, 2002 3:48 am
- Location: Murderous Missouri Scum
RE: Unit Mod for 1.6
Thanks, that would be much appreciated.
RE: Unit Mod for 1.6
If you want black dot/rectangle/any other shape you want, flashing (or not, it can also be visible when active and hidden when not active) on counter then you need to do two things:
1. Draw two frames of animation of this indicator in info.png
- frame#2 has to be directly under frame#1 (see current dots frames, they are 10x10 size)
- you can place them anywhere you want in this file
- frame#2 has to be directly under frame#1 (see current dots frames, they are 10x10 size)
- they can have any size you want in this file, it's size an position on counter are in appearance.csv so it can be resized/stretched
Please remember that for enemy units when drawing multi-hex indicator only frame#1 is used (visible all the time if active), for your units both frames are used, so you can draw different frames so it blinks, or both frames exactly the same so it vill be visible all the time when active
2. Edit appearance.csv that tells game from where to cut indicator frame and where to draw them when drawing unit.
Hope someone else can explain this one more detailed... or you will figure it out by yourself... if not, ask
1. Draw two frames of animation of this indicator in info.png
- frame#2 has to be directly under frame#1 (see current dots frames, they are 10x10 size)
- you can place them anywhere you want in this file
- frame#2 has to be directly under frame#1 (see current dots frames, they are 10x10 size)
- they can have any size you want in this file, it's size an position on counter are in appearance.csv so it can be resized/stretched
Please remember that for enemy units when drawing multi-hex indicator only frame#1 is used (visible all the time if active), for your units both frames are used, so you can draw different frames so it blinks, or both frames exactly the same so it vill be visible all the time when active

2. Edit appearance.csv that tells game from where to cut indicator frame and where to draw them when drawing unit.
Hope someone else can explain this one more detailed... or you will figure it out by yourself... if not, ask

Wastelands Interactive member (Programmer)
Unit Mod tweak
After a fresh install of game and 1.6 patch I installed my mods from the site and found a glitch with unit names appearing when zoomed out to flag level only.
The attached appearance.txt file replaces my [UnitsSkin] appearance.csv file. Which should rectify this. (don't forget to change the .txt back to .csv)
The attached appearance.txt file replaces my [UnitsSkin] appearance.csv file. Which should rectify this. (don't forget to change the .txt back to .csv)
- Attachments
-
- appearance.txt
- (6.73 KiB) Downloaded 70 times
"I don't believe in reincarnation because I refuse to come back as a bug or as a rabbit". -New Order
RE: Unit Mod tweak
If there is anything quirky happening, or graphic requests, please post, and I'll have a go at it.
"I don't believe in reincarnation because I refuse to come back as a bug or as a rabbit". -New Order
-
- Posts: 22
- Joined: Mon Sep 10, 2007 6:24 pm
RE: Unit Mod for 1.6
Great mod - thanks.
But I am not seeing Unit names on the map when I use the F4 key - am I doing something wrong ??
But I am not seeing Unit names on the map when I use the F4 key - am I doing something wrong ??
RE: Unit Mod for 1.6
No.nothing wrong.
I disabled unit names, because all unit information appeared in the right column of the GUI.
But if you are telling me that the unit names can be toggled on/off by F4, then it is simply a case of modifying the appearance.csv file to put the text back in.
I'll take a look.
-thanks
I disabled unit names, because all unit information appeared in the right column of the GUI.
But if you are telling me that the unit names can be toggled on/off by F4, then it is simply a case of modifying the appearance.csv file to put the text back in.
I'll take a look.
-thanks
"I don't believe in reincarnation because I refuse to come back as a bug or as a rabbit". -New Order
Toggling Unit Names.
Thanks for the heads up Lucky J.
Ill mod the appearance.csv accordingly. and post up here soon.
I never realised that was possible.
-A
Ill mod the appearance.csv accordingly. and post up here soon.
I never realised that was possible.
-A
"I don't believe in reincarnation because I refuse to come back as a bug or as a rabbit". -New Order