Gaming Underground Network

Come for the Mods, Stay for the Community!
 
HomePortalLatest imagesInterviewsRegisterLog in
Search
 
 

Display results as :
 

 


Rechercher Advanced Search
Info Panel
______________
MOD MASTER THREADS:
FALLOUT
THE ELDER SCROLLS

______________


______________


GUNinsider
Fallout Miami: Mika999
Stay Connected

GUNetwork
Keywords
fett powder boba boom Ryse outlawer riot khan body evil fiend legion jedi Reforged money NPCs Doom FCOM daryl hunk marvel boomers ghoul power machine dead
Latest topics
» [FO4] Trouble porting (76) model into the game
Changing Clip Size Code Emptyby 117jlghost117 Today at 1:27 am

» Hello folks
Changing Clip Size Code Emptyby frost1799 Mon Mar 20, 2023 5:24 pm

» Hello There.
Changing Clip Size Code Emptyby RossiRoo54 Mon Mar 13, 2023 11:46 pm

» Not new here
Changing Clip Size Code Emptyby CrossDressiNate Mon Mar 13, 2023 10:11 pm

» XHX Discord server.
Changing Clip Size Code Emptyby Bladek Sun Mar 05, 2023 9:33 pm

» Fallout Screenshots XIV
Changing Clip Size Code Emptyby ATAMAHbI4 Fri Mar 03, 2023 6:29 pm

» A problem with Drag's NPC Overhaul (Poor Pete!)
Changing Clip Size Code Emptyby Alibiswk Fri Mar 03, 2023 1:45 am

» Here Are Some Of The Best Mods From GunNetwork
Changing Clip Size Code Emptyby BERSERKER777 Mon Feb 27, 2023 8:56 pm

» Favorite energy weapon?
Changing Clip Size Code Emptyby Spywagen Sun Feb 26, 2023 3:12 pm

» Hello all, FNV player here
Changing Clip Size Code Emptyby Drizzt Thu Feb 23, 2023 6:05 pm

» FNV: Cass Companion protocol bugged
Changing Clip Size Code Emptyby Acies Thu Feb 16, 2023 11:04 pm

» Greetings!
Changing Clip Size Code Emptyby S979 Tue Feb 14, 2023 7:32 pm

» Hello there FNV fans : )
Changing Clip Size Code Emptyby roystax Sat Feb 11, 2023 8:53 pm

» Opinions on Honest Hearts
Changing Clip Size Code Emptyby YeezusJeezus Sat Feb 11, 2023 12:11 am

» Any websites for FNV Outfit mods.
Changing Clip Size Code Emptyby Coop257 Thu Feb 09, 2023 11:58 am

» (FNV) Need mod suggestions for a biker character
Changing Clip Size Code Emptyby Coop257 Thu Feb 09, 2023 11:56 am

» Looking for an alternative to Nexus
Changing Clip Size Code Emptyby Coop257 Thu Feb 09, 2023 11:51 am

» Best FNV mod of all time?
Changing Clip Size Code Emptyby Coop257 Thu Feb 09, 2023 11:47 am

» Hello Gunetwork society!
Changing Clip Size Code Emptyby Coop257 Wed Feb 08, 2023 8:39 am

» [FO4] General 76 discussion/76 general port request
Changing Clip Size Code Emptyby FireFly500 Wed Feb 08, 2023 3:47 am

March 2023
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarCalendar
_
March 2023
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarCalendar

Share
 

 Changing Clip Size Code

View previous topic View next topic Go down 
AuthorMessage
Gray Wolf

Gray Wolf

Posts : 23
Join date : 2015-01-16
Location : USA

Changing Clip Size Code Empty
PostSubject: Changing Clip Size Code   Changing Clip Size Code EmptySat Jul 04, 2015 11:24 pm

I've looked but can't find anything anywhere, and from the research I've done, I don't know how to implement the code I do know. I want to make a custom ammolist (easy), where if one type of ammo is chosen, there will be a clip size of ten, whereas if another type is chosen, the projectile, damage, sound, and clip size is changed. Anyone have any ideas on this? Thanks.
Back to top Go down
Guest
Guest
avatar


Changing Clip Size Code Empty
PostSubject: Re: Changing Clip Size Code   Changing Clip Size Code EmptySun Jul 05, 2015 12:47 am

Assuming you mean multiple variations of the same weapon (your post is somewhat vague in that regard) that each fire different kinds of projectiles, its fairly easy to do.

Using a 10mm pistol as an example, you would need to create:

10mm Pistol 'Master' weapon (this is the item you'd loot and select in your inventory)
10mmPistolSA (standard ammo)
10mmPistolIA (incendiary ammo)
10mmPistolEA (explosive ammo)

You would script the Master weapon so that selecting/equipping it brings up a list, allowing you to choose which version of the 10mm Pistol you want to use. Choosing one of the ammo types adds that weapon to your inventory with the player.additem command.

And because each 'ammo type' is actually a standalone weapon in the GECK/plugin, you could make those weapons as distinct as you want.  Model/texture, projectile type, ammo capacity, etc.
Back to top Go down
Gray Wolf

Gray Wolf

Posts : 23
Join date : 2015-01-16
Location : USA

Changing Clip Size Code Empty
PostSubject: Re: Changing Clip Size Code   Changing Clip Size Code EmptySun Jul 05, 2015 10:08 pm

Hey Tes. Nice avatar too! Ha ha!

Thanks for the response. Sorry for the lack of detail at the time. It was really late and I was about to pass out. What I am working on is a pistol with an underbarrel shotgun. By pressing UP on the D-Pad (or 2 if using a keyboard), one can switch the type of ammo they are using for a gun. I have that part figured out, so that the ammo available is either 10mm or 12ga.

Now, using the script functions "GetWeaponAmmo", "GetWeaponAmmoUse", "GetWeaponClipRounds", and/or "SetWeaponClipRounds", I'd like to make it so that when using the 10mm ammo, the clip size is 15, but when using the 12ga shells, it's only 1. I've never used those functions before, and haven't been able to find an example of how they are used. Hope that helps.


EDIT:

Ok, so I figured it out finally in order to be more productive. However, I'm still having trouble with the code (see below). When on the default ammo (9mm), I start with 10 rounds in a ten round magazine. I'll fire three shots, leaving me with 7 rounds left in the magazine. I switch to the shotgun ammo and the magazine capacity changes to 1. I fire one shot and then reload. Then I'll switch back to the 9mm ammo, and the magazine capacity changes back to 10. So far so good.

Now, when I switch back to the 9mm ammo, there is only one round in the magazine from when it was using the shotgun ammo. I have to reload like normal in order to refill the magazine. What is supposed to happen is that after the magazine capacity changes back to 10, the magazine should be reloaded back to the 7 rounds that were left over from before switching to the shotgun shells. This is the last part of this stage in the mod before I move on to changing other values (damage done, projectile used, firing sound, etc.) the same way.

Code:

scn GunScript

ref Gun
ref GunAmmoType

int CurrentAmmoLevel
int NewAmmoLevel

Begin GameMode

let Gun := Player.GetEquippedObject 5
let GunAmmoType := GetPlayerCurrentAmmo

set NewAmmoLevel to 1

if Gun == DoublePistol
   
   if GunAmmoType == Ammo9mm
      SetWeaponClipRounds 10 DoublePistol      ;Set Magazine Capacity to 10.
      
      if NewAmmoLevel == 0
         SetPlayerCurrentAmmoRounds CurrentAmmoLevel   ;Set Ammo Level to CurrentAmmoLevel.
         set NewAmmoLevel to 1
      EndIf

      set CurrentAmmoLevel to GetPlayerCurrentAmmoRounds   ;Set CurrentAmmoLevel to current ammo level.
   
   else
      SetWeaponClipRounds 1 DoublePistol      ;Set Magazine Capacity to 1.
      set NewAmmoLevel to 0
   EndIf

EndIf
   


END
Back to top Go down
Sponsored content




Changing Clip Size Code Empty
PostSubject: Re: Changing Clip Size Code   Changing Clip Size Code Empty

Back to top Go down
 

Changing Clip Size Code

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» Changing the load order.
» [FO4] Wrist size being enlarged
» Changing the Animation of a Weapon
» What do you use to reduce load order size?
» FO4 Changing a weapon into a Flamethrower

Permissions in this forum:You cannot reply to topics in this forum
Gaming Underground Network :: Fallout :: Troubleshooting-