forums | blogs | polls | tutorials | downloads | rules | help

Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in remember_me_form_alter() (line 78 of /var/www/siegetheday.org/sites/all/modules/contrib/remember_me/remember_me.module).

DS2 Moods

Hi guys,I'm trying to create a map for DS2 via DS2 Editor,nothing serious,only some fun stuff for myself,but I have trouble with moods.I can't find their names anywhere,I would like to use ones from original sp campaign.Could anyone tell me where to find mood list?Or at least where to look via TankViewer.I would be most grateful

Hi
Untank logic.ds2res (located in DS2 resources folder. Open the world folder then the global folder the moods are located there in.
Elf

DS2 Moods are actually now located in the moods folder in World.ds2map (unlike in DS1 where they were located in the global folder in the logic.dsres).

In you untank World.ds2map and look in the moods folder you'll find moods.gas

The mood_name is what you're looking for, something like "a1_01_01_tutbeach_01".

To get the mood to work in your map you'll need to use a trigger_change_mood_box gizmo (can use other triggers like trigger_generic but for moods this is probably better). In the action block specify the name of the mood you want to use. Ensure that the trigger is placed somewhere where the player will have to cross it so to trigger the mood.

This Siege University tutorial has a lot of useful information about moods http://web.archive.org/web/20070621205931/http://garage.gaspowered.com/?q=su_204
Tutorials 203A & B also have a lot of useful information about triggers.

Even though written for DS1 it is still relevant for DS2 except for the suggested default location of the moods (Battle Track, Sun & Lightning also are no longer supported in DS2). Moods are still global so you don't need a moods.gas in your map (unless you want custom made perimeters).

Many thanks,I only had trouble finding their names.