Jump to content

FFW_Rude

Members
  • Posts

    140
  • Joined

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

FFW_Rude's Achievements

Hunter

Hunter (4/15)

26

Reputation

  1. Thanks a lot for your answer. It works now. Now i'm onto unity to find how to snap everything correctly but it's looking good. The idea is stupid. I just made puzzle pieces that you have to get with book perks. But it works. The only problem i had was that double node. Thanks for the example as it helps to understand the DOM mechanics of xpath.
  2. Thank you. So i kinda need to combined both strings. xpath string i'll figure out. That was the message that baffled me. Now that you mention it i did have <configs>then xPath directly after on all my other files. Now i kinda not see that all of them were different. i have this : <modName name='items.xml'> <!-- Stuff --> </modName> And also this : <configs> <!-- Stuff --> </configs> Should i go modName ? or generic "configs" ? Also i believe name attribute on <modName> is only for readability ? 'cause it's not parsed right ?
  3. Hi, i'm working on a little mod that add new book collection. It's working fine but i wanted to do a collection of 9 and the UI doesn't show the 9th because there's 8 lines max in the perk book screeen. Found grid rows in windows xml but how can i modify that with an xpath file ? <configs> <config name="XUi/windows"> <set xpath="/windows/window[@name='windowSkillBookInfo']/rect[@name='content']/rect[@name='tableBox']/grid/@rows">9</set> </config> </configs> Is getting me patch element does not have an xpath attribute I think it's around the /grid/ but i'm unsure EDit : Second try does the same thing <configs> <config name="XUi/windows"> <set xpath="/windows/window[@name='windowSkillBookInfo']/rect[@name='content']//grid[1]@rows">9</set> </config> </configs>
  4. Happened to us when A20.4 kicked in.
  5. Oh... i missquoted. Sorry about that. Hi. Can you detail what you've done ? Because i was unable to do that (for now i had to delete my character)
  6. When you say "wait until profil gets fixed" what do you mean. Because when i copied the player folder from my server to my local game, it just sits there with 2049kb and my character is level 1 in the game. Can you give up exactly what you copied ? and where ?
  7. They touched the fences. It nows do damage to me while it was only shocking in A20.3 so they just broke it
  8. In the same boat. Can't even join my own server now... will try the solution with solo game to see. Man this is a downdate
  9. Already did that to no avail. Not really a big issue but annoying
  10. Thank you a LOT. Like really a LOT. Why isn't the serverconfig in the saves baffles me. Not like it's an issue since i started playing in Alpha 7 EDIT : for local server it never shows up and i have to connect by IP...
  11. And i just saw they added a message on the loading to say : "Hey it's alpha if it doesn't work well... That happens". That's pretty @%$#ty to have added that the day they @%$# up server. Should stop posting. I'm too mad about it.
  12. So you wiped my server. Changed mod folder so everything is now @%$#ed up. I'm done. But you got my money so good job
  13. So me and my wife are playing local on a dedicated server. We just launch the server from her 7D2D folder. Now there as been an update and our serverconfig.xml as been reseted. The savegame is still there but HOW can i get my server back ? I need the original xml file which i used to save with a new name but that time... we do not on A20. Is there a way from the savegame folder to get it back ? Or find the seed name that we have been using ? Or did we just lost a 4month server worth of our time ? Tried to revert back to 20.3, doing the server as much as i remember. Now get nullPointer Exception server not launching.
  14. So ok i'm really stupid. After re-reading the other posts i found it and it works ! so basicly for people that don't really got it. Here is the solution And there you go ! Now i need to figure out why there's no title but that's another thread for another time.
  15. Ok so... It seems it is well placed in the ConfigDump quests.xml Everything seems well appened so i don't get it This is at the end of quest_list <quest id="custom_quest1"><!--Element appended by: "MyMod"--></quest> So all normal.
×
×
  • Create New...