update osslEnable
parent
5f2a76437e
commit
2fb82f84d2
|
@ -20,7 +20,7 @@ From the distribution type:
|
||||||
* type msbuild or xbuild
|
* type msbuild or xbuild
|
||||||
* cd bin
|
* cd bin
|
||||||
* copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
|
* copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include
|
||||||
* review and change those ini files acording to your needes
|
* review and change those ini files according to your needs
|
||||||
* windows: execute opensim.exe or opensim32.exe for small regions
|
* windows: execute opensim.exe or opensim32.exe for small regions
|
||||||
* linux: run ./opensim.sh
|
* linux: run ./opensim.sh
|
||||||
!* msbuild (xbuild) option switches
|
!* msbuild (xbuild) option switches
|
||||||
|
|
|
@ -277,6 +277,16 @@
|
||||||
; Allow_osSetPenSize = true
|
; Allow_osSetPenSize = true
|
||||||
; Allow_osSetSoundRadius = true
|
; Allow_osSetSoundRadius = true
|
||||||
; Allow_osStopSound = true
|
; Allow_osStopSound = true
|
||||||
|
; Allow_osStringSubString = true
|
||||||
|
; Allow_osStringSubString = true
|
||||||
|
; Allow_osStringStartsWith = true
|
||||||
|
; Allow_osStringEndsWith = true
|
||||||
|
; Allow_osStringIndexOf = true
|
||||||
|
; Allow_osStringIndexOf = true
|
||||||
|
; Allow_osStringLastIndexOf = true
|
||||||
|
; Allow_osStringLastIndexOf = true
|
||||||
|
; Allow_osStringRemove = true
|
||||||
|
; Allow_osStringReplace = true
|
||||||
; Allow_osTriggerSound = true
|
; Allow_osTriggerSound = true
|
||||||
; Allow_osTriggerSoundLimited = true
|
; Allow_osTriggerSoundLimited = true
|
||||||
; Allow_osVecDistSquare = true
|
; Allow_osVecDistSquare = true
|
||||||
|
|
Loading…
Reference in New Issue