UGX-Mods

Call of Duty: Black Ops 3 => Tutorial Desk => Scripting => Topic started by: nikitawetzel on December 14, 2016, 01:31:11 pm

Title: [Tutorial]Flogger v1.0
Post by: nikitawetzel on December 14, 2016, 01:31:11 pm
Hello people I give you today my flogger v1.0 I'm not the best in the scripts but I tried habs mall and will update it

It's super easy to insert

As first download here my folder
mega.nz

now put all files in your bo3 root you can find it under :
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III

than you go to your mapname.gsc :
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\usermaps\mapname\scripts\zm

than under
Code Snippet
Plaintext
#using scripts\zm\zm_usermap;

you put this
Code Snippet
Plaintext
#using scripts\custom\zm_flogger;


than you need to finde function main() and put under
Code Snippet
Plaintext
zm_usermap::main();

this
Code Snippet
Plaintext
zm_flogger::init();

after this you go to your zone folder :
C:\Program Files (x86)\Steam\steamapps\common\Call of Duty Black Ops III\usermaps\zm_flogger\zone_source

and under
Code Snippet
Plaintext
scriptparsetree,scripts/zm/zm_flogger.csc

you put this in
Code Snippet
Plaintext
scriptparsetree,scripts/custom/zm_flogger.gsc

now you go in to radiant black and open your prefab tab and press reload and then go to
zm/EnCoreModdingFlogger

than you place the flogger and then the 2 switches and you are done compile and link your map.

HOW TO INSTALL A FLOGGER - BLACK OPS 3 MOD TOOL TUTORIAL
by CraftDAnimations

http://www.youtube.com/watch?v=tQfozMnJHUA (http://www.youtube.com/watch?v=tQfozMnJHUA)

my channel

www.youtube.com/c/encoremodding (http://www.youtube.com/c/encoremodding)



Title: Re: [Tutorial]Flogger v1.0
Post by: cronex on December 14, 2016, 08:21:43 pm
yeah men, cool tut.
mach bitte ein video :D

grüße
CroNeX
Title: Re: [Tutorial]Flogger v1.0
Post by: dkamasta on December 17, 2016, 01:38:56 pm
I think we need also
zm_flogger.csc
its missing in download
Title: Re: [Tutorial]Flogger v1.0
Post by: eastlondonlee on December 31, 2016, 05:30:07 pm

Thanks for this it worked in my map 1st time but its spinning horizontal (left to right) not vertical (up and down) how can I change this. sorry if this is a nube question Im new to radiant.

Many thanks in advance!  ;)
Title: Re: [Tutorial]Flogger v1.0
Post by: CraftDAnimations on February 01, 2017, 04:43:41 am
Thanks for sharing this.  I will be putting up a video to accompany this tomorrow on my channel.