Jump to content

cgf123

Members
  • Content count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral

About cgf123

  • Rank
    Recruit

Recent Profile Visitors

1,083 profile views
  1. guess that serves my purpose for now, thanks also is there any way to edit the UI for KW right now? i'd like to do simple stuff like disabling/removing some menu buttons
  2. I'm trying to create my own original 'mapmetadata' stream and replace the original maps.big for KW (for some experimental purposes) so i created my own mapmetadata stream via wrathed and used it to replace the original (in the 1.0 maps.big), and obviously this crashes the game because the stream wrathed creates patches the original stream so would creating an 'original' stream be possible via wrathed? or does wrathed only work via patching an existing stream?
  3. so even pressing ESC on the message window now equals 'replace all? kind of inconvenient to not have a cancel/no to all button now...
  4. @Lauren, could you please change your string editor to have a 'Replace All' option when merging csf files? Rather inconvenient to press 'Yes' 100 times when merging. Thanks in advance
  5. recently i found the DAMAGE_MULT attribute actually stacks like this- (Damage) * (1 + ((1 - A/100) + (1 - B/100) + ...)) rather than the more intuitive multiplicative way: (Damage) * (A/100 * B/100 * ...) where A, B etc are the DAMAGE_MULT values (eg 150%, 200%) from different modifiers, or a single modifier stacking multiple times pretty weird because if i remember right (from testing years ago), other attributes like HEALTH_MULT and ARMOR are calculated in the latter way.... or perhaps i could be wrong about those too just thought i'd share this
  6. Theres all kinds of crazy **** you can do with ExecuteAction and other commands... i wrote some 2000 lines of new LUA code for my Renegade Wars mod (the original LUA code was barely 1000), check it out if you are interested: http://www.moddb.com/mods/renegade-wars-kw As the above poster mentioned though, the biggest downside is there doesnt seem to be a way to make player references work... im also not sure if you can reference to WB scripts, but its worth a try i guess @madin you can add me on skype if you want
×