Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
What am I doing wrong exactly?
HEY, EVERYBODY NEW HERE!
THERE IS TYPO IN INSTALL TUTORIAL!!
Rename all XModBase_Core _x_x_x up to date!!
If mod version is 2.0.1 dont name the folder _2_0_0 like in tutorial and name it _2_0_1.
\Classes\XMBEffect_ConditionalBonus.uc(383) : Warning, Unresolved reference to Class 'XMBConfig'
Weird 'cause I performed the installation steps and wotc modbuddy checked out just fine.
Before I read the instructions, I started to copy XMBAbility.uc and dependencies into my mod (working with xylthixlm's Shadow Ops Perk Pack), until I read the heading stating to
"Install the XModBase core as described in readme.txt"
So I did what I was told and came here.
"Success - 0 error(s), 0 warning(s) (0 Unique Errors, 0 Unique Warnings)"
message, then just spits out:
"Done executing task "CompileScripts" -- FAILED."
Anyone got any ideas?
However, I have a much more confounding problem as I've realized that at least two other perks just don't work at all. They did work back when I tested them through modbuddy debug, but they have no effect whatsoever in the actual game. One of these is the basic BonusRadius effect, which I lifted straight from your Danger Zone example. Some other XMB perks are working just fine.I have no other mods installed that add classes or perks.
If I'm too presumptious in asking for so much guidance, please tell me so. This is really making my head itch, is all.
Perk code in pastebin. Any help on how to make this work as intended would be deeply appreciated!
https://pastebin.com/9Th2gzPE
https://pastebin.com/yy6pg50z
The best thing to do is to use XMBEffect_ConditionalBonus with AddShredModifier(). There's no included X2Condition that matches any grenade (maybe there should be), so you'd have to roll your own... or if you're okay with only having the ability work with a grenade launcher, XMBCondition_MatchingWeapon should work.
If you do want to roll your own condition, I suggest starting with XMBCondition_WeaponName and just replace the name check with a check for being a grenade.