Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Uniforms  (Read 2409 times)

se5a

  • Bay Watcher
    • View Profile
Uniforms
« on: April 19, 2012, 03:14:12 am »

or more specifically, is there an easy way to create these?
it's not saved as a text file anywhere or anything are they?
I find it really tedious to create the same uniform three times because I want a different weapon for three different squads.
screw doing color.(which would be cool)
Logged

SRD

  • Bay Watcher
  • Who the hell do you think I think you are?
    • View Profile
Re: Uniforms
« Reply #1 on: April 19, 2012, 04:02:05 am »

Go to the military screen, press n, then press c, and thats how to make a new uniform!
Logged
Quote from: LoneTophat
EDIT: HOW DO I STOP THE BLEEDING!
SUPEREDIT: Nevermind. Bled to death ._.

kingubu

  • Bay Watcher
    • View Profile
Re: Uniforms
« Reply #2 on: April 19, 2012, 04:19:52 am »

Yeah, I wish there was a template like embarking, or that dfhack had a plugin for that.
Logged

JackOSpades

  • Bay Watcher
  • Lurker Supreme
    • View Profile
Re: Uniforms
« Reply #3 on: April 19, 2012, 04:26:37 am »

Go to the military screen, press n, then press c, and thats how to make a new uniform!

This but leave out a weapon so you can use it for multiple squads by adding weapons Individually (e from the military screen.)

you can also use this to adjust each dwarves equipment as you see fit. (maby you want a badass with two weapons instead of a shield or a single weapon held with both hands.)

SRD

  • Bay Watcher
  • Who the hell do you think I think you are?
    • View Profile
Re: Uniforms
« Reply #4 on: April 19, 2012, 04:35:33 am »

You can have two weapons AND a shield btw.
Logged
Quote from: LoneTophat
EDIT: HOW DO I STOP THE BLEEDING!
SUPEREDIT: Nevermind. Bled to death ._.

rhesusmacabre

  • Bay Watcher
  • UNDEAD-CANNOT BE ATTACKED
    • View Profile
Re: Uniforms
« Reply #5 on: April 19, 2012, 04:43:48 am »

It's not exactly what you want, but you can set up a macro. This is just a basic metal armour with leather cloak and no weapon (vanilla DF):
Code: [Select]
Metal Uniform
D_MILITARY_ADD_UNIFORM
End of group
D_MILITARY_ADD_ARMOR
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
D_MILITARY_ADD_PANTS
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
D_MILITARY_ADD_HELM
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
D_MILITARY_ADD_GLOVES
End of group
SELECT
End of group
D_MILITARY_ADD_BOOTS
End of group
SELECT
End of group
D_MILITARY_ADD_SHIELD
End of group
SELECT
End of group
D_MILITARY_ADD_MATERIAL
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_RIGHT
End of group
End of macro
Open Notepad and save this as "Metal Uniform.mak" in \data\init\macros. You will need to reload DF.
Logged

se5a

  • Bay Watcher
    • View Profile
Re: Uniforms
« Reply #6 on: April 19, 2012, 04:57:57 am »

It's not exactly what you want, but you can set up a macro. This is just a basic metal armour with leather cloak and no weapon (vanilla DF):
Code: [Select]
Metal Uniform
D_MILITARY_ADD_UNIFORM
End of group
D_MILITARY_ADD_ARMOR
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
D_MILITARY_ADD_PANTS
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
D_MILITARY_ADD_HELM
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
D_MILITARY_ADD_GLOVES
End of group
SELECT
End of group
D_MILITARY_ADD_BOOTS
End of group
SELECT
End of group
D_MILITARY_ADD_SHIELD
End of group
SELECT
End of group
D_MILITARY_ADD_MATERIAL
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_LEFT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_RIGHT
End of group
STANDARDSCROLL_DOWN
End of group
STANDARDSCROLL_DOWN
End of group
SELECT
End of group
STANDARDSCROLL_RIGHT
End of group
End of macro
Open Notepad and save this as "Metal Uniform.mak" in \data\init\macros. You will need to reload DF.
well that's the most useful reply so far. I shall have to try this.
Logged

runlvlzero

  • Bay Watcher
    • View Profile
Re: Uniforms
« Reply #7 on: April 19, 2012, 11:22:28 pm »

Wait, what, DF has a built in macro system... holy moly!
Logged
I voted for BANANA!

Garath

  • Bay Watcher
  • Helping to deforest the world
    • View Profile
Re: Uniforms
« Reply #8 on: April 20, 2012, 01:54:59 am »

ctrl-r to start recording, ctrl-r to stop, ctrl-s to save, type in a name, don't worry if it doesn't show up. ctrl-l to load one, ctrl-p to play, ctrl-u and a number, then ctrl-p to play macro that many times. When a new release comes out, you can just copy your macro folder into the new release folder
Logged
Quote from: Urist Imiknorris
Jam a door with its corpse and let all the goblins in. Hey, nobody said it had to be a weapon against your enemies.
Quote from: Frogwarrior
And then everyone melted.

runlvlzero

  • Bay Watcher
    • View Profile
Re: Uniforms
« Reply #9 on: April 20, 2012, 02:04:33 am »

ctrl-r to start recording, ctrl-r to stop, ctrl-s to save, type in a name, don't worry if it doesn't show up. ctrl-l to load one, ctrl-p to play, ctrl-u and a number, then ctrl-p to play macro that many times. When a new release comes out, you can just copy your macro folder into the new release folder

So all those crazy weird designations I make over and over.... ! DIZZAM!!! WOOT
Logged
I voted for BANANA!

Garath

  • Bay Watcher
  • Helping to deforest the world
    • View Profile
Re: Uniforms
« Reply #10 on: April 20, 2012, 02:14:42 am »

I've made 3 for making bedrooms, since I usually make them the same and in stages, 1 for seting up my first workshop level, 1 for selecting 5 items in a row and 1 to select all (visible) items in a trade screen. Saves a lot of time.
Logged
Quote from: Urist Imiknorris
Jam a door with its corpse and let all the goblins in. Hey, nobody said it had to be a weapon against your enemies.
Quote from: Frogwarrior
And then everyone melted.

runlvlzero

  • Bay Watcher
    • View Profile
Re: Uniforms
« Reply #11 on: April 20, 2012, 02:28:06 am »

Thanks so much! Garath. I'm glad I was lurking the forums, poking my head into different threads tonight =)
Logged
I voted for BANANA!