Jump to content

Search the Community

Showing results for tags 'user interface'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Introductions and Resources
    • DarkMatters: Rules and Feedback
    • DarkMatters: Introductions.
  • Sacred - Underworld, Fallen Angel , Citadel, Sacred 3
    • Sacred 2 Mods and Modding - The new future for Sacred 2!
    • Sacred 2 General Discussion (PC)
    • Sacred 2 Console (XBOX and PS3)
    • Sacred 2 Guides, Maps, Walkthroughs and Videos
    • Sacred Wiki
    • Sacred 2 Fan Art and Fiction
    • [D.a.r.k] Island Fortress
    • Sacred 2 Bugs, Feedback and Troubleshooting
    • Sacred Underworld
    • Unbended - Kickstarter project by former Ascaron employees who created Sacred!
  • DarkMatters General Public Forums
    • Key Largo Beach Resort and General Discussion
    • Media Matters
    • Tech Talk
    • New and General Gaming
    • The Dark Kitchen
    • The Creatrix
    • The Daily Grind: Real life right here!

Categories

  • Sacred 2 Demo (UK)
  • Fallen Angel
    • Fallen Angel Builds
    • Fallen Angel Items
    • Fallen Angel Patches
    • Fallen Angel Tools
    • Fallen Angel Miscellaneous
  • Ice & Blood
    • Ice and Blood Builds
    • Ice & Blood Items
    • Ice & Blood Patches and Mods
    • Ice & Blood Miscellaneous
  • Community Patch
    • Community Patch Builds
    • Community Patch Items
  • Sacred
  • Underworld
    • Sacred Mods
    • Underworld Builds
    • Underworld Items
    • Underworld Patches
  • Download Sacred 2 Gold
  • Weekly Featured Mods

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


Website URL


ICQ


Yahoo


Skype


Location


Interests


Favorite pizza topping


Why do you want to join DarkMatters?


All time best video game ever played


Real Name

Found 4 results

  1. I know you can customize it, but I am in the deep late of the game. At this point I don't need any runes/gold/potions literally anything but green/unique/legendary. It would be great to have a way to pick up only the things with rarity 14 and higher!
  2. Sacred 2 Interface Skins Pack View File ================ Introduction: ================ * This is a collection of skins from all the versions of Sacred 2. Any skin can be installed over any version of the game. Pictures are included as a visual reference. ================ Installation: ================ * Install the Generic Mod Enabler to the Sacred 2 root folder (for example C:/Sacred 2) -get it at http://www.softpedia.com/get/Others/Miscellaneous/Generic-Mod-Enabler.shtml * Move the GUI folders into the MODS folder created by the Generic Mod Enabler in the Sacred 2 folder. * Choose only one skin to install at a time. Hit "Enable Selected Mod." * Disable before switching to a different skin. * Install order shouldn't matter, these skins should override any others, but if you want to be sure that these skins will override all other mods, then install these skins last. Submitter Flix Submitted 12/09/2017 Category Ice & Blood Patches and Mods  
  3. Version 1.0.0

    396 downloads

    ================ Introduction: ================ * This is a collection of skins from all the versions of Sacred 2. Any skin can be installed over any version of the game. Pictures are included as a visual reference. ================ Installation: ================ * Install the Generic Mod Enabler to the Sacred 2 root folder (for example C:/Sacred 2) -get it at http://www.softpedia.com/get/Others/Miscellaneous/Generic-Mod-Enabler.shtml * Move the GUI folders into the MODS folder created by the Generic Mod Enabler in the Sacred 2 folder. * Choose only one skin to install at a time. Hit "Enable Selected Mod." * Disable before switching to a different skin. * Install order shouldn't matter, these skins should override any others, but if you want to be sure that these skins will override all other mods, then install these skins last.
  4. How to add extra equipment slots to a character's inventory page. Note, that: a) This doesn't create new slots but adds existing slots from other classes to a class which doesn't have them. Namely 2 more ring slots, an extra amulet slot, the shrunken head from the Dryad, and the battery from the temple guardian. b) There's no model for the battery. I had thought that it appeared on the Temple guardian, but after checking an actual temple guardian, it doesn't get displayed. c) You don't get the ability to shoot with it. Probably a specific skill that only the temple guardian gets that requires a battery to be equipped. d) I didn't implement the shrunken head as well, but unless that does something different, I don't see how that wouldn't work. e) Combat art bonuses that spawn on the battery will probably be only for the temple guardian. I didn't look at the specific bonuses that the bonus lists choose from. f) When you select an equipped weapon, it's damages appears to change based on the damage of the battery, but I don't think it actually applies(My limited testing didn't show any difference in damage actually dealt). If you select an empty weapon slot your damage doesn't appear to change. But you do get the additional bonuses. Well they appear on the stats tool tip anyway. g) This isn't an actual mod, but more an example of research showing that equipment slots can be added. That's how it started out anyway. Now onto the method. First open scripts/shared/creatureinfo.txt. The first entry is the Seraphim. Change line 20, validEquipSlots = "", to include the 2 additional rings, 1 additional amulet, the battery, and shrunken head, as shown in the picture. Save and close the file. Second, open scripts/server/blueprint.txt. Search for: hero_battery_normal It'll probably be around line 3249. Change the wearergroups so that it is WEARGROUP_DEFAULT, just like in the picture. Save and close the file. Notice the 2 itemtypes: 8635, 8636. Third open scripts/server/itemtype.txt Search for 8635. About line 212196. You should see: mgr.typeCreate(8635, newItemType); On line 212187, change user = so that is WEARGROUP_DEFAULT. Do the same for the next itemtype which will be 8636. Refer to the picture. Save and close the file. These changes allow the seraphim to equip the batteries. Now, we'll cover adding the equipment slots to the user interface(UI). In your Sacred 2/pak folder, create 2 new folders, one named Windows and another named orig_skin-xml, and extract the contents of skin-xml.zip into it. From orig_skin-xml/Windows copy Inventory.xml, and Inventory_Seraphim.xml, then paste them into your Sacred 2/pak/Windows folder. I do plan on providing an overview for the xml files at a later time. Open Inventory.xml. Search for: handicap. if you're using CM 1.60 it should be around line 156. On the next line, change the value for x to 328. Save and close the file. Open Inventory_Seraphim.xml. Make the necessary changes as can be seen in the picture. Pretty vague, yes, but there are a large number of changes. Save and close the file. Run the game and start a new seraphim. You could use an existing seraphim, in which case I recommend backing it up just in case. Any batteries, well as long as they're of the first 2 types, will go into the equipment slot, the same with the extra rings and amulet.
×
×
  • Create New...
Please Sign In or Sign Up