feat: add some more lights to the town area

fix: apply various missing textures

feat: modified ApplyVertexColour and ApplyVertexColourTransparent shaders, the material surface attributes may now be overwritten
This commit is contained in:
Jo 2024-08-15 01:24:26 +02:00
parent d8a41a2c56
commit 5f1824fcd4
790 changed files with 17554 additions and 4020 deletions

BIN
BuiltPallets/Android/Jokiller230.WuhuIsland-0.5.1_quest.zip (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -12,7 +12,7 @@
"unlockable": false,
"redacted": false,
"author": "Jokiller230",
"version": "0.5.0",
"version": "0.5.1",
"sdkVersion": "1.1.0",
"internal": false,
"crates": [
@ -73,6 +73,11 @@
"version": "0.5.0",
"title": "Textures, textures and TEXTURES!",
"text": "- re-baked navmesh\n- re-baked lighting\n- re-imported WS2_common_island to remove animation armatures\n- created a ton of materials for the corresponding textures, and applied them to the WS2_common_island model\n- playing around with car lights on WS2_common_island instead of just a gray box\n- created magma texture for volcano"
},
{
"version": "0.5.1",
"title": "Textures, enivronment and LIGHTING!",
"text": "- re-baked lighting\n- added a few more lights to the town area\n- applied various missing textures\n- modified ApplyVertexColour and ApplyVertexColourTransparent shaders"
}
],
"isa": {

View file

@ -1 +1 @@
78e6419a9ef97b7c65dbf7cf942724cc
ccf6226d65045ff7032e9bec9d19b9d2

File diff suppressed because one or more lines are too long