argent77
argent77
Reactions
-
Re: Short introduction to WeiDU and simple mod template
Wrap negative numbers in quotes (parameter1 = "-1") or use an expression (parameter1 = 0 - 1). This is a limitation WeiDU's script parser. (View Post)1 -
Re: Short introduction to WeiDU and simple mod template
STRING_EQUAL_CASE (and STRING_EQUAL) will compare only whole strings, so comparing ""Composite Longbow"" with "Longbow" will never return true. However, your code exampl… (View Post)1 -
Re: Short introduction to WeiDU and simple mod template
Your code worked fine in my tests. There might be something else blocking execution of the function. Maybe one of the PATCH_IF conditions doesn't match? My test script: [spoiler]COPY_EXISTING_REGEXP … (View Post)1 -
Re: New UI modding features
Infinity_SetHighlightColors() can be used to change the appearance of selected elements in the options screens. The parameters are indeed 3 sets of colors for left, center and right side of the selec… (View Post)2 -
Re: NearInfnity - Deleting Certain Files Greyed Out?
There is no need to compile or build something. Just create a folder "DeleteFromBiff" in the game directory, create a text file "setup-DeleteFromBiff.tp2" inside that folder with … (View Post)1