All Projects → Demorome → Showoff-NVSE

Demorome / Showoff-NVSE

Licence: other
An NVSE plugin that adds functions and some engine-level tweaks.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to Showoff-NVSE

HeroesOfTheStorm TryMode2.0
A modified Try Mode Map for Heroes of the Storm to create a better experience with enhanced functionalities.
Stars: ✭ 18 (-43.75%)
Mutual labels:  modding, mod
Open-Terraria-API
Open Terraria API - Mac, Linux & Windows
Stars: ✭ 65 (+103.13%)
Mutual labels:  modding, mod
VRCMods
⚙️ New features & quality of life improvements for VRChat
Stars: ✭ 21 (-34.37%)
Mutual labels:  modding, mod
ME3ModManager
Legacy mod manager for Mass Effect 3 (superceded by ME3Tweaks Mod Manager)
Stars: ✭ 17 (-46.87%)
Mutual labels:  modding, mod
Resource-Pack
The official repository for Faithful 32x for Minecraft: Dungeons
Stars: ✭ 16 (-50%)
Mutual labels:  modding, mod
gdmod
A mod loader and modding API for GDevelop games.
Stars: ✭ 15 (-53.12%)
Mutual labels:  modding, mod
EvenMoreModifiers
A mod for Terraria that adds a system for Modifiers that can apply to items giving various bonuses
Stars: ✭ 21 (-34.37%)
Mutual labels:  modding, mod
Anno1800 Mod Loader
The one and only mod loader for Anno 1800, supports loading of unpacked RDA files, XML merging and Python mods.
Stars: ✭ 161 (+403.13%)
Mutual labels:  modding, mod
pip boy ok 200
Pip-Boy OK-200 is a personal project aiming at reproducing the Pip-Boy from the video game Fallout 4 in a web browser, while making it the support of my curriculum vitae.
Stars: ✭ 37 (+15.63%)
Mutual labels:  fallout, fallout-new-vegas
ME3TweaksModManager
Mod Manager for Mass Effect Original Trilogy and Mass Effect Legendary Edition
Stars: ✭ 83 (+159.38%)
Mutual labels:  modding, mod
PMMasterQuest
Take Paper Mario 64, buff old and new enemies to absurd levels, then rebalance Mario's overpowered strategies, and you've got one of the most difficult hacks of all time: Paper Mario Master Quest. The Discord:
Stars: ✭ 58 (+81.25%)
Mutual labels:  modding, mod
EMF
Extended Mechanics & Flavor
Stars: ✭ 33 (+3.13%)
Mutual labels:  modding, mod
among-us-replay-mod
Replay mod for Among Us
Stars: ✭ 48 (+50%)
Mutual labels:  modding, mod
paintjob-packer
Lightweight mod making tool for ETS 2 and ATS
Stars: ✭ 28 (-12.5%)
Mutual labels:  modding, mod
NeosModLoader
A mod loader for Neos VR
Stars: ✭ 58 (+81.25%)
Mutual labels:  modding, mod
morrowind-sharp
A Morrowind modding guide. New and experienced players welcomed.
Stars: ✭ 107 (+234.38%)
Mutual labels:  modding, mod
Qmodmanager
Config based patch management for Subnautica and Subnautica: Below Zero
Stars: ✭ 78 (+143.75%)
Mutual labels:  modding, mod
Nyan
Modding API with a typesafe hierarchical key-value database with inheritance and dynamic patching 😺
Stars: ✭ 141 (+340.63%)
Mutual labels:  modding, mod
ModdingDiablo2Resurrected
This repository contains some tools and guides on modding Diablo 2 Resurrected.
Stars: ✭ 75 (+134.38%)
Mutual labels:  modding, mod
bsa
C++ library for working with the Bethesda archive file format
Stars: ✭ 17 (-46.87%)
Mutual labels:  fallout, fallout-new-vegas

Showoff-NVSE

An NVSE plugin which adds new functions, as well as some engine-level tweaks.
For heathens who have forsaken the Vanilla-Style way.

Documentation is available here, on GeckWiki.com.

Releases are published here, on Github.
(Used to be on Nexus, recently changed)

If you wish to leave a comment, I (Demorome) will occasionally check the comment section here, on Nexus.
You may also contact me directly on Discord. Username: Demorome#2870

Requirements

Requires xNVSE v6.2.6 or greater: https://github.com/xNVSE/NVSE/releases.

Installation

ShowOffNVSE.dll and ShowOffNVSE.ini must end up under Fallout New Vegas/Data/nvse/plugins/.. (in the plugins folder).

Installing the primary .zip file from a mod manager should also work. ShowOffNVSE_INI.zip need only be installed once; new INI options are automatically added to the file.

Bug Fixes

-Prevent ShowRaceMenu from resetting Ability and temporary Actor Effects.

INI Options

Subjective Bug Fixes

  • ResetInterior Resets Actors

      The ResetInterior script function will now resurrect actors, as they would be if the cell was reset by waiting long enough.
      This renders it functionally identical to the ResetInteriorAlt function.
    

Gameplay Tweaks

  • Use Gamesettings For Fist Fatigue Damage

      Instead of multiplying the hit damage by 0.5 to get the fist fatigue damage, the formula is now:
      fistFatigueDmg = fHandFatigueDamageBase + (fHandFatigueDamageMult * regularDmg)
    
  • Creatures Deal Melee Fatigue Damage

      Lets creatures deal fatigue damage from melee attacks. The formula is:
      meleeFatigueDmg = fHandFatigueDamageBase + (fHandFatigueDamageMult * regularDmg)
    
  • Unarmed Weapons Deal Fatigue Damage

      Lets unarmed weapons deal fatigue damage, except for those with the 'Spin' animation type. The formula is:
      fatigueDmg = fFatigueAttackWeaponBase + (fFatigueAttackWeaponMult * regularDmg)
    
  • No Self-Repairing Broken Items

      If enabled, broken items (0% condition) cannot be repaired in the pipboy repair menu. This encourages more attentive maintenance.
    
  • No Vendor Repairing Broken Items

      If enabled, broken items (0% condition) cannot be repaired in the vendor repair menu. This encourages more attentive maintenance.
    

Questions-&-Answers

This is a series of questions that generally get asked on pages for other NVSE plugins.

Q. Does this mod replace JIP LN NVSE Plugin, JohnnyGuitar NVSE, and SUP NVSE?
A. No, ShowOff does not replace those plugins. It is meant to be installed and used alongside them.

Q. Will you support NVSE 5.1.4?
A. No. Due to features in xNVSE that this plugins need, it is not feasible to support legacy versions of NVSE.

If you have anymore questions, feel free to join us on the xNVSE community Discord server.

Permissions

All releases are free to be used by anyone.
As for redistribution or taking code from this plugin for your own use...

Keep in mind that much of the ShowOff NVSE code is taken from others .
I (Demorome) try to make it clear from where such code came from.
If you want to use code I took from someone else, you should ask the original creator for permission.
Besides that, you may use any of my code anywhere without asking for my permission, so long as you credit me.

Credits

Kormakur, lStewieAl, c6, Luthien, TommInfinite, Jazzisparis, karut - for their invaluable help and the code I stole off all of them.

Code has been taken from the following plugins:

This plugin wouldn't be possible without everyone who contributed to (x)NVSE, and who made the example plugin.

AVeryUncreativeUsername / Trooper - for showing off his abilities, coming up with the name, banner, and various functions. Also for documenting some of the functions.

anhatthezoo - For contributing the CreateFolder function.

CivisRomanus - For coming up with the the phrases which inspired this mod's name.

Anro - motivating me to push this thing out.

Kormakur (again) - The single best thing to happen to New Vegas scripting.

External libraries used:

Code taken from:

See Also

Crash Logger - if you're getting crashes with a DLL, this is the best thing to report issues to the author.

Geck Extender - essential utility for anyone working with the GECK, many bugfixes and new features

JIP LN NVSE - extends scripting capabilities far beyond limits of the vanilla game.

Johnny Guitar NVSE - same as the above, but with more PLAY THE GUITAR, PLAY IT AGAIN, MY JOHNNYYYYYYYYYYYY.

SUP NVSE - It's the same deal as the JIP and Johnny. More functions!

Hot Reload - lets you use external editors for scripting and reload scripts without restarting the game, a must-have for any scripter.

Improved Console - quite useful for quickly testing functions in console.

lStewieAl's Tweaks - fixes numerous engine bugs and provides many configurable new features and tweaks to the game.

Viva New Vegas - a great introductory guide for modding New Vegas which brought me back to this game.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].