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
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" />
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
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.
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
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.
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.
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).
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.
35 comments
<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:
Mod still working on version from March 3, the one I have installed. I didn't update to the 2 or 3 newer versions.
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).
Mas ficou top.
Cada placa cria uma linha no xml. Basta remover essa linha.