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).

Tutorials, Tips, and Tricks

Share your knowledge of the inner workings of DS Modding.

Sharkull's picture

Making Chants work in a new map (and misc. tips)

magic modifiers (work in progress)

in this topic (when finished), i will post what i know about magic modifiers, what file they are located in, and what changing each value does (again, when i get around to it)

to use this tutorial, you need to know how to use a tank viewer, and know where to find one for ds2.

inside \resources\logic.ds2res

world\contentdb\pcontent.gas

one thing to know before looking at the modifiers is that the type of codeing used to load the values is "if new modifier has new value, list it, if not, assume previous". what this means is that you can list 100 variables (if they all are strenth) and only list the name, screen name, level available, stat modified, and value of modification instead of the whole thing. example:

Reagent modifications (work in progress)

in this topic (when finished), i will post what i know about reagents, what file they are located in, and what changing each value does (again, when i get around to it)

to use this tutorial, you need to know how to use a tank viewer, and know where to find one for ds2.

inside \resources\logic.ds2res

world\contentdb\reagents.gas

[reagent_test] 'name of reagent in code
{
object_types = weapon; // Can be any of the pcontent base or specfic types.
skill_types = fighter; // fighter, ranger, mage, nmage, cmage
[strength]
{
alteration = alter_strength; 'used to select which stat to modify with value

Setting up good map lighting

Ok, I am passing knowledge I learned from mcarp(much credit to him) for good map lighting. I apologize for not cropping my images and restoring my defaults on my map. I'm strapped for time. This is a break from modding for me...

First to see your settings in se2 you need to uncheck ignore vertex lighting. Ok everything should be black now don't worry.

Ok go to lighting in se2's menu. Then go to ambient lighting.

Tip for getting started on editing logic.ds2res

I answered a question on another board

Quote:
How to make actual robes for nature mages?
and thought I would share the info for ppl here, since it helped him out. Also a fellow modder suggested I post it here to help out.

Quote:
Use your tank viewer 2 that comes with ds2tk. Open up logic.ds2res Extract all the contents to your bits folder for reference.

The default directory for bits is C:\Documents and Settings\user name\My Documents\My Games\Dungeon Siege 2 Mod .

All of the gas files you need for reference for nmage(nature mage)will be in \world\contentdb\templates\interactive in the bits folder you extracted to.

Organizing Actors in Se2

I know this is simple stuff but want to share. I think actors in unsorted items is well not sorted good enough.

Pick an actor from the unsorted items tab and place onto map. The actor folder will be located in your game objects folder. Now go into favorites tab. Click on siege objects folder and create a new folder with a name to your liking. Click on that folder. Now click on the actor you placed in your map and right click and chose add to favorites. For some reason if you have no actor in a folder and try to move one there it will not work.

If you have one there you can move them around. If you did mess up and moved all actors out u can work around this. What I do is create a new folder into the folder I want to add the actor in. Then I add in the actor and it goes into the folder i want. Move it above the new folder if it is bellow it. Then right click on the new folder and chose remove selected.

Photoshop Tutorials

This guide has been included in the tutorial section.
Game dev communities I've been in often list many many photoshop tuts. So why not here :). You will be able to take aspects from learning with tuts and apply them to video games. If you got some list em.

Stuff here looked very fun(some nice short tricks)

http://www.greycobra.com/tutorials/photoshop/

This site links to a ton of photoshop tuts.

http://www.tutorialman.com/search.php?search=%20%20%20&page=2

More tuts some videos and resources.

Pages

Subscribe to RSS - Tutorials, Tips, and Tricks