Skip to content

Commit b17926b

Browse files
authored
Merge branch 'main' into 1775578335
2 parents a585289 + 677e3cf commit b17926b

2 files changed

Lines changed: 83 additions & 4 deletions

File tree

.github/workflows/qa.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: QA
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
9+
jobs:
10+
validate-json:
11+
name: Validate JSON syntax
12+
runs-on: ubuntu-latest
13+
timeout-minutes: 10
14+
15+
permissions:
16+
contents: read
17+
18+
steps:
19+
- name: Checkout repository
20+
uses: actions/checkout@v6
21+
22+
- name: Validate JSON syntax
23+
run: python -m json.tool communityRules.json > /dev/null

communityRules.json

Lines changed: 60 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timestamp": 1775578335,
2+
"timestamp": 1777950016,
33
"rules": {
44
"3tes.cgtwaa": {
55
"loadAfter": {
@@ -345,6 +345,18 @@
345345
"name": [
346346
"Vanilla Textures Expanded - Variations"
347347
]
348+
},
349+
"nals.compatiblebody2": {
350+
"comment": "Other textures should overwrite this.",
351+
"name": "[NL] Compatible Body 2"
352+
},
353+
"nals.facialanimation": {
354+
"comment": "Other textures should overwrite this.",
355+
"name": "[NL] Facial Animation - WIP"
356+
},
357+
"nals.realisticbody": {
358+
"comment": "Other textures should overwrite this.",
359+
"name": "[NL] Realistic Body"
348360
}
349361
}
350362
},
@@ -1524,7 +1536,13 @@
15241536
"name": [
15251537
"RocketMan - Performance Mod"
15261538
]
1539+
},
1540+
"vr.missilegirl": {
1541+
"name": [
1542+
"Missile Girl - Performance Mod"
1543+
]
15271544
}
1545+
15281546
},
15291547
"loadAfter": {
15301548
"dracoix.zars.tribalism": {
@@ -7072,6 +7090,11 @@
70727090
"name": [
70737091
"RocketMan - Performance Mod"
70747092
]
7093+
},
7094+
"vr.missilegirl": {
7095+
"name": [
7096+
"Missile Girl - Performance Mod"
7097+
]
70757098
}
70767099
},
70777100
"loadAfter": {
@@ -7164,6 +7187,11 @@
71647187
"name": [
71657188
""
71667189
]
7190+
},
7191+
"vr.missilegirl": {
7192+
"name": [
7193+
"Missile Girl - Performance Mod"
7194+
]
71677195
}
71687196
},
71697197
"loadBottom": {
@@ -7732,10 +7760,14 @@
77327760
"krkr.rocketman": {
77337761
"comment": "Should be loaded as low as possible but before Rocketman",
77347762
"name": "RocketMan - Performance Mod"
7763+
},
7764+
"vr.missilegirl": {
7765+
"comment": "Rocketman fork, Should be loaded as low as possible but before Rocketman or Missilegirl",
7766+
"name": "Missile Girl - Performance Mod"
77357767
}
77367768
},
77377769
"loadBottom": {
7738-
"comment": "Should be loaded as low as possible but before Rocketman",
7770+
"comment": "Should be loaded as low as possible but before Rocketman or Missilegirl",
77397771
"value": true
77407772
}
77417773
},
@@ -7797,11 +7829,16 @@
77977829
"loadBefore": {
77987830
"krkr.rocketman": {
77997831
"comment": [
7800-
"Should always be loaded before rocketman"
7832+
"Should always be loaded before rocketman or Missilegirl"
78017833
],
78027834
"name": [
78037835
"RocketMan - Performance Mod"
78047836
]
7837+
},
7838+
"vr.missilegirl": {
7839+
"name": [
7840+
"Missile Girl - Performance Mod"
7841+
]
78057842
}
78067843
},
78077844
"loadAfter": {
@@ -8508,6 +8545,11 @@
85088545
"name": [
85098546
"RocketMan - Performance Mod"
85108547
]
8548+
},
8549+
"vr.missilegirl": {
8550+
"name": [
8551+
"Missile Girl - Performance Mod"
8552+
]
85118553
}
85128554
},
85138555
"loadAfter": {
@@ -11253,6 +11295,10 @@
1125311295
"krkr.rocketman": {
1125411296
"comment": "Rocketman always last!",
1125511297
"name": "RocketMan - Performance Mod"
11298+
},
11299+
"vr.missilegirl": {
11300+
"comment": "Rocketman fork, should always be last",
11301+
"name": "Missile Girl - Performance Mod"
1125611302
}
1125711303
},
1125811304
"loadBottom": {
@@ -11265,6 +11311,10 @@
1126511311
"krkr.rocketman": {
1126611312
"comment": "Rocketman always last!",
1126711313
"name": "RocketMan - Performance Mod"
11314+
},
11315+
"vr.missilegirl": {
11316+
"comment": "Rocketman fork, should always be last",
11317+
"name": "Missile Girl - Performance Mod"
1126811318
}
1126911319
},
1127011320
"loadBottom": {
@@ -11769,6 +11819,12 @@
1176911819
"name": "Vanilla Textures Expanded"
1177011820
}
1177111821
}
11822+
},
11823+
"vr.missilegirl": {
11824+
"loadBottom": {
11825+
"comment": "Rocketman fork, should always be loaded last",
11826+
"value": true
11827+
}
1177211828
}
1177311829
}
11774-
}
11830+
}

0 commit comments

Comments
 (0)