Jump to content
View in the app

A better way to browse. Learn more.

Obsidian Forum Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Hey dear modders, I wonder if it is possible to change the animation of an ability? For example monk's Whisper of the Wind, Clarity of Agony? Thanks

That depends on what kind of change you want. I don't think you can create a new animation, but you can use another one that's already in the game. In the attack data you'll see an "attackvariation" ID, and you can swap those around.

 

For example, I added a wizard spell to a crossbow in one mod, and I changed the attackvariation from the wizard spell casting animation to the crossbow firing animation.

 

The full process for editing an existing ability animation would go something like this:

 

Create a new .gamedatabundle file in your Override folder, call it anything you want, then paste this:

{

"GameDataObjects":[

X

]

}

In the game's "attacks" gamedatabundle find the ability with the animation you want to change, and copy the whole thing. Paste it in your .gamedatabundle where the X is above.

 

Back in the attacks.gamedatabundle find the ability that matches how you want the animation to look, and copy the attackvariation ID. Paste that over the attackvariation ID in your .gamedatabundle.

 

Load the game up and try using the ability. All being well it'll have the new animation.

  • Author

That depends on what kind of change you want. I don't think you can create a new animation, but you can use another one that's already in the game. In the attack data you'll see an "attackvariation" ID, and you can swap those around.

 

For example, I added a wizard spell to a crossbow in one mod, and I changed the attackvariation from the wizard spell casting animation to the crossbow firing animation.

 

The full process for editing an existing ability animation would go something like this:

 

Create a new .gamedatabundle file in your Override folder, call it anything you want, then paste this:

{

"GameDataObjects":[

X

]

}

In the game's "attacks" gamedatabundle find the ability with the animation you want to change, and copy the whole thing. Paste it in your .gamedatabundle where the X is above.

 

Back in the attacks.gamedatabundle find the ability that matches how you want the animation to look, and copy the attackvariation ID. Paste that over the attackvariation ID in your .gamedatabundle.

 

Load the game up and try using the ability. All being well it'll have the new animation.

 

 

Cannot create .gamedatabundle, or u mean attacks.gamedatabundle?

What I do is copy an existing gamedatabundle file, and then rename the copy and blank out all the text. You'll need a text editor to edit the contents, I recommend notepad++. I'm sure there's a thread around here where they talk about extensions to make the code easier to understand and stuff, I forget what the one I use is called

  • Author

What I do is copy an existing gamedatabundle file, and then rename the copy and blank out all the text. You'll need a text editor to edit the contents, I recommend notepad++. I'm sure there's a thread around here where they talk about extensions to make the code easier to understand and stuff, I forget what the one I use is called

Ok I got it worked thanks. I’m using sublime text I think it’s better with these Json format.

Edited by dunehunter

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.