-
Posts
287 -
Joined
-
Last visited
Everything posted by Holty07
-
You can press pageup and pagedown.
-
SKSE injects more things into the game for modders to use. Commands in the console for them to play with and make scripts more efficient. Dragon Script runs scripts from outside the game that can be written in C+ I think. They both do great jobs of adding more options for modders to use in game. They shouldn't conflict at all as they are run entirely differently. As for fps hit, it may be the mod that required you to install SKSE, it shouldn't affect the game really at all. It simply adds more commands.
-
All mods that work at all, will ALWAYS work with a new game. A new save however is different. Whatever mods were used when making the save must be present when loading that save or corruption/crashes can occur.
-
The code IS the xml. Either copy that code to a txt file and change it to a .xml file. Or right-click and save link as...
-
All good having some out quick, but in the long run, quality over quantity is what we really crave. May have to test this one out though.
-
Auto Perk Stats Level
-
Need help with custom weapon
Holty07 replied to daverboon's topic in Fallout New Vegas's Mod Troubleshooting
Not sure but maybe the game doesn't like firing different rounds with that animation. Perhaps the new loop animation isn't compatible with the 12ga ammo. Just a guess. -
This mod is great and I'm loving it so far. However I'm having troubles in Sunnytime Cigs. Everytime I try to open a container (ANY) it will crash my game. It seems everything will continue to run (sounds, etc) but the screen is frozen. Mod list: ++ means it's built into my Bashed Patch Any idea what would be causing the crash? I'm really enjoying the mod and I want to get in there to fight the Boss Gecko.
-
I'm trying to make a mod that allows you to only take a perk when you level up. So no skill points at all. However I can't get the skill points to change at all. I've tried changing the following settings to 0 and no effect at all. iLevelUpSkillCount 0 iLevelUpSkillPointsBase 0 iLevelUpSkillPointsInterval 0 EDIT: Nevermind. I managed to do it via adding a perk to the player that lowered skill points gained to 0
-
Taking FO3 resources and porting them to FNV is actually illegal. That may have something to do with it...
-
Melee/Unarmed Perk Requirement
Holty07 replied to spaceblacky's topic in Fallout New Vegas's Mod Ideas
Whippin this up now. There was a thread a few days ago about this but nobody answered me in it. Edit: Done. Attached! -
I remember back in Oblivion and FO3 the community patches for the game. I was thinking I would start fixing some of the smaller bugs in FNV and basically start off the whole "Community Patch" thing. So my request to you is: Report bugs here. Hopefully I'll be able to fix your problem. Now the bugs need to be actually in-game. I can't fix problems with the GECK and the like. I also can't guarantee that I can fix your problem. But I will do my best!
-
My take on the ultimate trophy room
Holty07 replied to sdorman22's topic in Fallout New Vegas's Mod Ideas
This is a huge idea and a really good one. I'm thinking this might be my big project for a while. I need something to occupy my modding time once I've completed my minor tweaks. -
You're not the first who has asked for this. Try searching. Anyway I have made this mod. Check it in my sig.
-
Better HARDCORE (Balance Tweak)
Holty07 replied to moviemarketing's topic in Fallout New Vegas's Mod Ideas
iSkillPointsTagSkillMult is the tag making skills multiplied by 2. Not sure if it works anymore. I tried changing the others as you did didn't work either. It's odd. Maybe they have hardcoded this stuff. I might whip this up. Seems like a cool idea. Mods do not weigh anything nor add weight to a gun. You will need to check which mods you change, as some of them actually decrease the weight of the gun. I can't find the effects that are applied to the guns when modded. -
Better HARDCORE (Balance Tweak)
Holty07 replied to moviemarketing's topic in Fallout New Vegas's Mod Ideas
In the GECK, under Game Effects > Actor Effects. Filter for "WaterHeal". Each of those is the effects of drinking those types of water. To see what items that will affect you can right-click it and go to "Use-Info". Menu Bar > Gameplay > Settings.... Filter by "CarryWeight". fAVDCarryWeightsBase is how much a player with 0 Strength can carry. fAVDCarryWeightMult is how much is added per Strength point. Game Effects > Actor Effects. Radiation(Number): Penalty for each level of radiation. Starvation(Number): Penalty for each level of hunger. SleepDeprivations(Number): Penalty for each level of lack of sleep. Dehydration(Number): Penalty for each level of dehydration. Maybe check the current mod out for this. It works quite well already. The game is based off pounds, however I went through FO3 and changed it Kgs for myself. Any other questions I can help you with mate? -
Hey I've made the mod. Check it out here.
-
Unarme/melee skill requirements
Holty07 replied to RaySiilu's topic in Fallout New Vegas's Mod Ideas
Guys I'm having trouble locating the offending perks. Can you point them out to me? Just the name is ok and I can fix them. -
Game not recognizing my perk
Holty07 replied to Geeves83's topic in Fallout New Vegas's Mod Troubleshooting
You are using the FormID not the EditorID right? ie player.addperk (FormID) -
Someone has requested this already. Please try the search. Click here for other thread.
-
GSC-Game World's textures and models are free use, so technically using these textures and models wouldn't actually be breaking any rules. Of course crediting TOXA for changing them over to .nif files would be a good idea.
-
[Scripting] : Edit iLevelsPerPerk
Holty07 replied to BEArbiter's topic in Fallout New Vegas's Discussion
He's trying to do it through scripting so that it can be tied itself to a trait... such as one those which might be picked early on. As for the question, you can't change game settings by means of scripting without aid of some sort of script extender. There isn't one currently that works with NV, so you're just going to have to wait. Ahh, yes I see after re-reading that. Whoops. As said above something like FOSE will need to be released for this script to work. -
[Scripting] : Edit iLevelsPerPerk
Holty07 replied to BEArbiter's topic in Fallout New Vegas's Discussion
Wouldn't it just be easier to do this in the GECK?