The forum has been set to read-only mode. For community discussion and questions, head over to our Discord: https://discord.taleoftwowastelands.com
Albino Radscorpion Spawns
-
Ezrah
- Posts: 59
- Joined: Thu Feb 07, 2019 9:36 pm
Albino Radscorpion Spawns
Im having an issue where Albino Radscorpions are spawning out of control. Could someone please help me with this? My character is level 36.
- Bullfrog
- Posts: 146
- Joined: Mon Jun 13, 2022 3:01 pm
Re: Albino Radscorpion Spawns
If you mean the abundance of Albino Rad Scorpions - that's a problem with the game itself, as far as I can tell. It applies to other creatures too, like Super Mutant Overlords or Feral Ghoul Reavers that get spawned almost exclusively after the player reaches a certain level.
The creatures are part of leveled lists and these lists have a flag called "Calculate from all levels <= PC's level". In theory this means that any entry on that list, that has a level lower or equal to the player level can be selected for spawning. In reality the game tends to use the closest to player level entry most of the time, at least from my experience. My level 50 character also faces almost exclusively Albinos, Overlords and Reavers. Well, that's what me and my companions trained for!
The creatures are part of leveled lists and these lists have a flag called "Calculate from all levels <= PC's level". In theory this means that any entry on that list, that has a level lower or equal to the player level can be selected for spawning. In reality the game tends to use the closest to player level entry most of the time, at least from my experience. My level 50 character also faces almost exclusively Albinos, Overlords and Reavers. Well, that's what me and my companions trained for!
-
Ezrah
- Posts: 59
- Joined: Thu Feb 07, 2019 9:36 pm
Re: Albino Radscorpion Spawns
Yes thats what is happening, but its a bit ridiculous that every other minute 2 or 3 Albinos spawn in.
- Laclongquan
- Posts: 625
- Joined: Mon May 03, 2021 4:19 am
Re: Albino Radscorpion Spawns
Thats one reason why i use to replay when my character reach certain threshold. The lack of variety is something quite annoying.
- Bullfrog
- Posts: 146
- Joined: Mon Jun 13, 2022 3:01 pm
Re: Albino Radscorpion Spawns
It was even worse in TTW 3.2.2, where a lot of the leveled lists were missing the "Calculate from all levels <= PC's level" flag and produced the highest entry exclusively.
After I added the flag myself, it was a little better, but the game still heavily favors the highest level entry. I wonder if some day one of these fantastic plugin coders can fix this issue and make the lists work in a truly random fashion, when this flag is set.
After I added the flag myself, it was a little better, but the game still heavily favors the highest level entry. I wonder if some day one of these fantastic plugin coders can fix this issue and make the lists work in a truly random fashion, when this flag is set.
- RoyBatty
- Gary
- Posts: 7742
- Joined: Sun Apr 27, 2014 10:26 am
- Location: Vault 108
Re: Albino Radscorpion Spawns
There's a game setting that controls the behavior, its usually set to within 5 levels of the player.
Spawn markers also have "levels". White = easy, Yellow = hard, Orange = very hard, Red = boss
There's no lists missing calculate flag anymore I'm aware of, not sure what you are speaking of.
I see a variety of creatures always in the wasteland from bloatflys to albinos, but higher level creatures are favored at higher NPC levels. F3 is not Vegas and we will not balance it that way. I made a mod called "Casual Creatures" that makes things easier if you find F3 too difficult.
Spawn markers also have "levels". White = easy, Yellow = hard, Orange = very hard, Red = boss
There's no lists missing calculate flag anymore I'm aware of, not sure what you are speaking of.
I see a variety of creatures always in the wasteland from bloatflys to albinos, but higher level creatures are favored at higher NPC levels. F3 is not Vegas and we will not balance it that way. I made a mod called "Casual Creatures" that makes things easier if you find F3 too difficult.

- Bullfrog
- Posts: 146
- Joined: Mon Jun 13, 2022 3:01 pm
Re: Albino Radscorpion Spawns
Can you please tell which game setting you are referring to?
I'm only aware of "fLevelScalingMult", which defines the player level that is used for the calculation. It's usually at 1.0. If it is set to a higher value, the zone will start spawning high level enemies earlier and vice versa.
TTW 3.2.2 had many lists missing the flag. TTW 3.3.x fixed that. "DLC01EncTrog" (0800A777) is the only list left in my personal fixes, that is still missing the flag in TTW.
I'm only aware of "fLevelScalingMult", which defines the player level that is used for the calculation. It's usually at 1.0. If it is set to a higher value, the zone will start spawning high level enemies earlier and vice versa.
TTW 3.2.2 had many lists missing the flag. TTW 3.3.x fixed that. "DLC01EncTrog" (0800A777) is the only list left in my personal fixes, that is still missing the flag in TTW.
- RoyBatty
- Gary
- Posts: 7742
- Joined: Sun Apr 27, 2014 10:26 am
- Location: Vault 108
Re: Albino Radscorpion Spawns
That's one of em, theres another but I forgot the name of it offhand, you can set it to like 0.75 or 0.5 too.
OK, I'll at that that ENC list.
We haven't fixed Anchorage lists yet either, they are all setup wrong. It's a lot of work, and we're all burned out.
OK, I'll at that that ENC list.
We haven't fixed Anchorage lists yet either, they are all setup wrong. It's a lot of work, and we're all burned out.

- Bullfrog
- Posts: 146
- Joined: Mon Jun 13, 2022 3:01 pm
Re: Albino Radscorpion Spawns
I did some digging. Maybe you mean these?
I think these define the level of the spawned enemy. So, if the leveled list is configured to spawn a level 20 enemy, on easy it will only be level 10, on medium level 15 and so on. It's still the type that is configured in the list, e.g. an Albino Radscorpion.
Then there are these settings, which are related:
As far as I know, they define the maximum difference between the player level and the entry level in the list. For example in below list, if the player is level 20 and the corresponding parameter above is 10, only the Rad Scorpion and Yao Guai would be eligible, as they are in the level 10 - 20 range.
There is also a similar parameter for items from item leveled lists -> "iLevItemLevelDifferenceMax".
Code: Select all
fLeveledActorMultEasy -> 0.5
fLeveledActorMultMedium -> 0.75
fLeveledActorMultHard -> 1.25
fLeveledActorMultBoss -> 2.0
Then there are these settings, which are related:
Code: Select all
iLevCharLevelDifferenceMax -> 0
iLevCreaLevelDifferenceMax -> 0
- 1 - Rat
- 5 - Molerat
- 8 - Dog
- 12 - Rad Scorpion
- 18 - Yao Guai
- 25 - Albino Radscorpion
There is also a similar parameter for items from item leveled lists -> "iLevItemLevelDifferenceMax".
- RoyBatty
- Gary
- Posts: 7742
- Joined: Sun Apr 27, 2014 10:26 am
- Location: Vault 108
Re: Albino Radscorpion Spawns
Yeah all those, although someone would need to check if they are actually used by the code. Many settings aren't used at all and left overs from older engine iterations.
Trog list fixed for next version.
Trog list fixed for next version.
