THE »H}{RW« Forum Index THE »H}{RW« | »H}{RW« HOME
The Killer Raven Warriors and Havoc Knights
are dedicated to Dungeon Siege Gaming and fair play.

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   Join! (free) Join! (free)  
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Editing Tutorials

 
Post new topic   Reply to topic    THE »H}{RW« Forum Index -> DS1 Character Editing
View previous topic :: View next topic  
Author Message
Decra001
<·H}{RW·> FCO Leader


Joined: 09 Oct 2006
Posts: 641


Location: eldimn

PostPosted: Sat Feb 10, 2007 2:59 pm    Post subject: Editing Tutorials Reply with quote

since no one bothers to look at the one on site i thought i might as well copy it and put it here

Basic Editing:

**made by Master R**

• Start tank viewer and hit "Open". Change "Files of Type" to all files and browse to My Documents\Dungeon Siege\Save and open the character you want to edit

• Make a folder somewhere on your PC named MyChar. A good place is right on your C drive.

• Hit "Extract" in tank viewer and make sure "All" is selected under the "Files to Extract" section and select the folder MyChar that you just made.

• Hit the "Extract" button and close tank viewer.

• Start SkripPad and go to File > Open and browse to the MyChr folder you made.

• Change file of Type to "All Files (*.*)" and open up party.gas

• Now you see a bunch of code in skrit pad. This is your character file. Look for screen_name = and change the name of your character to anything you want.

• Now hit CrtL and F to do a search. Search for melee. Hit F3 to find the next one. This is your current melee weapon in hand when you start the game.

• Look for the line just below this "template_name = xxxxxxx_xxxxx" and change it to
template_name = st_un_axe_str; You will now have a Kill Axe when you start the game. Weapon Templates are here if you want to change it to something else.

• Now scroll down to the bottom and look for [skins]. Change the 0=xxxxx_xxxx and the 1=xxxxx_xxxxx
to 0 = b_t_lc01_rvr_fall-top-static; and 1 = b_t_lc01_rvr_fall-top-static; for a moving lava skin.

• Go to file and save

• Now start tank creator and for the source select the folder MyChr that you made earlier.

• For the output change "Save as Type" to all files and browse to My Documents\Dungeon Siege\Save folder and select the character you just changed.

• Hit the Create button and you should see a black box pop up. Hit any key to close it when it's done. Host a multiplayer game to see if the changes worked.

4 fix:

before example: gold_value = 62500;
grid_x = 319;
grid_y = 446;
inv_location = il_main;
modifier_prefix_name = ruthless;
modifier_suffix_name = ofvindication;
template_name = gl_un_gl_ro_m_molten;
ok well take template_name = gl_un_gl_ro_m_molten;

and change it to template_name = #gl_un_gl_ro_m_molten/+ruthless/+ofagony;

once you are all done it should look like this:
gold_value = 62500;
grid_x = 319;
grid_y = 446;
inv_location = il_main;
modifier_prefix_name = ruthless;
modifier_suffix_name = ofvindication;
template_name = #gl_un_gl_ro_m_molten/+ruthless/+ofagony;
*note: you must have 3 prefix and 1 suffix or 2 prefix and 2 suffix or 1 prefix and 3 suffix*

Shield Rings:

Before:

equip_slot = es_ring_0;
gold_value = 220;
inv_location = il_main;
template_name = ring_utraean;

all you have to do is change template to sh_ra_w_g_o_t_l_avg;
after you are done with that your thing should look like this

equip_slot = es_ring_0;
gold_value = 220;
inv_location = il_main;
template_name = sh_ra_w_g_o_t_l_avg;

Locking and Hiding Health:

i hear this stuff all the time "are you invinsible" answer = no "do you have no health" answer = no and it is really simple the good part is 1 no one can see health and you cannot lose anything bad part is you cannot gain anything this is how it works:

all you have to do is this

Before:

screen_name = "billy";

all you have to do is hit 3 enters before the "; this is what it would look like when done:

screen_name = "billy


";

and wala all done you are locked and no one can see your health

Skins:

in my opinion skins are like the best thing to edit and to find different skins either look in objects/art/bitmaps or terrain/bitmaps/terrain anything in both those files can be used as skin here are some of the skins i use

b_d_formation_leader;

b_i_glb_ice;

b_t_xxx_rvr_static-simple;

b_d_blood_01,b_sfx_blueflare03,b_sfx_016;

b_c_edm_dl_07,b_i_glb_galaxy;

b_d_formation_leader,b_d_fshade;

b_i_cav_gems-06-static;

hope that helps guys

***Decra***



_________________
The Battle Lord Of DungoenSiege
____________________________________________




Last edited by Decra001 on Sun Feb 11, 2007 4:03 pm; edited 4 times in total
Back to top
View user's profile Send private message Visit poster's website
Sizzoragame
<·H}{RW·> Co Leader


Joined: 22 Apr 2006
Posts: 877



PostPosted: Sat Feb 10, 2007 3:21 pm    Post subject: Reply with quote

You are ace Wink Wink Very Happy
_________________


Bring the Zone back alive! Love, Love, love
Back to top
View user's profile Send private message
Swayj1020
[·H}{RW·] Warlord Editer


Joined: 22 Jun 2007
Posts: 51


Location: Whirl Pool, Pacific ocean

PostPosted: Fri Jun 22, 2007 7:33 am    Post subject: Reply with quote

Once I do all that...I click create and nothing happens....
Back to top
View user's profile Send private message Send e-mail MSN Messenger
~H}{RW~ MasterReaction
<·H}{RW·> Leader


Joined: 22 Apr 2006
Posts: 1435


Location: Elddim or Gom Room

PostPosted: Fri Jun 22, 2007 8:03 am    Post subject: Reply with quote

Hey Sway

Take a look at the tutorial with the pics
http://www.freewebs.com/hkrw/TutorialEditing.htm

It may help shed some light on it all. Talk to you soon. Thx Dec
_________________
~H}{RW~ Master Reaction


NO I AM NOT AN RS SKILLER - LOL
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Swayj1020
[·H}{RW·] Warlord Editer


Joined: 22 Jun 2007
Posts: 51


Location: Whirl Pool, Pacific ocean

PostPosted: Fri Jun 22, 2007 8:43 am    Post subject: Reply with quote

Yes...that was the first thing I looked at when I got the tip from Revelations about this site. It didnt work the first time so when I saw this post again I thought I would try it again and still no success. Thanks anyways . I am wondering though...on my saved char from the game has a .bak after it what is this?.
Back to top
View user's profile Send private message Send e-mail MSN Messenger
䢣
[·H}{RW·] Warlord Editer


Joined: 22 Mar 2007
Posts: 136


Location: colorado =( (miss vegas)

PostPosted: Fri Jun 22, 2007 3:38 pm    Post subject: Reply with quote

that was cool of u decra but still doeset awnser my question so ill find out through trial and error i guess



_________________
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    THE »H}{RW« Forum Index -> DS1 Character Editing All times are GMT
Page 1 of 1

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Card File  Gallery  Forum Archive
Powered by phpBB © 2001 phpBB Group

Chronicles phpBB2 theme by Jakob Persson (http://www.eddingschronicles.com). Stone textures by Patty Herford.
Create your own free forum | Buy a domain to use with your forum