Issue: Deployable Inventory Station Markers not showing

Hi,

I just setup a Tribes2 server and installed the latest Classic MOD, as well as Evolution Admin 1.2.3c.

We were doing some testing of the server today, and noticed that the 'beacon' markers for the deployable inventory stations were not showing.

Has anyone else experienced this issue? How might I go about fixing this?

Thank you.

Comments

  • So I managed to resolve this. The issue was with a script that I got here for deleting .dso files. It was just deleting the dso files from the base directory and not the classic.

    old:
    find ~/.wine/drive_c/Dynamix/Tribes2/GameData/base -name \*.dso -execdir /bin/rm {} \+

    New:
    find ~/.wine/drive_c/Dynamix/Tribes2/GameData -name \*.dso -execdir /bin/rm {} \+
Sign In or Register to comment.