Jump to content

FringeRecall

Members
  • Posts

    85
  • Joined

FringeRecall's Achievements

Survivor

Survivor (3/15)

0

Reputation

  1. Yes it is. OOps someone else answered but I apparently missed it. Just editing to smack myself for a redundant reply lol.
  2. Looking forward to more updates on this modlet! Been doing a lot of experimenting myself with the return of 'action skills'. Trying to do things like add cooking levels, farming levels, etc., but have been unable as of yet to figure out how to determine what block or block group is being harvested or destroyed. Keep up the awesome work Deceptive Pastry.
  3. The main thing really is that I am trying to understand what the purpose of 3 separate effect groups are. As in, why are there 3 and do they need to be set up that way? The 3rd was easy to figure out. The 1st appears to perhaps be an "initialization" group, maybe? It's the 2nd effect_group that is being called and I can't really figure out how or where from or essentially what causes the 2nd effect_group to become processed. In response to the speeds of leveling, well... I suppose that will be subjective to nearly everyone who has an opinion. Those who want it different badly enough, can change it themselves otherwise perhaps the logical choice may be to try and mimic the A16 speeds. Looking forward to your updates, Thank you. While I'm not doing exactly what you are the concept and logistics of auto-leveling has been immensely useful. Much appreciated and I'll give credit for your work and help when I go live.
  4. @Deceptive Pastry I'm still working with your mods and have a question if I may. I've spent a LOT of hours working with the XML and have yet to figure out the exact sequential syntax. For example, in progression.xml you have 3 <effect_group> tags under xpath "/perks/perk". The first sets the passive values for the perc_add based on perk level. The second is a bit more confusing. I'll paste some of your XML to show. <effect_group name="AS Mining Tools Lvl Increase"> <requirement name="CVarCompare" cvar="AS_MiningTools_Lvl" operation="LT" value="100"/> <requirement name="CVarCompare" cvar="AS_MiningTools_XP" operation="GTE" value="@AS_MiningTools_LvlNextTotal"/> <triggered_effect trigger="onSelfHarvestBlock" action="ModifyCVar" cvar="AS_MiningTools_LvlNextAdd" operation="multiply" value="@AS_XP_Mult"/> <triggered_effect trigger="onSelfHarvestBlock" action="ModifyCVar" cvar="AS_MiningTools_LvlNextTotal" operation="add" value="@AS_MiningTools_LvlNextAdd"/> <triggered_effect trigger="onSelfHarvestBlock" action="ModifyCVar" cvar="AS_MiningTools_Lvl" operation="add" value="1"/> <triggered_effect trigger="onSelfHarvestBlock" action="ShowToolbeltMessage" message="Mining Tools level increased"/> </effect_group> According to this, first it verifies that the "AS_MiningTools_Lvl" is LT 100, then "AS_MiningTools_XP" is GTE to "@AS_MiningTools_LvlNextTotal" - At which point it can continue to the following lines inside the <effect_group name="AS Mining Tools Lvl Increase"> tag? The problem I am having is: When and how is this 2nd effect_group tag being called? I'm not following entirely how this works and it is giving me serious hell when trying to duplicate and/or modify your results. (I edited to remove problem #2, I figured out that the 3rd effect_group tag is when you manually add a skill point to the perk.) Thanks a bunch again for your mod and in advance for any help you're willing to provide.
  5. Fantastic mod. Been trying to figure this one out myself for quite a while. Glad it exists and looking forward to more updates. With that being said, is it possible to bring back the "your cardio improves the more exercise you perform"? Thank you.
×
×
  • Create New...