I thought it was only the Aug A3. F! Is there a way that we can change the sound of the guns with entities.blk to some other working ones. It is still better to have sounds even if they are not the original
Is there a way that we can change the sound of the guns with entities.blk to some other working ones.
Of course there is. You just need to replace the sound paths to another one. Sounds are IIRC defined in the gun’s root entity. What i mean are gun entities without any postfix like _gun or gun_item.
I see, for example, if i want to change the m4_gun sound, then i would modify the correct sound path (i will figure that out on my own hopefully) in m4? (Maybe its a good idea to check the _use tags in the mod editor by putting the mouse on the name of the entity in the edit menu)
Let’s look at an example:
m1903_springfield_air_service_gun{
_use:t="equipable_gun"
_use:t="rifle_ww2_preset"
_use:t="m1903_springfield_air_service"
_use:t="rifle_muzzle_preset"
_use:t="hit_effect_group_12_14mm"
_use:t="rifle_gun_aim_sound"
gun_shell_ejection__timeMult:r=0.37
gun__length:r=0.4
gun__recoilAmount:r=0.155
gun__recoilDirAmount:r=0.8
gun__recoilDir:r=0.1
gun__visualRecoilMult:r=1.0
gun__recoilControlMult:r=0.0
gun__recoilOffsMult:r=1.0
gun_attach__slot:t="weapon"
gun__adsSpeedMult:r=0.84
meleeSoundType:t="rifle"
gun_anim_var__fpsGunOffsetAlong:r=0.06
gun_anim_var__fpsGunOffsetAcross:r=0.025
gun_anim_var__fpsGunOffsetUp:r=0.075
gun_reload_state__prepareTime:r=1.0
gun_reload_state__bulletSingleTime:r=0.8
gun_reload_state__bulletMultipleTime:r=1.2
gun_reload_state__bulletMultipleCount:i=5
gun_reload_state__postTime:r=1.5
"multiStateReloadSystem:tag"{
}
"gun_sound__shotPath:shared:object"{
_tags:t="sound"
path:t="/weapon/rifle/m1903"
}
"sound_irqs:shared:object"{
_tags:t="sound"
"reload:object"{
path:t="/weapon/rifle/m1903_springfield_air_service/reload"
}
"reload_prepare:object"{
path:t="/weapon/rifle/m1903_springfield_air_service/reload_prepare"
}
"reload_loop_single:object"{
path:t="/weapon/rifle/m1903_springfield_air_service/reload_loop_single"
}
"reload_loop_multiple:object"{
path:t="/weapon/rifle/m1903_springfield_air_service/reload_loop_multiple"
}
"reload_post:object"{
path:t="/weapon/rifle/m1903_springfield_air_service/reload_post"
}
"boltAction:object"{
path:t="/weapon/rifle/m1903_springfield_air_service/bolt_action"
}
"ammo_drop:object"{
hero:t="player/weapon/_common/clip_drop"
type:t="matUnderFeet"
}
}
"gun__mountPoints:shared:array"{
"point:object"{
type:t="rest"
recoil:r=-1.0
offset:p3=0.45, -0.005, 0.0
}
"point:object"{
type:t="rest"
recoil:r=-1.0
offset:p3=0.66, 0.005, 0.0
}
}
}
Here
"gun_sound__shotPath:shared:object"{
_tags:t="sound"
path:t="/weapon/rifle/m1903"
}
Defines the sound for the Air Service M1903. Sometimes gun sounds are defined in GUNNAME_gun entities:
stg_44_gun{
_use:t="equipable_gun"
_use:t="stg_ww2_preset"
_use:t="stg_44"
_use:t="assault_rifle_rapid_muzzle_preset"
_use:t="hit_effect_group_12_14mm"
_use:t="gun_switch_firing_mode_sound"
_use:t="rifle_gun_aim_sound"
gun__length:r=0.4
gun__recoilAmount:r=0.049
gun__recoilDirAmount:r=0.8
gun__recoilDir:r=0.3
gun__visualRecoilMult:r=1.3
meleeSoundType:t="mgun"
gun__recoilControlMult:r=0.3
gun__recoilOffsMult:r=0.3
gun__rotationSpringMult:p3=0.75, 0.9, 0.9
gun_anim_var__fpsGunOffsetAlong:r=0.13
gun_anim_var__fpsGunOffsetAcross:r=0.025
gun_anim_var__fpsGunOffsetUp:r=0.025
gun__saveAmmoInChamberOnReload:b=yes
_group{
_tags:t="sound"
gun_sound__forceOneshot:b=yes
}
"gun_sound__shotPath:shared:object"{
_tags:t="sound"
path:t="/weapon/mgun/stg_44"
}
"sound_irqs:shared:object"{
_tags:t="sound"
"reload1:object"{
path:t="/weapon/mgun/stg_44/reload1/change_ammo"
}
"reload2:object"{
path:t="/weapon/mgun/stg_44/reload2/change_ammo"
}
"reload3:object"{
path:t="/weapon/mgun/stg_44/reload3/change_ammo"
}
"reload4:object"{
path:t="/weapon/mgun/stg_44/reload4/change_ammo"
}
}
"gun__mountPoints:shared:array"{
"point:object"{
type:t="rest"
recoil:r=-1.0
offset:p3=0.49, 0.02, 0.0
}
"point:object"{
type:t="rest"
recoil:r=-1.0
offset:p3=0.25, -0.195, 0.0
}
}
}
You will have to take a path from one gun and paste in to another one.
Don’t forget the overrides.
Yep thats what i was thinking to try. I have a few replacement gun shot sounds for the modern weapons in mind.
But how about the reload sound, they are also broken. I guess it is also tackling with more sound paths.
You have already shown me that those can be done with your Ray Gun MK96 so I just need to think of the best replacement sounds
Hello. How did you make the invisible wall?
Thanks for the answer
Yes, I want to ask, while playing your mod I noticed a problem when you are in the canyon there is no box with cartridges or I didn’t find it :)) and you have to run back across the bridge and there are already zombies on both sides and a cartridge just to shoot yourself, in general, an ass goes, I suggest putting a box if it really isn’t there. So thoughts out loud :))))))))
Box cartridges? You mean ammo box? There is an ammo box in the canyon village, at spawn, and at PaP box.
And if you don’t mind, can you share the characters? They’re great. I’m talking about custom profile, I’m wondering how to make similar ones
Ask @ErikaKalkbrenner, i didn’t make the characters.
You can make more unique characters by applying different textures. These can be anything, from vehicle camo textures, to terrain textures.
But is it possible to do this? And if possible, how?
If you want to know about custom profile, i can provide the one for my map as a sample (you can copy directly too since it is shared as open-sourced material by me)
https://sandbox.enlisted.net/post/QnDgaK4E7O5QKAxD/
You can find the google drive link in the description with the link above. It is the .json file in the Gavutu Zombies: Timeline Disorder folder you are looking for. (You can also download all other files for testing and learning)
To open and edit it, you can use notepad.exe (Windows default app, no need to install) or use NotePad++ (recommended choice, help to keep you sanity intact while editing)
(Sorry for advertising in your forum page, Bazsi37)
(Sorry for advertising in your forum page, Bazsi37)
Pff please, you’re sharing knowledge.
sorry, i won’t share the codes of my characters.
because it’s all i have and can do around the forum.
i like mods to be unique by creating my own characters.
but, i can sort of share the way on how to ““retexture”” clothing.
first, you’ll need a comprehensive understanding of entities.blk in genral, what it is, how does it work and what can it do.
then, to retexture things;
( just as an example )
us_brown_coat_scarf{
_use:t="attachable_wear_usa_wool_greatcoat_item"
"animchar__objTexReplace:object"{
"wool_greatcoat_tex_d*":t="ussr_camo_bottom_red*"
}
}
what i effectively did, is taking an item, and change it it’s textures.
Name_of_your_item{ // you can name it everything that you want. just make sure to remember it. and capitals letters will matter. so i reccomend avoid using capital letters.
_use:t="name_of_the_item" // you can find this name in the entity name. but usually, it's the name given to the item in question. as they come in the entity name
"animchar__objTexReplace:object"{
"texture_name_that_the_item_comes_with*":t="name_of_the_texture_that_you_want_to_apply*"
}
}
if you want to get the names on a more faster way and see all items in the game, here is my list. which will be updated within every update:
second, if you want to get textures… it’s tricky.
you can find various grp in your game folder.
usually, the item in question ( for example, if you want to change the texture, you’ll have to find the texture name. just type keywords of the item name, and it should appear. you open them, and usually, you want to find the (texture_name[…]_d* / _d$sh these two are the ones you want to look for. )
and getting new textures, you may want to use this:
or, find for textures in the base files.
with that being said, best of luck.
it’s a time consuming process.
@ArtuaDG
This datamine of enlisted uploaded by @Bazsi37 will also come in handy too. Make sure you download it in 7 days before the latest file gets removed for inactivity
Also ArtualDG you can come to my forum page (id:142288) to ask questions about modding if you want
Yes, notepad++ helps a lot, I’ve been doing missions myself for about six months and I have my own profiles, I was wondering exactly how to make such unique clothes. I will try and learn
Thank you so much, you can answer this question?