Beamdog has a better Orcus.
Beamdog has a better Orcus. Added some notes & tools.
13
README.md
@ -10,8 +10,6 @@ TBD
|
||||
### Contributions & Thanks
|
||||
Tolen, the original mod author.
|
||||
|
||||
Pstemarie & The Amethyst Dragon - Project Reforged + Project Q Shield and Weapon Override
|
||||
|
||||
Jasperre - Jasperre's AI
|
||||
|
||||
sixesthrice - Undead Redux 2
|
||||
@ -22,22 +20,14 @@ Diademus - Orc & Zombie models
|
||||
|
||||
Kris C. - Revised Vrock (Wings/Weapons)
|
||||
|
||||
ZeornWarlock - Orcus portrait
|
||||
|
||||
Script Wrecked - (TCN01) City Exterior Reskin
|
||||
|
||||
Toro & Zwerkules - (TTR01) Rural Override
|
||||
|
||||
Pstemarie - (TDC01) Crypt Roof & Reskin
|
||||
|
||||
Zwerkules & Hellfire - (TDM01) Caves & Mines Override
|
||||
|
||||
Zwerkules - Bioware placeables Override
|
||||
|
||||
wes471 - (TIN01) City Interior Override
|
||||
|
||||
Pstemarie & Winternite - (TDE01) Project Q Dungeon Override
|
||||
|
||||
Ancarion - (TNI01) Castle Interior 2 Override
|
||||
|
||||
Proleric - Animated Broom
|
||||
@ -46,6 +36,7 @@ ProjectQ - Wererats, Wereleopards, Wearbears, Beholders, Bugbears, Elder Element
|
||||
|
||||
Den of Assassins - DoA Base Item models
|
||||
|
||||
#### The CEP Team
|
||||
#### The CEP2 & CEP3 Teams
|
||||
|
||||
#### Stratovarious & The PRC Team
|
||||
|
||||
|
Before Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 384 KiB |
Before Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 6.0 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 4.0 KiB |
@ -1,2 +0,0 @@
|
||||
downsamplemax 0
|
||||
downsamplemin 0
|
8
_notes/ra_DMFI_languages
Normal file
@ -0,0 +1,8 @@
|
||||
198 Aasimar As
|
||||
199 Air_Genasi Ag
|
||||
200 Earth_Genasi Eg
|
||||
201 Feyri Fy
|
||||
202 Fire_Genasi Fi
|
||||
203 Tanarukk Ta
|
||||
204 Tiefling Tf
|
||||
205 Water_Genasi Wg
|
3
_notes/sparky_spawner_example
Normal file
@ -0,0 +1,3 @@
|
||||
SetLocalString(oArea, sEncNum, "v2, day, 12.5, group, brigands");
|
||||
SetLocalString(oArea, "group_brigands_01", "creature, ra_brigand002, 1, random, 40.0, 1, 1");
|
||||
SetLocalString(oArea, "group_brigands_02", "creature, ra_brigand001, 2-8, last, 5, 1, 1");
|