30Jul/080
I’m in ur region, controlling ur assets
One main thing to remember is that, as long as things go over UDP, the region has to be trusted.
As it stands today, you have to trust the region you're currently on to
- manage your inventory.
- create the map you see in the client
- fill in avatar profile information
- decide when and where to teleport you.
You ok with that?
30Jul/080
Uninstalling a Previous Version from an MSI
It was absurdly hard to figure out how to auto-uninstall a Previous Version from an MSI, so I'm just adding a link here in the hope that it will help the world find that link easier.
Basically:
- In the Setup project properties, there's a property "Version" (probably 1.0.0)
- change it to any value e.g. 1.0.1 (do note the 3-part, in assemblies, versions are 4-part)
- Now it will ask to change product code automatically - just click "yes"
- Build the new relase & install it.
- The previous verison will get uninstalled first.