Stamp Help please!!

  • mb5oaks
    7th Mar 2012 Member 0 Permalink
    Please help!!

    I have looked though the other forums and threads and tried thier suggesitons and they either don't work or don't apply.

    the issue is this: I have ALL my stamps. no prob. But the game doesn't recognize them and therefore doesn't load them. When i try to save a new stamp, it remembers the new stamp, but not the others in the same folder. I have tried messing around with the Stamps.def file but that doesn't really work either. If i copy in the name of a stamp, it will load and remeber that ONE stampe but then none of the others. And i can't retype all the stamps into the .def file beucase then it just fails again.

    please help!! thanks!
  • SkinnySatinTiger
    7th Mar 2012 Member 0 Permalink
    Edited once by SkinnySatinTiger. Last: 3rd Oct 2022
  • jenn4
    7th Mar 2012 Member 0 Permalink

    Ben-Siraphob:

    EDIT:If you use Windows, I think there might be a way using the FOR command in Command Prompt or Batch to type out the stamps.def file.

    And if you use Linux or Mac, there is amlost definatly way to do this via terminal/console/command prompt w/e.

    But, yeah, @Ben-Siraphob (View Post) Told the only way.
  • devast8a
    7th Mar 2012 Former Staff 0 Permalink
    1) BACK UP YOUR STAMPS DIRECTORY
    2) drop the following script into a text editor
    3) save the script in the stamps directory as a batch file
    4) run it

    @echo off
    set X=
    FOR /F %%A IN ('dir /B ^| findstr /X [0-9a-f].*') DO CALL :F: %%~nA
    echo %X% > stamps.def
    :F:
    set X=%X%%1
  • SkinnySatinTiger
    7th Mar 2012 Member 0 Permalink
    Edited once by SkinnySatinTiger. Last: 3rd Oct 2022