Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Modding Dept Store help  (Read 843 times)

jakeread1

  • Bay Watcher
  • Maaaaaaaaaaaaaaaaaan, I got this.
    • View Profile
Modding Dept Store help
« on: March 20, 2013, 07:05:16 pm »

How do I change the letter to buy an item, I added an Iron Pipe to the hardware section of the dept store but the letter is E which is the letter for examining the equipment of the squad. Any idea how to fix this?
Logged
New Character awaits a epic black vs hood black vs straight up black fight!
http://www.youtube.com/user/jakeread1 <----- that there is my youtube channel!

Teh Barple

  • Bay Watcher
    • View Profile
Re: Modding Dept Store help
« Reply #1 on: March 20, 2013, 09:36:21 pm »

change it to something else
Logged

jakeread1

  • Bay Watcher
  • Maaaaaaaaaaaaaaaaaan, I got this.
    • View Profile
Re: Modding Dept Store help
« Reply #2 on: March 21, 2013, 04:49:17 pm »

*facedesk* How do I change the letter to either exit the store, or the letter to buy an item?
Logged
New Character awaits a epic black vs hood black vs straight up black fight!
http://www.youtube.com/user/jakeread1 <----- that there is my youtube channel!

Teh Barple

  • Bay Watcher
    • View Profile
Re: Modding Dept Store help
« Reply #3 on: March 22, 2013, 07:36:24 am »

get xml notepad, it is much easier to edit the xml and stuff

http://www.microsoft.com/en-us/download/details.aspx?id=7973
Logged

jakeread1

  • Bay Watcher
  • Maaaaaaaaaaaaaaaaaan, I got this.
    • View Profile
Re: Modding Dept Store help
« Reply #4 on: March 22, 2013, 01:51:57 pm »

I already have that, what tool to use wasn't my question. My question is HOW TO CHANGE THE LETTER TO EXIT THE STORE.
Logged
New Character awaits a epic black vs hood black vs straight up black fight!
http://www.youtube.com/user/jakeread1 <----- that there is my youtube channel!

Teh Barple

  • Bay Watcher
    • View Profile
Re: Modding Dept Store help
« Reply #5 on: March 22, 2013, 06:30:58 pm »

I already have that, what tool to use wasn't my question. My question is HOW TO CHANGE THE LETTER TO EXIT THE STORE.

you don't

why not change the letter for the weapon?
Logged

KA101

  • Bay Watcher
    • View Profile
Re: Modding Dept Store help
« Reply #6 on: March 23, 2013, 10:33:04 pm »

I posted a fix for that problem a while back but it's probably buried by now.  I'll dig it up in a bit.
Here's the thread: http://www.bay12forums.com/smf/index.php?topic=121175.0

You ought to be able to copy that code over the existing deptstore.xml; if that doesn't work or seems too dangerous, add
Code: [Select]
<letter>(whatever letter you want)</letter> to each block.  You'll have to do that for each item in the sections that haven't got letters designated, but judicious use of copy/paste can save a lot of time.
« Last Edit: March 23, 2013, 10:41:42 pm by KA101 »
Logged

Carlos Gustavos

  • Bay Watcher
    • View Profile
Re: Modding Dept Store help
« Reply #7 on: March 25, 2013, 07:53:44 am »

The automatic letter assignment for items in shops is bugged in the current release version. You have to specify one, but don't use one already used by the shop interface.
Logged

KA101

  • Bay Watcher
    • View Profile
Re: Modding Dept Store help
« Reply #8 on: March 30, 2013, 04:03:15 pm »

Belated thanks for the underlying fix, Carlos.
Logged