No Mutants Allowed!
No Mutants Allowed
We were here before the fall....
 
FAQ  -  NMA  -  Search -  Memberlist -  UsergroupsRegister Files - Gallery 
Profile -  Log in to check your private messages -  Log in 

Defonten posters

Weight mod

 
Post new topic   Reply to topic    No Mutants Allowed Forum Index -> Fallout 3 and New Vegas Modding
View previous topic :: View next topic  
Author Message
carl4243
Hideous Freak of Nature



Joined: 11 Dec 2005
Posts: 7

Status: Offline

PostPosted: Wed Oct 29, 2008 5:00    Post subject: Weight mod Reply with quote

I've always been a pack rat, and never liked having to leave good loot behind, i checked all the files i could in the limited ways that i know of, can anyone tell me where to go or provide the modified file for increasing the carry weight?? the sooner the better as i hate leaving this stuff behind and dont really wanna continue like this.

Thanks
Back to top
View user's profile Send private message
D3xter
Hideous Freak of Nature



Joined: 01 Nov 2008
Posts: 2

Status: Offline

PostPosted: Sat Nov 01, 2008 12:16    Post subject: Reply with quote

Anyone got news on this? Is there maybe some easy entry to change somewhere so that doesn't bother one anymore?
There's much too much crap around the world and the inventory is full after looting 3-4 NPCs to return to some town over and over again and running through the game with "tgm" enabled isn't really a choice either...
Back to top
View user's profile Send private message
TheFlyingBuddha
It Wandered In From the Wastes



Joined: 29 Oct 2008
Posts: 109

Status: Offline

PostPosted: Sat Nov 01, 2008 14:13    Post subject: Reply with quote

Hah, you could use the console to increase your strength, I don't know the commands myself but I know variants of the Oblivion commands work.

Or you could just learn to leave some crap. Trust me, saves a lot of time in the long run.
Back to top
View user's profile Send private message
D3xter
Hideous Freak of Nature



Joined: 01 Nov 2008
Posts: 2

Status: Offline

PostPosted: Sat Nov 01, 2008 14:42    Post subject: Reply with quote

TheFlyingBuddha wrote:
Hah, you could use the console to increase your strength, I don't know the commands myself but I know variants of the Oblivion commands work.

Or you could just learn to leave some crap. Trust me, saves a lot of time in the long run.


Even with STR10 you can't carry more than 250 weight... if you pick up a few armors or weapons and/or run around with different weapons yourself it's full rather fast and you start moving like a snail... cause I don't like being bothered with micro-managing items and still being able to pick up whatever I like a way to do so without "godmode", which seems to do exactly that would be great xD
Back to top
View user's profile Send private message
TheHologram
Hideous Freak of Nature



Joined: 26 May 2008
Posts: 34

Status: Offline

PostPosted: Sat Nov 01, 2008 16:15    Post subject: Reply with quote

Presumably you could use the console window to change it.

Console window is opened using the back quote key (`). Type the command then enter and then close the console with the back quote key.

Code:
player.setav carryweight 750


I didn't try this beyond a simple test of whether carryweight existed and could be retrieved and set. The game may decide to reset it periodically or something.
Back to top
View user's profile Send private message
IEATBULLETS
Hideous Freak of Nature



Joined: 31 Oct 2008
Posts: 7

Status: Offline

PostPosted: Sat Nov 01, 2008 17:46    Post subject: Reply with quote

setav doesn't save the carryweight variable. You have to use modav:

player.modav carryweight #

whatever number you put is added onto your current weight. So if you have a 250 limit and you put:

player.modav carryweight 250

your carryweight will then be 500.
Back to top
View user's profile Send private message
Timeslip
Vault Engineer



Joined: 15 Aug 2007
Posts: 870

Status: Offline

PostPosted: Sat Nov 01, 2008 21:23    Post subject: Reply with quote

I've made a carry weight mod here, but it's more of a tweak to make it more str based than a pack-rat cheat. At 10 str you'll max out at 350 carry weight, so if you want to pick up the whole world then just use the console.
Back to top
View user's profile Send private message Visit poster's website
IEATBULLETS
Hideous Freak of Nature



Joined: 31 Oct 2008
Posts: 7

Status: Offline

PostPosted: Sat Nov 01, 2008 21:30    Post subject: Reply with quote

Nice technique. Can you explain how to do install this?

Also, do you have any idea if you can do edits to the .xml files using a similar technique or how to repack files into .bsa;

I successfully implemented some changes to unpacked files (hudtemplates.xml) but it destabilized the game and caused severe crashing issues.

Thanks for the mod, sure many people'll find it useful.
Back to top
View user's profile Send private message
Zumbs
Hideous Freak of Nature



Joined: 11 Oct 2008
Posts: 53

Status: Offline

PostPosted: Sat Nov 01, 2008 22:26    Post subject: Reply with quote

Timeslip wrote:
I've made a carry weight mod here, but it's more of a tweak to make it more str based than a pack-rat cheat. At 10 str you'll max out at 350 carry weight, so if you want to pick up the whole world then just use the console.

Which utility did you use for those edits? Or is it still in development?

IEATBULLETS wrote:
Nice technique. Can you explain how to do install this?

1) Unzip to your Fallout\Data directory
2) Start the Fallout Launcer (press the Fallout icon in the start menu)
3) Click the 'Data Files' button
4) Check the box next to TweakedCarryWeight.esp and press ok.
5) Start the game

According to the readme comming with the mod (always read the readme), the launcher is a bit bugged, and you may have to activate the mod by hand by editing plugins.txt by hand. I'm not exactly sure how that is done, though.
_________________
The truth may be out there but lies are inside your head
My Mods


Last edited by Zumbs on Sat Nov 01, 2008 22:34; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
Timeslip
Vault Engineer



Joined: 15 Aug 2007
Posts: 870

Status: Offline

PostPosted: Sat Nov 01, 2008 22:32    Post subject: Reply with quote

Zumbs wrote:

Which utility did you use for those edits? Or is it still in development?

TESsnip. *points at the fallout 3 file formats thread*
Back to top
View user's profile Send private message Visit poster's website
nad02s
It Wandered In From the Wastes



Joined: 31 Jan 2008
Posts: 123

Status: Offline

PostPosted: Sat Nov 01, 2008 22:36    Post subject: Reply with quote

Nice one Applause
Back to top
View user's profile Send private message
Randian Hero
Hideous Freak of Nature



Joined: 28 Apr 2008
Posts: 7

Status: Offline

PostPosted: Sat Nov 01, 2008 22:51    Post subject: Reply with quote

Hitting the ~ key and typing "player.modav carryweight 10000" seemed to do the trick for me.
Back to top
View user's profile Send private message
Zumbs
Hideous Freak of Nature



Joined: 11 Oct 2008
Posts: 53

Status: Offline

PostPosted: Sun Nov 02, 2008 0:18    Post subject: Reply with quote

Zumbs wrote:
[snip] and you may have to activate the mod by hand by editing plugins.txt by hand. I'm not exactly sure how that is done, though.


I think this will work:
1) Find plugins.txt. It is placed in C:\Documents and Settings\<User>\Local Settings\Application Data\Fallout3\Plugins.txt (please note that the directories Local Settings and Application Data are hidden).
2) Add the name of the mod file to the bottom of the list

Timeslip wrote:
Zumbs wrote:

Which utility did you use for those edits? Or is it still in development?

TESsnip. *points at the fallout 3 file formats thread*

Looking forward to taking it for a spin Applause
_________________
The truth may be out there but lies are inside your head
My Mods
Back to top
View user's profile Send private message Visit poster's website
carl4243
Hideous Freak of Nature



Joined: 11 Dec 2005
Posts: 7

Status: Offline

PostPosted: Tue Nov 18, 2008 16:52    Post subject: Reply with quote

Thanks for the replys and nice to know about the console command, i know i'll be using that alot!

srry for coming back so late after putting this up but i been busy last little while. Smile
Back to top
View user's profile Send private message
ceacar99
It Wandered In From the Wastes



Joined: 11 Nov 2008
Posts: 128

Status: Offline

PostPosted: Tue Nov 18, 2008 18:42    Post subject: Reply with quote

Randian Hero wrote:
Hitting the ~ key and typing "player.modav carryweight 10000" seemed to do the trick for me.


lol makes me think of playing any of the gothic games. if you see something in that game you pick it up, at the very least everything is worth a little money right?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    No Mutants Allowed Forum Index -> Fallout 3 and New Vegas Modding All times are GMT + 1 Hour
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


Powered by phpBB © 2001, 2005 phpBB Group