Skip to content
Snippets Groups Projects
DolSettingsExport.json 1.54 KiB
Newer Older
  • Learn to ignore specific revisions
  • //Variables that are missing, not expected or invalid will be ignored
    //"starting" values will only import when on the start screen
    //npc is a place holder object
    DolSettingsExport = { 
    	"starting":{ 
    		"player":{ 
    			"gender":"m"
    		},
    		"skinColor":{ 
    			"natural":"light",
    			"range":0
    		},
    		"devlevel":6,
    		"penissize":0,
    		"breastsize":0,
    		"bottomsize":0,
    		"breastsensitivity":5,
    		"genitalsensitivity":5,
    		"eyeselect":"purple",
    		"hairselect":"red",
    		"hairlength":200,
    		"awareselect":"innocent",
    		"background":"waif",
    		"gamemode":"normal"
    	},
    	"general":{ 
    		"malechance":50,
    		"dgchance":0,
    		"cbchance":0,
    		"breast_mod":0,
    		"penis_mod":0,
    		"whitechance":90,
    		"blackchance":10,
    		"alluremod":1,
    		"beastmalechance":50,
    		"monsterchance":20,
    		"monsterhallucinations":"t",
    		"bestialitydisable":"f",
    		"swarmdisable":"f",
    		"slimedisable":"f",
    		"voredisable":"f",
    		"tentacledisable":"f",
    		"analdisable":"f",
    		"transformdisable":"f",
    		"hirsutedisable":"t",
    		"breastfeedingdisable":"f",
    		"analpregdisable":"f",
    		"watersportsdisable":"f",
    		"spiderdisable":"f",
    		"breastsizemax":12,
    		"bottomsizemax":8,
    		"penissizemax":4,
    		"penissizemin":0,
    		"images":1,
    		"silhouettedisable":"f",
    		"numberify_enabled":1,
    		"timestyle":"military",
    		"tipdisable":"f",
    		"debugdisable":"t",
    		"cheatdisable":"t",
    		"showCaptionText":true,
    		"confirmSave":false,
    		"confirmLoad":false,
    		"confirmDelete":false,
    		"map":{ 
    			"movement":true,
    			"top":false,
    			"markers":false
    		}
    	},
    	"npc":{ 
    
    	}
    }