I encounter a bug with a class mods that I merged.
For some reason, Monk's attack causes the game to crash. At first I thought that it was related to a certain skill. But after further testing, the crash occurred right before delivering the killing blow to a monster.. regardless of skill.
I'd figure that its related to how the "fist wrap" upgrades damage on the first kill... so I look at the triggerables and the stat watcher.
Somehow the stat watcher has a numerical.. stuffs, idk why.
[STATWATCHER] <STRING>STAT:EXPERIENCE LEVEL <STRING>4082877041:MONK_UNARMED_LEVEL <STRING>PRIMARY_TARGET_TYPE:SELF <STRING>SECONDARY_TARGET_TYPE:SELF <STRING>WATCH_TYPE:NOT EQUAL TO [/STATWATCHER] I tried changing the numbers to *random guessing* STAT_SECONDARY..it works for like..once, but then the crash occurs yet again.
Hi Viz! Have you compared that skill's code in your merged version, vs. the code in the original (un-merged) version. Maybe there was a conflict during compiling of the merged version (I'm not sure, just guessing too )
Hmm. Apparently the correct string is SECOND_STAT. The crashing stopped, but I'm not sure if the Monk damage gets increased. Still need a further testing.
- Druid's Thorns skill icon is somehow missing. - One of Voidseeker's passive is missing.[/COLOR] - Theolentist - Game crashes when hovering the cursor to Nova skill icon.
The SKILLTREEOVERRIDE.LAYOUT has to be able to find the icon to show it in the tree. If it does not find it, the game WILL crash.
There are a few reasons in not finding the icon; the most common is missing image and .imageset files OR wrong image location stated in the .imageset file. So you might want to doublecheck those files and their contents first.
This post about .imageset files might help you too...
The Unarmed Damage skills doesn't cause a game crash on me...
How can I recreate the crashing issue?
What should I do exactly?
Also, I'm not sure if it is any issue but when I unpacked the Variant.mod, GUTS reported missing TAGS (mostly on synergies' classes).
Oh yea, the unarmed damage was fixed some time ago.
The current issue is the Theolentist class. The game crashes when trying to hover to the Nova skill icon.
Regarding the missing tags, yeah I know. But I have no idea how to fix those.. AFAIK the affected skills are :
There are other missing tags as well, like most of the classes are missing their starting shoulder wardrobe and some skill particles went missing. But those aren't really game-breaking and can be figured out easily.
Regarding the missing tags, yeah I know. But I have no idea how to fix those.. AFAIK the affected skills are :
There are other missing tags as well, like most of the classes are missing their starting shoulder wardrobe and some skill particles went missing. But those aren't really game-breaking and can be figured out easily.
These TAGS could be exclusive from synergies and other mods where you claimed them, try getting the TAGS.DAT from synergies first and copy it to your mod pack. If the missing tags error has lessen then the TAGS.DAT is the cause.
Idk why but everytime GUTS compiled the mod it **** up the asteroid.dat. Replaced it with the original .dat which pretty much untouched, still persist.
Also there's no tags.dat in those class mods so I guess I need to ask the mod authors, somehow.
I'll check the Theolentist class mod alone. If there's no added TAGS in synergies then the missing tags could be caused by the merging of the mods and based on the files I've seen so far, they are messy (Probably you have nothing to do with that, you just compiled them).