0 of 0

File information

Last updated

Original upload

Created by

BratPfanneTV

Uploaded by

BratPfanneTV

Virus scan

Safe to use

Tags for this mod

35 comments

  1. Adam4353
    Adam4353
    • member
    • 0 kudos
    this mod no longer works anymore it needs updated since the new update was released i had to delete it for now the update screwed up a lot of these mods 
    1. techEplay
      techEplay
      • member
      • 6 kudos
      That's strange. It's still working on my end. I'm not playing the most recent game version but 2 or 3 versions ago installed on March, 3.
    2. Adam4353
      Adam4353
      • member
      • 0 kudos
      i stopped using the mod now since the game already added the signs 
  2. techEplay
    techEplay
    • member
    • 6 kudos
    Hi there! Any plan for an update soon? If so, I'd like to leave a suggestion: make it possible to add more than one CUSTOM png sign. A good approach fot that would be have the mod reading the png files name so each png would be a sign. Something like below:
    <SignData PosX="-2.14427876" PosY="1.40925121" PosZ="2.0000217" RotX="90" RotY="360" RotZ="0" ScaleX="0.05" ScaleY="0.1" Texture="CUSTOM" File="sign_1.png" />

    <SignData PosX="-4.14427876" PosY="1.40925121" PosZ="2.0000217" RotX="90" RotY="360" RotZ="0" ScaleX="0.05" ScaleY="0.1" Texture="CUSTOM" File="sign_2.png" />

    Also take in consideration the suggestions I left when the mod was released:
    Suggestion for next releases: add 3d effect with configurable depth or even a fixed one.

    Mod still working on version from March 3, the one I have installed. I didn't update to the 2 or 3 newer versions.
  3. rocky8321
    rocky8321
    • member
    • 0 kudos
    Bitte Updaten
  4. mamamo0981
    mamamo0981
    • member
    • 0 kudos
    why cant i place sign?
  5. Tom0050
    Tom0050
    • member
    • 0 kudos
    hi since thhe update i cant get this to work? can i have some help? i have downloaded again press f7 the brown board comes up in store but doesnt let me write anything i press again and the button comes up on pause menu but doesnt work  can i have some help please
    1. TugaVenatus
      TugaVenatus
      • supporter
      • 1 kudos
      probably mod needs update, because game devs changed things about objects to make them colourable, probably messed the mod. i think those shelve mods are affected also.
  6. daniella222
    daniella222
    • member
    • 0 kudos
    Hello thank you for the mod but I have an issue, the mod is combining the metal and the plank together when I have the plank as the default. Both are layered on top of each other. could you help please 
  7. Adam4353
    Adam4353
    • member
    • 0 kudos
    its not letting me delete the signs to move them im hitting f7 but it won't do anything but make more signs what button do i press it worked a couples of times and now today it won't work.
    1. techEplay
      techEplay
      • member
      • 6 kudos
      You may delete it manually. It creates an xml file where it stores the signs configs. Each sign, a line on the xml. Just delete or comment that line just how we comment a html line. I'm gonna leave an example.

      Let's suppose this is my xml:

      <?xml version="1.0" encoding="utf-8"?>
      <ArrayOfSignData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <SignData PosX="0.147275984" PosY="1.19376063" PosZ="2.0421598" RotX="90" RotY="270" RotZ="0" ScaleX="0.05" ScaleY="0.1" Texture="CUSTOM" Text="" />
        <SignData PosX="-7.521547895" PosY="-1.25489268" PosZ="2.0421598" RotX="90" RotY="270" RotZ="0" ScaleX="0.05" ScaleY="0.1" Texture="CUSTOM" Text="" />
      </ArrayOfSignData>


      I wanna delete the second sign:

      <?xml version="1.0" encoding="utf-8"?>
      <ArrayOfSignData xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <SignData PosX="0.147275984" PosY="1.19376063" PosZ="2.0421598" RotX="90" RotY="270" RotZ="0" ScaleX="0.05" ScaleY="0.1" Texture="CUSTOM" Text="" />
      </ArrayOfSignData>


      That's it. This is the xml path:
      C:\Users\%username%\AppData\LocalLow\Nokta Games\Supermarket Simulator\Signs_mod\xxxxxxx-signs.xml
      (I changed a serie of numbers to "x" because I think this serie depends on something like the date or anything else).
    2. Adam4353
      Adam4353
      • member
      • 0 kudos
      we shouldn't have to keep doing that is there any way you could fix this issue soon by chance. 
  8. Adam4353
    Adam4353
    • member
    • 0 kudos
    problems with the sign not wanting to delete I'm pressing the right button to delete it and it won't work at all it was working fine now it's not I constantly have to edit it myself and if I put the sign in the wrong spot I cannot delete it there needs to be a fix for this. 
  9. 3alemdar1
    3alemdar1
    • member
    • 0 kudos
    if my customers could compliment me in some type of multiplayer mode wich i wish they would add i would keep this
  10. fabinhoantunes13
    fabinhoantunes13
    • member
    • 0 kudos
    Depois de criado não consigo remover...

    Mas ficou top.
    1. techEplay
      techEplay
      • member
      • 6 kudos
      Ele cria um xml com as configurações em C:\Users\%username%\AppData\LocalLow\Nokta Games\Supermarket Simulator\Signs_mod

      Cada placa cria uma linha no xml. Basta remover essa linha.