Modme Forums

Elemental Bows

Game Asset Reversing | Releases


Spiki:

Elemental Bows from Der Eisendrache
Mostly dumped with Scobalula's Hydra but also did some manual work. Mostly sound.
Also I noted the bow mod on the workshop has missing sounds

















Instructions:

mapname.szc:

{
"Type" : "ALIAS",
"Name" : "elemental_bow_new",
"Filename" : "elemental_bow_new.csv",
"Specs" : [ ]
},

mapname.zone:
include,elemental_bow_new

GSC and CSC:
#using scripts\zm\_zm_weap_elemental_bow;
#using scripts\zm\_zm_weap_elemental_bow_demongate;
#using scripts\zm\_zm_weap_elemental_bow_rune_prison;
#using scripts\zm\_zm_weap_elemental_bow_storm;
#using scripts\zm\_zm_weap_elemental_bow_wolf_howl;

#using scripts\zm\_zm_ai_mechz;
#using scripts\zm\_zm_elemental_zombies;
#using scripts\shared\ai\mechz;


If you had my previous bows (Call of Duty Black Ops III\model_export\bows), delete the bows folder
If you have Madgaz's model pack you don't need model_export\bows\elemental_bow_models.gdt

L3akmod is required!
REQUIRES Harry's FX pack. Install FX in this pack AFTER Harry's


Console:
[TABLE]
[TR]
[TD]Bow[/TD]
[TD]/give[/TD]
[/TR]
[TR]
[TD]Default[/TD]
[TD]elemental_bow[/TD]
[/TR]
[TR]
[TD]Storm[/TD]
[TD]elemental_bow_storm[/TD]
[/TR]
[TR]
[TD]Wolf[/TD]
[TD]elemental_bow_wolf_howl[/TD]
[/TR]
[TR]
[TD]Magma[/TD]
[TD]elemental_bow_rune_prison[/TD]
[/TR]
[TR]
[TD]Void[/TD]
[TD]elemental_bow_demongate[/TD]
[/TR]
[/TABLE]


NO BOX MAPS FFS
Download link:
V1.0
V1.1 <-- this one


ModmeBot:

Reply By: Abnormal202
Can't to wait to paint some sick flames on these bows.

Maybe I'll even attach a spoiler


ModmeBot:

Reply By: gorodkroviguy
Some Extra jelly rate here


ModmeBot:

Reply By: TCM

mathfag
Elemental Bows Pack contains: Wrath of the Ancients Storm bow Wolf bow Magma bow Void bow Dragon Bow quest as seen on my map "Chernobyl" Credits: Models/Maya work: ArtleckEverything else: SomeDudesFatMom a.k.a. MathfagBeta testing:-Phane-TrueGamerCalls Discalimers: Since it would make the filesize too big, I have not included the voxs for the bow/dragon. You can aquire these sounds from Der Eisendrache of my map. They are not needed for the bows to function. They just make them cooler. The dragon and Bow quest script were added as a bonus so no support is given for them on this thread although prefabs, instructions and instructions to remove them are included in the pack. If you don't do radiant work, nothing will happen. Bottom line: don't ask about them on this thread. Download: [Spoilers] Show / Hide You can use these on the condition that you don't chop-top the bow like one of those beaners, don't paint any idiotic flames on it like some white trash hillbilly, and don't put a big, gay spoiler on the rear end like you see on all the other zipperheads' bows. It just looks like hell. If you can refrain from doing any of that... it's yours." Forgot the prefabs: Known bugs: -//


What is the link to your map as well as how would we go about ripping what is needed?

ModmeBot:

Reply By: TCM

mathfag
Elemental Bows Pack contains: Wrath of the Ancients Storm bow Wolf bow Magma bow Void bow Dragon Bow quest as seen on my map "Chernobyl" Credits: Models/Maya work: ArtleckEverything else: SomeDudesFatMom a.k.a. MathfagBeta testing:-Phane-TrueGamerCalls Discalimers: Since it would make the filesize too big, I have not included the voxs for the bow/dragon. You can aquire these sounds from Der Eisendrache of my map. They are not needed for the bows to function. They just make them cooler. The dragon and Bow quest script were added as a bonus so no support is given for them on this thread although prefabs, instructions and instructions to remove them are included in the pack. If you don't do radiant work, nothing will happen. Bottom line: don't ask about them on this thread. Download: [Spoilers] Show / Hide You can use these on the condition that you don't chop-top the bow like one of those beaners, don't paint any idiotic flames on it like some white trash hillbilly, and don't put a big, gay spoiler on the rear end like you see on all the other zipperheads' bows. It just looks like hell. If you can refrain from doing any of that... it's yours." Forgot the prefabs: Known bugs: -//


Seems as though adding this and setting it up exactly as you said broke the compilation process.

For one error is

[L3akMod (D3V)] Error: Could not find ui/uieditor/menus/hud/t7hud_zm_custom.lua

ModmeBot:

Reply By: D-2-K
have u even installed LUI/lua located here


ModmeBot:

Reply By: TCM

D-2-K
have u even installed lua


Yep I use it for Harry's addons.

ModmeBot:

Reply By: TCM

D-2-K
have u even installed lua


But as you can see thats not even the error, its trying to find a file. Also in the installation guild you put this

mapname.gsc/.csc:
#using scripts\zm\_zm_weap_elemental_bow;


When you have the files in the directory of

scripts\zm\bow\_zm_weap_elemental_bow;

ModmeBot:

Reply By: TCM


I found where that was being called commented it out to see and it looks as if he didn't include a whole folder of stuff from

ui/uieditor/widgets/


ModmeBot:

Reply By: D-2-K
TCM
D-2-K have u even installed lua But as you can see thats not even the error, its trying to find a file. Also in the installation guild you put this mapname.gsc/.csc: #using scripts\zm\_zm_weap_elemental_bow; When you have the files in the directory of scripts\zm\bow\_zm_weap_elemental_bow;

Check the file location for that as it should be t7hud_zm_custom.luac not .lua so it would most likely be that something in the bow scripts is looking for the older version of harrys file which was originaly a .lua but has been changed so if you're using harry's latest files yours should be t7hud_zm_custom.luac and somethings looking for the older version named t7hud_zm_custom.lua


ModmeBot:

Reply By: TCM

D-2-K
TCM D-2-K have u even installed lua But as you can see thats not even the error, its trying to find a file. Also in the installation guild you put this mapname.gsc/.csc: #using scripts\zm\_zm_weap_elemental_bow; When you have the files in the directory of scripts\zm\bow\_zm_weap_elemental_bow; Check the file location for that as it should be t7hud_zm_custom.luac not .lua so it would most likely be that something in the bow scripts is looking for the older version of harrys file which was originaly a .lua but has been changed so if you're using harry's latest files yours should be t7hud_zm_custom.luac and somethings looking for the older version named t7hud_zm_custom.lua


Look at what I said above it seems as though some files with release where left out, and I use the modified DLL for harry's stuff, He doesn't actually use that file for any of his things. Its something missing with the release.

Yeah then when starting if I comment those lines out it gives error linking mapname, It breaks the map completely.

ModmeBot:

Reply By: D-2-K

TCM
D-2-K TCM D-2-K have u even installed lua But as you can see thats not even the error, its trying to find a file. Also in the installation guild you put this mapname.gsc/.csc: #using scripts\zm\_zm_weap_elemental_bow; When you have the files in the directory of scripts\zm\bow\_zm_weap_elemental_bow; Check the file location for that as it should be t7hud_zm_custom.luac not .lua so it would most likely be that something in the bow scripts is looking for the older version of harrys file which was originaly a .lua but has been changed so if you're using harry's latest files yours should be t7hud_zm_custom.luac and somethings looking for the older version named t7hud_zm_custom.lua Look at what I said above it seems as though some files with release where left out, and I use the modified DLL for harry's stuff, He doesn't actually use that file for any of his things. Its something missing with the release. Yeah then when starting if I comment those lines out it gives error linking mapname, It breaks the map completely.


the file is not in widgets

its here F:\SteamLibrary\steamapps\common\Call of Duty Black Ops III\share\raw\ui\uieditor\menus\hud yours should be called t7hud_zm_custom.luac and its looking for


ui/uieditor/menus/hud/t7hud_zm_custom.lua

ModmeBot:

Reply By: TCM

D-2-K
TCM D-2-K TCM D-2-K have u even installed lua But as you can see thats not even the error, its trying to find a file. Also in the installation guild you put this mapname.gsc/.csc: #using scripts\zm\_zm_weap_elemental_bow; When you have the files in the directory of scripts\zm\bow\_zm_weap_elemental_bow; Check the file location for that as it should be t7hud_zm_custom.luac not .lua so it would most likely be that something in the bow scripts is looking for the older version of harrys file which was originaly a .lua but has been changed so if you're using harry's latest files yours should be t7hud_zm_custom.luac and somethings looking for the older version named t7hud_zm_custom.lua Look at what I said above it seems as though some files with release where left out, and I use the modified DLL for harry's stuff, He doesn't actually use that file for any of his things. Its something missing with the release. Yeah then when starting if I comment those lines out it gives error linking mapname, It breaks the map completely. the file is not in widgets its here F:\SteamLibrary\steamapps\common\Call of Duty Black Ops III\share\raw\ui\uieditor\menus\hud yours should be called t7hud_zm_custom.luac and its looking for ui/uieditor/menus/hud/t7hud_zm_custom.lua


Yes I understand that but he also references more files which are not there as well such as these

rawfile,ui/uieditor/widgets/zminventory/BowStormWidget.lua
rawfile,ui/uieditor/widgets/zminventory/BowWolfWidget.lua
rawfile,ui/uieditor/widgets/zminventory/BowMagmaWidget.lua
rawfile,ui/uieditor/widgets/zminventory/BowVoidWidget.lua

ModmeBot:

Reply By: D-2-K

TCM
D-2-K TCM D-2-K TCM D-2-K have u even installed lua But as you can see thats not even the error, its trying to find a file. Also in the installation guild you put this mapname.gsc/.csc: #using scripts\zm\_zm_weap_elemental_bow; When you have the files in the directory of scripts\zm\bow\_zm_weap_elemental_bow; Check the file location for that as it should be t7hud_zm_custom.luac not .lua so it would most likely be that something in the bow scripts is looking for the older version of harrys file which was originaly a .lua but has been changed so if you're using harry's latest files yours should be t7hud_zm_custom.luac and somethings looking for the older version named t7hud_zm_custom.lua Look at what I said above it seems as though some files with release where left out, and I use the modified DLL for harry's stuff, He doesn't actually use that file for any of his things. Its something missing with the release. Yeah then when starting if I comment those lines out it gives error linking mapname, It breaks the map completely. the file is not in widgets its here F:\SteamLibrary\steamapps\common\Call of Duty Black Ops III\share\raw\ui\uieditor\menus\hud yours should be called t7hud_zm_custom.luac and its looking for ui/uieditor/menus/hud/t7hud_zm_custom.lua Yes I understand that but he also references more files which are not there as well such as these rawfile,ui/uieditor/widgets/zminventory/BowStormWidget.lua rawfile,ui/uieditor/widgets/zminventory/BowWolfWidget.lua rawfile,ui/uieditor/widgets/zminventory/BowMagmaWidget.lua rawfile,ui/uieditor/widgets/zminventory/BowVoidWidget.lua

well those are on him if there missing im just pointing out your original error that somethings looking for the older version of harry's file that is no longer a lua its now luac



Edit: and you are correct i dont see any ui folder in the download had to check ;)

ModmeBot:

Reply By: TCM

D-2-K
TCM D-2-K TCM D-2-K TCM D-2-K have u even installed lua But as you can see thats not even the error, its trying to find a file. Also in the installation guild you put this mapname.gsc/.csc: #using scripts\zm\_zm_weap_elemental_bow; When you have the files in the directory of scripts\zm\bow\_zm_weap_elemental_bow; Check the file location for that as it should be t7hud_zm_custom.luac not .lua so it would most likely be that something in the bow scripts is looking for the older version of harrys file which was originaly a .lua but has been changed so if you're using harry's latest files yours should be t7hud_zm_custom.luac and somethings looking for the older version named t7hud_zm_custom.lua Look at what I said above it seems as though some files with release where left out, and I use the modified DLL for harry's stuff, He doesn't actually use that file for any of his things. Its something missing with the release. Yeah then when starting if I comment those lines out it gives error linking mapname, It breaks the map completely. the file is not in widgets its here F:\SteamLibrary\steamapps\common\Call of Duty Black Ops III\share\raw\ui\uieditor\menus\hud yours should be called t7hud_zm_custom.luac and its looking for ui/uieditor/menus/hud/t7hud_zm_custom.lua Yes I understand that but he also references more files which are not there as well such as these rawfile,ui/uieditor/widgets/zminventory/BowStormWidget.lua rawfile,ui/uieditor/widgets/zminventory/BowWolfWidget.lua rawfile,ui/uieditor/widgets/zminventory/BowMagmaWidget.lua rawfile,ui/uieditor/widgets/zminventory/BowVoidWidget.lua well those are on him if there missing im just pointing out your original error that somethings looking for the older version of harry's file that is no longer a lua its now luac



Yes I found what was looking for it, It was his script as well looking for it its right above the ones I just posted.

ModmeBot:

Reply By: D-2-K
change it to luac instead of lua let me know what happens


ModmeBot:

Reply By: TCM

D-2-K
change it to luac instead of lua let me know what happens


That is what I am saying, The addon breaks everything in the map because its looking for multiple LUA files he added so as soon as I change it sure it gets past that point, But then it just says missing the next lua file that was not included.

ModmeBot:

Reply By: D-2-K

TCM
D-2-K change it to luac instead of lua let me know what happens That is what I am saying, The addon breaks everything in the map because its looking for multiple LUA files he added so as soon as I change it sure it gets past that point, But then it just says missing the next lua file that was not included.

sound my friend good to know he'll need to add the other files and update the script or add a disclaimer to change that 1 line
thanks for the feedback though

ModmeBot:

Reply By: Harry Bo21
its only trying to include the lua files he missed in your zone

the fact they are missing wont break anything, because nothing is actually trying to "use" them



the missing lua of mine - which indeed should be .luac not .lua - "will" be breaking shit however, coz the games actually trying to "use" it


ModmeBot:

Reply By: TCM

Harry Bo21
its only trying to include the lua files he missed in your zone the fact they are missing wont break anything, because nothing is actually trying to "use" them the missing lua of mine - which indeed should be .luac not .lua - "will" be breaking shit however, coz the games actually trying to "use" it



Yeah at this point just waiting for him to get back on and see what is going on.

ModmeBot:

Reply By: Harry Bo21

TCM
Harry Bo21 its only trying to include the lua files he missed in your zone the fact they are missing wont break anything, because nothing is actually trying to "use" them the missing lua of mine - which indeed should be .luac not .lua - "will" be breaking shit however, coz the games actually trying to "use" it Yeah at this point just waiting for him to get back on and see what is going on.

i literally just told you - its not HIS files at fault, you have a mistake in MINE


[L3akMod (D3V)] Error: Could not find ui/uieditor/menus/hud/t7hud_zm_custom.lua




ModmeBot:

Reply By: TCM

Harry Bo21
TCM Harry Bo21 its only trying to include the lua files he missed in your zone the fact they are missing wont break anything, because nothing is actually trying to "use" them the missing lua of mine - which indeed should be .luac not .lua - "will" be breaking shit however, coz the games actually trying to "use" it Yeah at this point just waiting for him to get back on and see what is going on. i literally just told you - its not HIS files at fault, you have a mistake in MINE [L3akMod (D3V)] Error: Could not find ui/uieditor/menus/hud/t7hud_zm_custom.lua


Yes as I posted previously though, If I change it to load the lua like luac it goes past that and then can't find more stuff on his end, and if I comment THOSE lines out then it gives an error loading the map.

ModmeBot:

Reply By: Harry Bo21

TCM
Harry Bo21 TCM Harry Bo21 its only trying to include the lua files he missed in your zone the fact they are missing wont break anything, because nothing is actually trying to "use" them the missing lua of mine - which indeed should be .luac not .lua - "will" be breaking shit however, coz the games actually trying to "use" it Yeah at this point just waiting for him to get back on and see what is going on. i literally just told you - its not HIS files at fault, you have a mistake in MINE [L3akMod (D3V)] Error: Could not find ui/uieditor/menus/hud/t7hud_zm_custom.lua Yes as I posted previously though, If I change it to load the lua like luac it goes past that and then can't find more stuff on his end, and if I comment THOSE lines out then it gives an error loading the map.

what "error"

the other missing lua files - would not crash the map

ModmeBot:

Reply By: TCM

Harry Bo21
TCM Harry Bo21 TCM Harry Bo21 its only trying to include the lua files he missed in your zone the fact they are missing wont break anything, because nothing is actually trying to "use" them the missing lua of mine - which indeed should be .luac not .lua - "will" be breaking shit however, coz the games actually trying to "use" it Yeah at this point just waiting for him to get back on and see what is going on. i literally just told you - its not HIS files at fault, you have a mistake in MINE [L3akMod (D3V)] Error: Could not find ui/uieditor/menus/hud/t7hud_zm_custom.lua Yes as I posted previously though, If I change it to load the lua like luac it goes past that and then can't find more stuff on his end, and if I comment THOSE lines out then it gives an error loading the map. what "error" the other missing lua files - would not crash the map


It gives me an error when starting up the map saying error linking the map name.

ModmeBot:

Reply By: Harry Bo21

TCM
Harry Bo21 TCM Harry Bo21 TCM Harry Bo21 its only trying to include the lua files he missed in your zone the fact they are missing wont break anything, because nothing is actually trying to "use" them the missing lua of mine - which indeed should be .luac not .lua - "will" be breaking shit however, coz the games actually trying to "use" it Yeah at this point just waiting for him to get back on and see what is going on. i literally just told you - its not HIS files at fault, you have a mistake in MINE [L3akMod (D3V)] Error: Could not find ui/uieditor/menus/hud/t7hud_zm_custom.lua Yes as I posted previously though, If I change it to load the lua like luac it goes past that and then can't find more stuff on his end, and if I comment THOSE lines out then it gives an error loading the map. what "error" the other missing lua files - would not crash the map It gives me an error when starting up the map saying error linking the map name.

which means you have a missing gsc or csc

not a missing lua

take a picture of the error

ModmeBot:

Reply By: TCM

Harry Bo21
TCM Harry Bo21 TCM Harry Bo21 TCM Harry Bo21 its only trying to include the lua files he missed in your zone the fact they are missing wont break anything, because nothing is actually trying to "use" them the missing lua of mine - which indeed should be .luac not .lua - "will" be breaking shit however, coz the games actually trying to "use" it Yeah at this point just waiting for him to get back on and see what is going on. i literally just told you - its not HIS files at fault, you have a mistake in MINE [L3akMod (D3V)] Error: Could not find ui/uieditor/menus/hud/t7hud_zm_custom.lua Yes as I posted previously though, If I change it to load the lua like luac it goes past that and then can't find more stuff on his end, and if I comment THOSE lines out then it gives an error loading the map. what "error" the other missing lua files - would not crash the map It gives me an error when starting up the map saying error linking the map name. which means you have a missing gsc or csc not a missing lua take a picture of the error




Only get it when adding his stuff..

ModmeBot:

Reply By: TCM
then more stuff comes up such as this


ModmeBot:

Reply By: Harry Bo21
you are missing a GSC

by missing i mean youve added the using line in a gsc - but its "not" be added to your zone

abd you are missing a anim tree


ModmeBot:

Reply By: TCM

Harry Bo21
you are missing a GSC by missing i mean youve added the using line in a gsc - but its "not" be added to your zone abd you are missing a anim tree



I did exactly what he said in the readme file, Along with fixing how he messed it all kinds of up saying to include certain things when they where in different folders etc, But other then that I followed exactly as it said and it only errors when adding it how he says to.

ModmeBot:

Reply By: Harry Bo21
yes hes made mistakes too, i will list them


ModmeBot:

Reply By: Harry Bo21

#using scripts\zm\bows\DE_dragon_souls;


this line needs to be removed from _zm_weap_elemental_bow GSC & CSC

function create_client_lui( localClientNum )
{
    hud = CreateLUIMenu( localClientNum, "t7hud_zm_custom" );
    OpenLUIMenu( localClientNum, hud );
}


this entire function is unneccesary - it shouldnt be called at all



callback::on_localclient_connect( &amp;create_client_lui ); //Will run a function when a player connects..


^ comment this out of

_zm_weap_elemental_bow.csc







^ that is all thats needed to change the hud to the custom LUA instead of default

The other is completely redundant code that clearly came from ARDIVEE's now out of date hacky way to load the DE HUD. the tutorial was written before we had L3AKmod




youve also missed the point in the prefixes me and treyarch use

str_weapon


str - as in "value is a string" - youre passing a weapon...




"gamedata/weapons/zm/zm_elemental_bows.csv"


This file is missing completely




The download is only that large because youve not only included the maya files - which they have no need for - but youve also included just about every model, anim and texture "twice" ( in model_export and in xanim_export )



rawfile,ui/uieditor/menus/hud/t7hud_zm_custom.lua	
rawfile,ui/uieditor/widgets/zminventory/BowStormWidget.lua
rawfile,ui/uieditor/widgets/zminventory/BowWolfWidget.lua
rawfile,ui/uieditor/widgets/zminventory/BowMagmaWidget.lua
rawfile,ui/uieditor/widgets/zminventory/BowVoidWidget.lua


ALL of these are missing too, the top one will cause huge problems for two reasons


1 - it will conflict with mine - which he has coz of hin using my perks

2 - the file is completely missing anyway - so it will straigh up break the hud when the CSC tries to load it...


ModmeBot:

Reply By: TCM

Harry Bo21
#using scripts\zm\bows\DE_dragon_souls; this line needs to be removed from _zm_weap_elemental_bow GSC & CSC function create_client_lui( localClientNum ) { hud = CreateLUIMenu( localClientNum, "t7hud_zm_custom" ); OpenLUIMenu( localClientNum, hud ); } this entire function is unneccesary - it shouldnt be called at all callback::on_localclient_connect( &create_client_lui ); //Will run a function when a player connects.. ^ comment this out of _zm_weap_elemental_bow.csc ^ that is all thats needed to change the hud to the custom LUA instead of default The other is completely redundant code that clearly came from ARDIVEE's now out of date hacky way to load the DE HUD. the tutorial was written before we had L3AKmod



So add this

#using scripts\zm\bows\DE_dragon_souls;


Instead of the one he said to do or?

ModmeBot:

Reply By: Harry Bo21

TCM
Harry Bo21 #using scripts\zm\bows\DE_dragon_souls; this line needs to be removed from _zm_weap_elemental_bow GSC & CSC function create_client_lui( localClientNum ) { hud = CreateLUIMenu( localClientNum, "t7hud_zm_custom" ); OpenLUIMenu( localClientNum, hud ); } this entire function is unneccesary - it shouldnt be called at all callback::on_localclient_connect( &create_client_lui ); //Will run a function when a player connects.. ^ comment this out of _zm_weap_elemental_bow.csc ^ that is all thats needed to change the hud to the custom LUA instead of default The other is completely redundant code that clearly came from ARDIVEE's now out of date hacky way to load the DE HUD. the tutorial was written before we had L3AKmod So add this #using scripts\zm\bows\DE_dragon_souls; Instead of the one he said to do or?

what?

read what i said again...



ModmeBot:

Reply By: TCM

Harry Bo21
TCM Harry Bo21 #using scripts\zm\bows\DE_dragon_souls; this line needs to be removed from _zm_weap_elemental_bow GSC & CSC function create_client_lui( localClientNum ) { hud = CreateLUIMenu( localClientNum, "t7hud_zm_custom" ); OpenLUIMenu( localClientNum, hud ); } this entire function is unneccesary - it shouldnt be called at all callback::on_localclient_connect( &create_client_lui ); //Will run a function when a player connects.. ^ comment this out of _zm_weap_elemental_bow.csc ^ that is all thats needed to change the hud to the custom LUA instead of default The other is completely redundant code that clearly came from ARDIVEE's now out of date hacky way to load the DE HUD. the tutorial was written before we had L3AKmod So add this #using scripts\zm\bows\DE_dragon_souls; Instead of the one he said to do or? what? read what i said again...


Sorry I was reading fast and its late, I am compiling now to try it not entirely sure if its worked yet.

ModmeBot:

Reply By: TCM

Harry Bo21
TCM Harry Bo21 #using scripts\zm\bows\DE_dragon_souls; this line needs to be removed from _zm_weap_elemental_bow GSC & CSC function create_client_lui( localClientNum ) { hud = CreateLUIMenu( localClientNum, "t7hud_zm_custom" ); OpenLUIMenu( localClientNum, hud ); } this entire function is unneccesary - it shouldnt be called at all callback::on_localclient_connect( &create_client_lui ); //Will run a function when a player connects.. ^ comment this out of _zm_weap_elemental_bow.csc ^ that is all thats needed to change the hud to the custom LUA instead of default The other is completely redundant code that clearly came from ARDIVEE's now out of date hacky way to load the DE HUD. the tutorial was written before we had L3AKmod So add this #using scripts\zm\bows\DE_dragon_souls; Instead of the one he said to do or? what? read what i said again...



Did what was said there and still get the same link error when starting.

Yeah I was saying all those files where missing in my other post's...

ModmeBot:

Reply By: Harry Bo21

TCM
Harry Bo21 TCM Harry Bo21 #using scripts\zm\bows\DE_dragon_souls; this line needs to be removed from _zm_weap_elemental_bow GSC & CSC function create_client_lui( localClientNum ) { hud = CreateLUIMenu( localClientNum, "t7hud_zm_custom" ); OpenLUIMenu( localClientNum, hud ); } this entire function is unneccesary - it shouldnt be called at all callback::on_localclient_connect( &create_client_lui ); //Will run a function when a player connects.. ^ comment this out of _zm_weap_elemental_bow.csc ^ that is all thats needed to change the hud to the custom LUA instead of default The other is completely redundant code that clearly came from ARDIVEE's now out of date hacky way to load the DE HUD. the tutorial was written before we had L3AKmod So add this #using scripts\zm\bows\DE_dragon_souls; Instead of the one he said to do or? what? read what i said again... Did what was said there and still get the same link error when starting.



fuck knows, but i wouldnt bother trying to use this anyway


its a complete wreck and will conflict with my stuff which i know you are using anyway



he needs to fix the list of crap i put above, i havent even checked the rest of the code so dunno if theres any other issues...



the 4 that are missing - do not matter like i said


the 5th - is named the exact same as mine, so the confusion was obvious

ModmeBot:

Reply By: TCM

Harry Bo21
TCM Harry Bo21 TCM Harry Bo21 #using scripts\zm\bows\DE_dragon_souls; this line needs to be removed from _zm_weap_elemental_bow GSC & CSC function create_client_lui( localClientNum ) { hud = CreateLUIMenu( localClientNum, "t7hud_zm_custom" ); OpenLUIMenu( localClientNum, hud ); } this entire function is unneccesary - it shouldnt be called at all callback::on_localclient_connect( &create_client_lui ); //Will run a function when a player connects.. ^ comment this out of _zm_weap_elemental_bow.csc ^ that is all thats needed to change the hud to the custom LUA instead of default The other is completely redundant code that clearly came from ARDIVEE's now out of date hacky way to load the DE HUD. the tutorial was written before we had L3AKmod So add this #using scripts\zm\bows\DE_dragon_souls; Instead of the one he said to do or? what? read what i said again... Did what was said there and still get the same link error when starting. fuck knows, but i wouldnt bother trying to use this anyway its a complete wreck and will conflict with my stuff which i know you are using anyway he needs to fix the list of crap i put above, i havent even checked the rest of the code so dunno if theres any other issues... the 4 that are missing - do not matter like i said the 5th - is named the exact same as mine, so the confusion was obvious


Yeah I understand they just would have been pretty cool to have in there.

ModmeBot:

Reply By: Harry Bo21
i just checked half the other scripting and theres a metric TONN of other issues too


can be as "cool" as whatever, but using it in this state is a garunteed way to just fuck up your day


OP - you need to fix what i listed and frankly a ton more


if you checked this in developer no joke, youd pop about 100 errors



zom.health/3+500


code like this potentially actually heals the zombie and even pushes its health OVER its current max in early rounds lol


ModmeBot:

Reply By: mathfag

Harry Bo21
i just checked half the other scripting and theres a metric TONN of other issues too can be as "cool" as whatever, but using it in this state is a garunteed way to just fuck up your day OP - you need to fix what i listed and frankly a ton moreif you checked this in developer no joke, youd pop about 100 errors zom.health/3+500 code like this potentially actually heals the zombie and even pushes its health OVER its current max in early rounds lol

Note how that is in a DoDamage() function. It gets 1/3 of the zombies health, adds 500 pts and deals it to the zombie

ModmeBot:

Reply By: Harry Bo21

mathfag
Harry Bo21 i just checked half the other scripting and theres a metric TONN of other issues too can be as "cool" as whatever, but using it in this state is a garunteed way to just fuck up your day OP - you need to fix what i listed and frankly a ton moreif you checked this in developer no joke, youd pop about 100 errors zom.health/3+500 code like this potentially actually heals the zombie and even pushes its health OVER its current max in early rounds lol Note how that is in a DoDamage() function. It gets 1/3 of the zombies health, adds 500 pts and deals it to the zombie

yes

which could pass a "negative value" - thus "giving" health instead



also, this - and giving / taking score etc - especially when using multiplication and division - you MUST round it to a int


f_damage_to_apply = 3 / 2; // is 1.5 - this is bad

n_damage_to_apply = int( 3 / 2 ); // will return the rounded number, prob 3 in this case - good


your syntax is sloppy anyway in that

zom.health/3+500 // bad, its a running calculation

( ( zom.health / 3 ) + 500 ) // correct version




so the complete would be

n_damage_to_apply = int( ( zom.health / 3 ) + 500 );



also, after grabbing arrays of zombies by distance within a range - you never in any example - check is theres a obstruction between the zombie and the given origin with trace checks, so youll be hitting zombies through walls, floors etc etc etc

ModmeBot:

Reply By: TCM
The idea and concept is great, Never give up on an idea.


ModmeBot:

Reply By: TCM
Ripped the sounds from your map as you said, Still hear nothing though.


"D:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\sound\snd_convert.exe"  pc usermaps\zm_trop usermaps\zm_trop zone_source usermaps\zm_trop english zm_trop 
ERROR: D:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\share\raw\sound\aliases\elemental_bow.csv
ERROR: &#39;vox_plr_2_dragon_generic_0&#39; Line Number: 346
ERROR:  Parse error in column &#39;VolumeGroup&#39;. Value &#39;grp_voic&#39; is not valid. grp_air,grp_alerts,grp_ambience,grp_announcer,grp_bink,grp_destructible,grp_explosion,grp_foley,grp_hdrfx,grp_igc,grp_impacts,grp_lfe,grp_master,grp_menu,grp_mp_game,grp_music,grp_physics,grp_player_foley,grp_player_impacts,grp_reference,grp_scripted_moment,grp_set_piece,grp_vehicle,grp_voice,grp_weapon,grp_weapon_3p,grp_weapon_decay_3p,grp_whizby,grp_wpn_lfe.


Here is a fixed CSV file as that one had a miss-spelling as well as nearly a whole section/line missing

https://pastebin.com/6EHws5iF


ModmeBot:

Reply By: TCM

TCM
Ripped the sounds from your map as you said, Still hear nothing though. "D:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\sound\snd_convert.exe" pc usermaps\zm_trop usermaps\zm_trop zone_source usermaps\zm_trop english zm_trop ERROR: D:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\share\raw\sound\aliases\elemental_bow.csv ERROR: 'vox_plr_2_dragon_generic_0' Line Number: 346 ERROR: Parse error in column 'VolumeGroup'. Value 'grp_voic' is not valid. grp_air,grp_alerts,grp_ambience,grp_announcer,grp_bink,grp_destructible,grp_explosion,grp_foley,grp_hdrfx,grp_igc,grp_impacts,grp_lfe,grp_master,grp_menu,grp_mp_game,grp_music,grp_physics,grp_player_foley,grp_player_impacts,grp_reference,grp_scripted_moment,grp_set_piece,grp_vehicle,grp_voice,grp_weapon,grp_weapon_3p,grp_weapon_decay_3p,grp_whizby,grp_wpn_lfe. Here is a fixed CSV file as that one had a miss-spelling as well as nearly a whole section/line missing https://pastebin.com/6EHws5iF



Still even after that though, Sounds do NOT work.

EDIT: Was finally able to figure the sound issue out.


elemental_bow_rune_prison

and

elemental_bow_demongate
arrows seem to be missing textures though.

ModmeBot:

Reply By: mathfag

TCM
Ripped the sounds from your map as you said, Still hear nothing though. "D:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\sound\snd_convert.exe" pc usermaps\zm_trop usermaps\zm_trop zone_source usermaps\zm_trop english zm_trop ERROR: D:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\share\raw\sound\aliases\elemental_bow.csv ERROR: 'vox_plr_2_dragon_generic_0' Line Number: 346 ERROR: Parse error in column 'VolumeGroup'. Value 'grp_voic' is not valid. grp_air,grp_alerts,grp_ambience,grp_announcer,grp_bink,grp_destructible,grp_explosion,grp_foley,grp_hdrfx,grp_igc,grp_impacts,grp_lfe,grp_master,grp_menu,grp_mp_game,grp_music,grp_physics,grp_player_foley,grp_player_impacts,grp_reference,grp_scripted_moment,grp_set_piece,grp_vehicle,grp_voice,grp_weapon,grp_weapon_3p,grp_weapon_decay_3p,grp_whizby,grp_wpn_lfe. Here is a fixed CSV file as that one had a miss-spelling as well as nearly a whole section/line missing https://pastebin.com/6EHws5iF

Corrupt download.

ModmeBot:

Reply By: TCM

mathfag
TCM Ripped the sounds from your map as you said, Still hear nothing though. "D:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\sound\snd_convert.exe" pc usermaps\zm_trop usermaps\zm_trop zone_source usermaps\zm_trop english zm_trop ERROR: D:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\share\raw\sound\aliases\elemental_bow.csv ERROR: 'vox_plr_2_dragon_generic_0' Line Number: 346 ERROR: Parse error in column 'VolumeGroup'. Value 'grp_voic' is not valid. grp_air,grp_alerts,grp_ambience,grp_announcer,grp_bink,grp_destructible,grp_explosion,grp_foley,grp_hdrfx,grp_igc,grp_impacts,grp_lfe,grp_master,grp_menu,grp_mp_game,grp_music,grp_physics,grp_player_foley,grp_player_impacts,grp_reference,grp_scripted_moment,grp_set_piece,grp_vehicle,grp_voice,grp_weapon,grp_weapon_3p,grp_weapon_decay_3p,grp_whizby,grp_wpn_lfe. Here is a fixed CSV file as that one had a miss-spelling as well as nearly a whole section/line missing https://pastebin.com/6EHws5iF Corrupt download.


How is the download corrupt, The other ones show the textures just not those 2 and its only the arrows.

ModmeBot:

Reply By: mathfag

TCM
mathfag TCM Ripped the sounds from your map as you said, Still hear nothing though. "D:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\sound\snd_convert.exe" pc usermaps\zm_trop usermaps\zm_trop zone_source usermaps\zm_trop english zm_trop ERROR: D:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\share\raw\sound\aliases\elemental_bow.csv ERROR: 'vox_plr_2_dragon_generic_0' Line Number: 346 ERROR: Parse error in column 'VolumeGroup'. Value 'grp_voic' is not valid. grp_air,grp_alerts,grp_ambience,grp_announcer,grp_bink,grp_destructible,grp_explosion,grp_foley,grp_hdrfx,grp_igc,grp_impacts,grp_lfe,grp_master,grp_menu,grp_mp_game,grp_music,grp_physics,grp_player_foley,grp_player_impacts,grp_reference,grp_scripted_moment,grp_set_piece,grp_vehicle,grp_voice,grp_weapon,grp_weapon_3p,grp_weapon_decay_3p,grp_whizby,grp_wpn_lfe. Here is a fixed CSV file as that one had a miss-spelling as well as nearly a whole section/line missing https://pastebin.com/6EHws5iF Corrupt download. How is the download corrupt, The other ones show the textures just not those 2 and its only the arrows.

It is possible for a download to be corrupt and not totally fucked up (impossible to open). For example the sound alias would have given me errors as well and I'd need to fix them to use them myself anyway, therefore the csv in the pack would be flawless therefore corrupt download. It just takes 1 bit to ruin it all.

ModmeBot:

Reply By: Stonermagoo420
Never could even find the snd file in wraith
so should I just think its a corrupted download?


ModmeBot:

Reply By: mathfag
I'll add the vox sound files in the download tomorrow...
Until then consider searching for "chernobyl".


ModmeBot:

Reply By: Stonermagoo420
okay will keep looking for chernobyl couldnt find it either in files and yea i dont think zm_castle.sabs is anywhere ive only found zm_tinycastle.sabs in 311210


ModmeBot:

Reply By: mathfag

Stonermagoo420
okay will keep looking for chernobyl couldnt find it either in files and yea i dont think zm_castle.sabs is anywhere ive only found zm_tinycastle.sabs in 311210

I got around to it.
Update 1.1

ModmeBot:

Reply By: TCM
"c_zom_chomper_demongate"
Seems to be missing
and the rocks from the other
some texture missing, I downloaded ur map still couldn't find them.


ModmeBot:

Reply By: TCM
These are what I have found to be missing



ModmeBot:

Reply By: TCM
I was able to do my own model for it and find the textures through ur map.


ModmeBot:

Reply By: mathfag

TCM
I was able to do my own model for it and find the textures through ur map.

For the others:
-The model will be added in the next update when there is something big to update. In the mean time the model name is "c_zom_chomper_demongate"
-The textures should all be there since the texture folder is shared and all the materials/textures/weapons are in the same gdt

ModmeBot:

Reply By: TCM

mathfag
TCM I was able to do my own model for it and find the textures through ur map. For the others: -The model will be added in the next update when there is something big to update. In the mean time the model name is "c_zom_chomper_demongate" -The textures should all be there since the texture folder is shared and all the materials/textures/weapons are in the same gdt

Alot of the worldmodel and viewmodel textures where missing.

ModmeBot:

Reply By: Dedrix
Hey so I'm aware this post is a bit old however I've just installed the mod, and it seems although whenever I equip the Bow or start feeding the dragons my map freezes then crashes a few seconds later. It's almost as if when it needs to play an animation it breaks. I'm not quite sure what has gone wrong so any help would be much appreciated. Thanks


ModmeBot:

Reply By: mathfag

Dedrix
Hey so I'm aware this post is a bit old however I've just installed the mod, and it seems although whenever I equip the Bow or start feeding the dragons my map freezes then crashes a few seconds later. It's almost as if when it needs to play an animation it breaks. I'm not quite sure what has gone wrong so any help would be much appreciated. Thanks

Maybe a corrupt download

ModmeBot:

Reply By: brack5501
^1#using from
^1----------^
^1ERR(0) scripts/zm/zm_arcos.gsc (56,11) : syntax error, unexpected TOKEN_IDENTIFIER, expecting TOKEN_FILENAME : #using from

Help me pleace :(


CliffIV:

When I launch my map and I give me the bow, it crash :(


rainisyourpain:

When I launch my map and I give me the bow, it crash :(

make a new map and reinstall the bow and follow the instructions better

CliffIV:

make a new map and reinstall the bow and follow the instructions better

Edit: When i create a new map with the bow, the game won't start :/
Edit 2: I can take the void bow, but when I shoot, my game crash. All of the other bow have issue.
Can someone help me ?

Justin Emerald:

I will download this but i don't wanna get sue.


Spiki:

UPDATED WITH CORRECT ASSETS
First page


Justin Emerald:

Where exactly do need to put each code at? Thanks (For Example: Do we put under #using scripts\zm\zm_usermap; ?)


Pepergogo:

Hey [USER=64]@Spiki[/USER] first of all this is awesome!

Second, I've a little problem. I install them and didn't have any error, but I don't know how to get it from the console. I already try some names but nothing give the bows.



I use this ones and something like "zm_castle_bow_base" and "wpn_bow_base" but I don't know if I'm doing wrong or there's something I'm missing.
I've L3akmod cuz I'm using Harry's perks


Spiki:

Hey [USER=64]@Spiki[/USER] first of all this is awesome!

Second, I've a little problem. I install them and didn't have any error, but I don't know how to get it from the console. I already try some names but nothing give the bows.



I use this ones and something like "zm_castle_bow_base" and "wpn_bow_base" but I don't know if I'm doing wrong or there's something I'm missing.
I've L3akmod cuz I'm using Harry's perks

I put the codes on the first page

Pepergogo:

I put the codes on the first page

Thanks 😎

Clearvue:

[USER=64]@Spiki[/USER] hey dude, is there any way these new bows can be put into the actual map? or are they given by command only? I have disabled command for my map and would like to be able to use these.


Spiki:

[USER=64]@Spiki[/USER] hey dude, is there any way these new bows can be put into the actual map? or are they given by command only? I have disabled command for my map and would like to be able to use these.

Literally like any other run

Clearvue:

Literally like any other run

So, are there prefabs I can drop in? Had a look through the folders and can't find anything unless I've overlooked it?

Spiki:

So, are there prefabs I can drop in? Had a look through the folders and can't find anything unless I've overlooked it?

Nope

Clearvue:

Nope

So what would be the best way to go about it? Sorry for all the questions.

Spiki:

So what would be the best way to go about it? Sorry for all the questions.

either just give it through script like in the console
or
make a wallbuy (dont you dare :mad: i will kick your ass)
or
make a entry in your zm_levelcommon_weapons.csv and give it through the box (dont you dare :mad: i will kick your ass )


What I'm saying is: boxmaps bad

Clearvue:

either just give it through script like in the console
or
make a wallbuy (dont you dare :mad: i will kick your ass)
or
make a entry in your zm_levelcommon_weapons.csv and give it through the box (dont you dare :mad: i will kick your ass )


What I'm saying is: boxmaps bad

Oh don't worry it's not a box map it's a mansion of over 70 rooms and grounds. With a few surprises along the way.

Pepergogo:



Thanks [USER=64]@Spiki[/USER] 😭

I just have one little problem. Sometimes when I shoot the charge Wolf Bow either to the zombies or not, the game crash.

But the bows are awesome, really cool design 😁


D-2-K:



Thanks [USER=64]@Spiki[/USER] 😭

I just have one little problem. Sometimes when I shoot the charge Wolf Bow either to the zombies or not, the game crash.

But the bows are awesome, really cool design 😁


goto the Elemental_bow_new.zpkg file and comment out //fx,dlc1/zmb_weapon/fx_bow_wolf_impact_ug_zmb.efx let me know how you get on

Spiki:



Thanks [USER=64]@Spiki[/USER] 😭

I just have one little problem. Sometimes when I shoot the charge Wolf Bow either to the zombies or not, the game crash.

But the bows are awesome, really cool design 😁

Can you give more details? Like when shot or at end or sprial?
Maybe a corrupt download. I shot that thing alot

D-2-K:

Can you give more details? Like when shot or at end or sprial?
Maybe a corrupt download. I shot that thing alot




for me it was at the end of the fully charged shot after it was fired i commented out all fx for the wolf bow in the zpkg file no fx played in game obviously but it never crashed again and i added them back 1 by 1 and found that zmb_weapon/fx_bow_wolf_impact_ug_zmb.efx was causing my crash dont know if this will help Spiki

Pepergogo:

Can you give more details? Like when shot or at end or sprial?
Maybe a corrupt download. I shot that thing alot

Sorry
Yeap at the end. I shoot it and when the shot end the game crash

Pepergogo:

goto the Elemental_bow_new.zpkg file and comment out //fx,dlc1/zmb_weapon/fx_bow_wolf_impact_ug_zmb.efx let me know how you get on

Thanks 😁
Gonna give it a try

D-2-K:

[USER=64]@Spiki[/USER] update on crash no longer crashing with Harry's Fx pack installed :)


Spiki:

I am aware these dont work with harrys mechz. his file is decompiled, mine is compiled. Also until further notice, the guns attached to the chompers (void bow) are a feature


D-2-K:

I am aware these dont work with harrys mechz. his file is decompiled, mine is compiled. Also until further notice, the guns attached to the chompers (void bow) are a feature



nice feature too 🤣

Spiki:

nice feature too 🤣

Let me take this time to flex on you nibbas




Btw this + harrys mechz wont happen unless he makes some major changes

D-2-K:

Let me take this time to flex on you nibbas




Btw this + harrys mechz wont happen unless he makes some major changes



you both do such great work i could only wish to be half as talented

Spiki:

you both do such great work i could only wish to be half as talented

You're plenty talented

Harry Bo21:

Until someone tells me what the problem even is that’s unlikely


Spiki:

Update 1.1
-Removed guns from chompers (void bow)
-Added hintstrings for ENGLISH builds. International nibbas can get chomped
-Made them compatible with my mechz just to flex on y'all cuz you still cant use them with harrys and I'll never tell you whats wrong so you'll cry although it's really not that hard to fix

First page

Download this if you want to improve your zom slaying or just grow some balls


D-2-K:

Update 1.1
-Removed guns from chompers (void bow)
-Added hintstrings for ENGLISH builds. International nibbas can get chomped
-Made them compatible with my mechz just to flex on y'all cuz you still cant use them with harrys and I'll never tell you whats wrong so you'll cry although it's really not that hard to fix

First page

Download this if you want to improve your zom slaying or just grow some balls





for that cheek im making a 1 window box map and players can buy the bow as a wall weapon 🤣 🤣

Spiki:

for that cheek im making a 1 window box map and players can buy the bow as a wall weapon 🤣 🤣

NExt update:
-check for boxmaps

Zombieslayeraj:

[USER=64]@Spiki[/USER] where am I supposed to get Harry's FX pack? It appears that the download was taken down...


Harry Bo21:

[USER=64]@Spiki[/USER] where am I supposed to get Harry's FX pack? It appears that the download was taken down...

Look at any of my posts and it’s in there lol

Zombieslayeraj:

Look at any of my posts and it’s in there lol

Ok lol thanks!

Magicman:

Well done, worked perfectly :)


Sayen-Raigin:

HI, why have this error ?

(have this error with all script *.gscc and *.cscc


D-2-K:

HI, why have this error ?

(have this error with all script *.gscc and *.cscc



did you install leakmod

Sayen-Raigin:

did you install leakmod


nop thanks <3

Nikon:

How would I go about making an area to grab the Wraith of the Ancients just like Der Eisendrache after filling up the dragons? And how would I go about doing the upgrade quests too? Also I can't find Harry's FX Pack anywhere, do you happen to have a working link to it?


Rigbone_12:

Does anyone know how to fix this. I have been having trouble trying to fix this. If anyone could help me out it would be really appreciative.


Spiki:

Does anyone know how to fix this. I have been having trouble trying to fix this. If anyone could help me out it would be really appreciative.



did you install harrys fx pack?

Harry Bo21:

A few fx materials have the wrong columns/rows set

This was fixed in a later release, you’ll have to find the image and materials


Rigbone_12:

I was never able to find Harry's fx pack, but I did download your asset pack that you had though.


Rigbone_12:

I can't find the images and material for fx. All the bows do the same thing as the video