-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
sexbound.config
586 lines (531 loc) · 15.9 KB
/
sexbound.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
{
"version": "1.2_r2",
/**
* A link to a reliable download / update web page for Sexbound.
*/
"updateLink": "https://github.com/ErinaSugino/Starbound-SBR-Mod",
/**
* Require players to verify their age upon joining for the first time?
*/
"requirePlayerAgeVerification": false,
/**
* Level of immersion, regarding notifications to certain events.
* 0 := None. Receive notifications to everything that's happening with debug level detail (like in original Sexbound)
* 1 := Normal. Receive stripped down notifications to events. E.g. getting pregnant only gives a little hint, and doesn't tell you in bloody detail that you now have a baby boi with Greg.
* 2 := Max. No notifications, figure it out yourself what's happening to you.
*/
"immersionLevel": 1,
/**
* Adjust the sex configuration.
*/
"sex": {
/**
* Specify if the Player can switch roles during the sex animation.
* Default value: true
*/
"allowSwitchRoles": true,
/**
* Positions may be filtered based on actor requirements (e.g. only someone with a penis can be in a penetrating position)
* This increases immersion, but may result in very few to no positions available for some scenarios
* Set this to TRUE if you want to globally disable these checks and want all positions available at all times, even if they don't make sense
*/
"forceAllPositions": false,
/**
* When no player is present, non-player actors will try to initiate sex on their own (i.e. choosing a random position to start sex without the player)
*/
"npcStartSex": true,
/**
* Specify supported entity base gender; however, Sexbound supports
* unlimited sexbound specific sub-genders.
*/
"supportedPlayerGenders": ["male", "female"],
/**
* Specify a default gender to use when an entity's gender is not supported.
* Default value: male
*/
"defaultPlayerGender": "male",
/**
* Specify supported entity species.
*/
"supportedPlayerSpecies": [
"apex",
"avian",
"fenerox",
"floran",
"glitch",
"human",
"hylotl",
"novakid"
],
/**
* Specify a default species to use when an entity's species is not supported.
* Default value: human
*/
"defaultPlayerSpecies": "human",
/**
* Specify language support.
*/
"supportedLanguages": {
"english": {
"title": "English",
"name": "english",
"languageCode": "en"
},
"russian": {
"title": "Russian",
"name": "russian",
"languageCode": "ru"
}
},
/**
* Specify a default language to use.
* Default value: english
*/
"defaultLanguage": "english",
/**
* Actor's have head banging physics during the time they are having sex.
* Default value: false
*/
"enableHeadBangingPhysics": false,
/**
* Play custom music during sex (triggering when entering a sexnode, even while idling)
*/
"useSexMusic": true,
/**
* List of tracks to use during sex, if enabled
*/
"sexMusicPool": [
"/music/sextrack1.ogg"
],
/**
* A list of supported sub-genders and their respective body traits
*/
"subGenderList": [
{
"name": "futanari",
"canOvulate": true,
"canProduceSperm": true,
"hasPenis": true,
"hasVagina": true
},
{
"name": "cuntboy",
"canOvulate": true,
"canProduceSperm": false,
"hasPenis": false,
"hasVagina": true
}
],
/**
* The rate at which an entity gets horny. Value per second. Can be a range.
* At a value of 100 NPCs go looking for sex automatically.
*/
"naturalHorninessRate": [0.017, 0.04],
/**
* Determines whether or not players get affected by high arousal.
* true := Players gain increasingly strong effects when their arousal gets too high. Can be reduced by climaxing according to "arousalPenalty" in climax config.
* false := Players are unaffected by arousal, just like before.
*/
"playerArousalEffects": true,
/**
* Determines whether or not compatible species go into heat or use normal arousal debuff mechanics
* true := Players of heat-based species go into heat every couple days (see "heatCycleLength" setting); a strong, long-lasting arousal state only curable by breeding.
* false := Players, regardless of their species, use normal progressive arousal debuffs (if enabled) that go away by mere climaxing.
*/
"enableHeatMechanic": true,
/**
* For races with enabled "heat" arousal mechanic, the time between each heat wave as [min, max] number of days (based on average 840 second ingame day)
*/
"heatCycleLength": [10, 30],
/**
* Chance, in percent, for a new NPC to have a random sub-gender.
* For pregnancies, this chance is applied 3x - Random sub-gender, inherit mother sub-gender, inherit father sub-gender.
*/
"subGenderChance": 0.01
},
/**
* Adjust the sex actor configuration.
*/
"actor": {
/**
* Specify body directives to apply to a sex actor.
*/
"bodyDirectives": "",
/**
* Specify head directives to apply to a sex actor.
*/
"headDirectives": "",
/**
* The default artwork file paths can be overridden for all actors.
*/
"defaultArtwork": {
"armBack": "/artwork/<entityGroup>/<role>/<species>/arm_back.png",
"armFront": "/artwork/<entityGroup>/<role>/<species>/arm_front.png",
"body": "/artwork/<entityGroup>/<role>/<species>/body_<gender>.png",
"emote": "/<entityGroup>/<species>/emote.png",
"head": "/artwork/<entityGroup>/<role>/<species>/head_<gender>.png",
"groinGenital": "/artwork/<entityGroup>/<role>/<species>/groin_genital.png",
"groinGenitalPregnancy": "/artwork/<entityGroup>/<role>/<species>/groin_genpreg.png",
"groinPregnancy": "/artwork/<entityGroup>/<role>/<species>/groin_pregnant.png",
"maskGroinGenital": "/artwork/<entityGroup>/<role>/<species>/groin_genital_mask.png",
"maskGroinGenitalPregnancy": "/artwork/<entityGroup>/<role>/<species>/groin_genpreg_mask.png",
"maskGroinPregnancy": "/artwork/<entityGroup>/<role>/<species>/groin_pregnant_mask.png",
"ears": "/artwork/<entityGroup>/<role>/<species>/ears.png",
"earsFlipped": "/artwork/<entityGroup>/<role>/<species>/ears_flipped.png",
"tail": "/artwork/<entityGroup>/<role>/<species>/tail.png"
},
/**
* Override all head artwork added by Sexbound with the original head artwork from other installed mods.
*/
"forceUseOriginalHeadArtwork" : true,
/**
* Configuration for Chestwear
*/
"chestwear": {
"initIsLockedValue" : false,
"initIsVisibleValue" : true
},
/**
* Configuration for Backwear
*/
"backwear": {
"initIsLockedValue" : false,
"initIsVisibleValue" : true
},
/**
* Configuration for Groinwear
*/
"groinwear": {
"initIsLockedValue" : false,
"initIsVisibleValue" : true
},
/**
* Configuration for Headwear
*/
"headwear": {
"initIsLockedValue" : false,
"initIsVisibleValue" : true
},
/**
* Configuration for Legswear
*/
"legswear": {
"initIsLockedValue" : false,
"initIsVisibleValue" : true
},
/**
* Configuration for nippleswear
*/
"nippleswear": {
"initIsLockedValue" : false,
"initIsVisibleValue" : true
},
/**
* Configuration for Nipples.
* Default value: false
*/
"nipplesConfig": {
"visible": true
},
/**
* Specify whether or not to horizontally flip the artwork of the sex actors.
* Default value: false
*/
"mirrorArtwork": false,
/**
* Specify how often Sexbound will sync an actor's entity in-world storage to with Sexbound storage.
* Default value: 3.0
*/
"syncDelta": 3.0,
/**
* Each actor loads its own plugins when it meets the plugin's load requirements.
*
* NOTE: All load requirements are at least set to an empty array to make patching easier.
*/
"plugins": {
/**
* Load Plugin - Climax
*/
"climax": {
"enable": true,
"name": "Climax",
"config": [
"/sxb_plugin.climax.config"
],
"scripts": ["/scripts/sexbound/plugins/climax/climax.lua"],
"loadRequirements": {
"entityType": [],
"gender": [],
"name": [],
"species": [],
"uniqueId": []
}
},
/**
* Load Plugin - Emote
*/
"emote": {
"enable": true,
"name": "Emote",
"config": [
"/sxb_plugin.emote.config"
],
"scripts": ["/scripts/sexbound/plugins/emote/emote.lua"],
"loadRequirements": {
"entityType": ["npc", "player", "object"],
"gender": [],
"name": [],
"species": [],
"uniqueId": []
}
},
/**
* Load Plugin - Dynamic Subgender
*/
"subgender": {
"enable": true,
"name": "Subgender",
"config": [
"/sxb_plugin.subgender.config"
],
"scripts": ["/scripts/sexbound/plugins/subgender/subgender.lua"],
"loadRequirements": {
"entityType": [],
"gender": [],
"name": [],
"species": [],
"uniqueId": []
}
},
/**
* Load Plugin - Lactate
*/
"lactate": {
"enable": true,
"name": "Lactate",
"config": [
"/sxb_plugin.lactate.config"
],
"scripts": ["/scripts/sexbound/plugins/lactate/lactate.lua"],
"loadRequirements": {
"entityType": [],
"gender": [],
"name": [],
"species": [],
"uniqueId": []
}
},
/**
* Load Plugin - Moan
*/
"moan": {
"enable": true,
"name": "Moan",
"config": [
"/sxb_plugin.moan.config"
],
"scripts": ["/scripts/sexbound/plugins/moan/moan.lua"],
"loadRequirements": {
"entityType": [],
"gender": [],
"name": [],
"species": [],
"uniqueId": []
}
},
/**
* Load Plugin - PassiveIncome
*/
"passiveincome": {
"enable": true,
"name": "PassiveIncome",
"config": [
"/sxb_plugin.passiveincome.config"
],
"scripts": ["/scripts/sexbound/plugins/passiveincome/passiveincome.lua"],
"loadRequirements": {
"entityType": [ "player" ],
"gender": [],
"name": [],
"species": [],
"uniqueId": []
}
},
/**
* Load Plugin - Pregnant
*/
"pregnant": {
"enable": true,
"name": "Pregnant",
"config": [
"/sxb_plugin.pregnant.config"
],
"scripts": ["/scripts/sexbound/plugins/pregnant/pregnant.lua"],
"loadRequirements": {
"entityType": [],
"gender": [],
"name": [],
"species": [],
"uniqueId": []
}
},
/**
* Load Plugin - SexTalk
*/
"sextalk": {
"enable": true,
"name": "SexTalk",
"config": [
"/sxb_plugin.sextalk.config"
],
"scripts": ["/scripts/sexbound/plugins/sextalk/sextalk.lua"],
"loadRequirements": {
"entityType": [],
"gender": [],
"name": [],
"species": [],
"uniqueId": []
}
},
/**
* Load Plugin - Social Distancing
*/
"socialdistancing": {
"enable": false,
"name": "SocialDistancing",
"config": ["/sxb_plugin.socialdistancing.config"],
"scripts": [
"/scripts/sexbound/plugins/socialdistancing/socialdistancing.lua"
],
"loadRequirements": {
"entityType": ["npc", "player"],
"gender": [],
"name": [],
"species": [],
"uniqueId": []
}
}
}
},
/**
* Override scripts configuration for entities.
*/
"override": {
"actor": {
"scripts": []
},
"monster": {
"overrideDir": "/scripts/sexbound/override",
"scripts": [
"<overrideDir>/<entityGroup>/status.lua",
"<overrideDir>/<entityGroup>/arousal.lua",
"<overrideDir>/<entityGroup>/climax.lua",
"<overrideDir>/<entityGroup>/subgender.lua",
"<overrideDir>/<entityGroup>/identity.lua",
"<overrideDir>/<entityGroup>/pregnant.lua",
"<overrideDir>/<entityGroup>/statistics.lua",
"<overrideDir>/<entityGroup>/transform.lua"
]
},
"npc": {
"overrideDir": "/scripts/sexbound/override",
"scripts": [
"<overrideDir>/<entityGroup>/status.lua",
"<overrideDir>/<entityGroup>/apparel.lua",
"<overrideDir>/<entityGroup>/arousal.lua",
"<overrideDir>/<entityGroup>/climax.lua",
"<overrideDir>/<entityGroup>/subgender.lua",
"<overrideDir>/<entityGroup>/identity.lua",
"<overrideDir>/<entityGroup>/pregnant.lua",
"<overrideDir>/<entityGroup>/statistics.lua",
"<overrideDir>/<entityGroup>/transform.lua"
]
},
"player": {
"overrideDir": "/scripts/sexbound/override",
"scripts": [
"<overrideDir>/<entityGroup>/status.lua",
"<overrideDir>/<entityGroup>/apparel.lua",
"<overrideDir>/<entityGroup>/arousal.lua",
"<overrideDir>/<entityGroup>/climax.lua",
"<overrideDir>/<entityGroup>/subgender.lua",
"<overrideDir>/<entityGroup>/identity.lua",
"<overrideDir>/<entityGroup>/legal.lua",
"<overrideDir>/<entityGroup>/pregnant.lua",
"<overrideDir>/<entityGroup>/statistics.lua",
"<overrideDir>/<entityGroup>/transform.lua"
]
}
},
/**
* Logging level. All log data placed into the player's starbound.log file.
*/
"log": {
"showBehavior": false,
"showDebug": false,
"showInfo": false,
"showWarn": true,
"showError": true
},
/**
* Sex position configuration.
*/
"position": {
"configFile": "/positions/positions.config"
},
/**
* NPC behaviour configuration
*/
"behaviour": {
"multiplier": {
"incest": -1,
"twoactor": 1,
"gender": 1,
"compatible": 1
},
"allowIncest": true
},
/**
* Behaviour of the arousal/heat effects
* "playMoans" defines if the given effect should play occasional moans
* "moanChance" defines the chance a moan is played every interval of "moanFrequency" as percent (0-1)
* "moanFrequency" defines the time between two possible moans in seconds. 0 = off.
* "speedDebuff" defines a multiplier to how strong a potential speed debuff applied by the effect can be. 0 = off.
* "strengthDebuff" defines a multiplier to how strong a potential strength debuff applied by the effect can be. 0 = off.
* "fertilityBonus" defines a bonus given to the player's fertility with this effect, as percent multiplier. 0 = none
*/
"arousal": {
"weak": {
"playMoans": false,
"moanChance": 0.1,
"moanFrequency": 10,
"speedDebuff": 1,
"strengthDebuff": 1,
"fertilityBonus": 0
},
"strong": {
"playMoans": false,
"moanChance": 0.1,
"moanFrequency": 10,
"speedDebuff": 1,
"strengthDebuff": 1,
"fertilityBonus": 1.1
},
"heat": {
"playMoans": true,
"moanChance": 0.1,
"moanFrequency": 10,
"speedDebuff": 1,
"strengthDebuff": 1,
"fertilityBonus": 1.1
},
"heatWeak": {
"playMoans": true,
"moanChance": 0.1,
"moanFrequency": 10,
"speedDebuff": 1,
"strengthDebuff": 1,
"fertilityBonus": 0
}
}
}