So, I need to delete a large number of global properties and I don't know where they are saved so that I can then go to the file an delete them manually.
Is there another way of doing this?
Thanks.
Where can I find the Global Properties?
Re: Where can I find the Global Properties?
The problem I have is that I'm trying to figure out where and why the world always has temporary global properties and although I can see and delete the permanent global properties I can't seem to find a way to get my hands on those temporary ones, although they persist after server shutdown and restart.
Re: Where can I find the Global Properties?
I created a small script to delete all the extra variables, but I would still like to check if there are more temporary variables that exist and that I'm not aware of, since the code has changed a lot in several years...
Re: Where can I find the Global Properties?
In general global properties are stored in pol.txt, of cause the temporary ones are not listed there. Have you tried GetGlobalPropertyNames() this returns you an array of all property names.
Re: Where can I find the Global Properties?
The thing is that I'm using POL96 which doesn't have that function...
Re: Where can I find the Global Properties?
That's sad. 
You could try to search for "# in all src and inc files and hope that this combination is not used very often in other context.
You could try to search for "# in all src and inc files and hope that this combination is not used very often in other context.
Re: Where can I find the Global Properties?
I guess that's the only solution left
...