mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
add a optional limit on number of npcs per scene default = 40
This commit is contained in:
@@ -1208,6 +1208,11 @@
|
||||
;# {Enabled} {} {Enable Non Player Character (NPC) facilities} {true false} false
|
||||
; Enabled = false
|
||||
|
||||
;; max number of NPCs per scene default: 40
|
||||
;; set to a negative value to allow any number
|
||||
;; note that a NPC is almost as heavy as a normal avatar, so you should limit them
|
||||
;; MaxNumberNPCsPerScene = 40
|
||||
|
||||
;; several options to control NPCs creation
|
||||
|
||||
;# {AllowNotOwned} {} {allow NPCs to be created not Owned} {true false} true
|
||||
|
||||
Reference in New Issue
Block a user