Black Ops 3 Mod Tools Zombies Tutorial - Buyable Doors, Electric Doors, Debris Tutorial

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ • 414

  • @rustydogg
    @rustydogg 8 років тому +93

    For your convenience, this is all the necessary scripting.
    *: Edit*
    *+ Add*
    *% Variable*
    *TRIGGER* (make sure it's a trigger_use)
    :targetname - zombie_door
    +zombie_cost - %cost%
    +target - %door name%
    +script_flag - enter_%next zone% (only if you are using zones)
    *CLIP*
    :targetname - %door name%
    +script_noteworthy - clip
    *DOOR* (make sure it's a script_model)
    +targetname - %door name%
    +script_string - rotate *OR* move
    *if you chose rotate*
    +script_angles - %x, y, z%
    *if you chose move*
    +script_vector - %x, y, z%
    *VOLUME* (only if you are using zones)
    :targetname - %zone name%
    +script_noteworthy - player_volume
    +target - %zombie spawner's targetname%
    *SCRIPTING* (only if you are using zones)
    Go to your mod tools launcher and right click your map. Select "Show Zone Folder." In file explorer, go back to zm_%yourmap% and go into scripts, then zm. Open zm_%yourmap%.gsc with your text editor. Go down to "function usermap_test_zone_init() {" enter this ON A NEW LINE IN BETWEEN THE BRACKETS: "zm_zonemgr::add_adjacent_zone( "%currentzone%", "%nextzone%", "%script_flag on your door%" );".
    *This is mine:*
    function usermap_test_zone_init()
    {
    zm_zonemgr::add_adjacent_zone( "start_zone", "ab_zone", "enter_ab_zone" );
    level flag::init( "always_on" );
    level flag::set( "always_on" );
    }
    Save and it should work.

    • @beans1215
      @beans1215 5 років тому +16

      all of this, just for a door

    • @cloudy3994
      @cloudy3994 4 роки тому +2

      how is this supposed to help at all

    • @GAM3VIDZ
      @GAM3VIDZ  4 роки тому

      What a legend

    • @GAM3VIDZ
      @GAM3VIDZ  4 роки тому +2

      This shows you all the info you would add to the door, like I show in the video. He also showed you how to do zones too, which I never did.

    • @cloudy3994
      @cloudy3994 4 роки тому

      @@GAM3VIDZ Hey i need some help with something when i make a room put some lighting etc.. then when i start the map sometimes everything is invisible sometimes my screen is very white and between all that.. how do i fix this? Please and thank you i've been trying to find a fix for this for so long hopefully you could give some advice

  • @binge_eater
    @binge_eater Рік тому +3

    This is the best tutorial I have found so far. Audio is good, you go slow, don't assume anything and retrace a lot of steps. Great video. Lots of other ones assume I know so much already and it's overwhelming.

  • @noahmalechowski7289
    @noahmalechowski7289 7 років тому +36

    if anyone is having issues unhiding things since he forgot to mention it, it is shift + H

    • @the_kevin_2771
      @the_kevin_2771 7 років тому +2

      noah malechowski omg thank you, my for well open but I couldnt go through. I had 2 clips

    • @the_kevin_2771
      @the_kevin_2771 7 років тому

      door not for

    • @noahmalechowski7289
      @noahmalechowski7289 7 років тому

      ok if you need help with zoning since he didnt do a tut yet lemme know bc i know a lot of ppl have issues with that or anything else you need assistance. :)

    • @the_kevin_2771
      @the_kevin_2771 7 років тому

      noah malechowski okay thank you

    • @GAM3VIDZ
      @GAM3VIDZ  4 роки тому +1

      Did I not tell you how to unhide?

  • @drippy6941
    @drippy6941 Рік тому +1

    Is there a way to make a door close after you buy it?

  • @EBJGamingNetwork
    @EBJGamingNetwork 4 роки тому +4

    Thanks for creating these tutorials it helps a ton! I've found that when creating buildings using caulk and adding textures, the lighting inside of the building is weird and patchy. is there any way to fix this?

  • @jayb1797
    @jayb1797 8 років тому +6

    Never thought learning how to us CAD in my Tech class would be helpful but it makes understanding mid tools a lot easier

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому +1

      knowledge is power haha // for more help check out viamods.com

  • @_sanjiix_8191
    @_sanjiix_8191 7 років тому +8

    When i click on the door there is no targetname who i can edit.

    • @waltuhmike1
      @waltuhmike1 4 роки тому

      me neither

    • @GAM3VIDZ
      @GAM3VIDZ  4 роки тому +1

      Make sure script brush, not normal brush

  • @willmccandless2115
    @willmccandless2115 3 роки тому +4

    Hey guys, late comment on the relevance of this video. but if your models aren't moving to the target desired, be sure to go into entity browser as your model is highlighted, and drag script>brushmodel onto your model.
    in other words, be sure you make the models a brushmodel or it wont move.

  • @zzzynx
    @zzzynx 8 років тому +4

    when i open the door in game, it stops me from walking through it. same goes for the debris. its like the clip is still there. and i made sure the targetname for clip was "zombie_door" or "zombie_debris". i also added a "script_noteworthy" with "clip" in their values.

    • @zzzynx
      @zzzynx 8 років тому

      nevermind. i fixed it. I had the target name that the trigger's targetname was set to

  • @incredibleprojects
    @incredibleprojects 7 років тому +4

    How do I activate zombie spawns in new rooms when i buy the debris?

  • @joem1950
    @joem1950 8 років тому +21

    why did they make it some much work just to make a damn door holy christ.

    • @Bestgameplayer10
      @Bestgameplayer10 5 років тому +4

      Joe Merica - I’m late but it’s likely because this is a more complex level editor instead of a simplified one (like one you’d see in Skate 2 & Skate 3). It has its con of being a bit complex but the pro of being very intuitive and allowing for more creativity.

    • @supersonic7605
      @supersonic7605 4 роки тому +3

      @@Bestgameplayer10 yep you're right about that! I'm new to this but I have WAW experience. Besides this, I'm just amazed at how much they simplified this one! The crazy stuff you can do in here using the radiant tool in a few hours would've taken you days of scripting with the previous version

    • @smef2619
      @smef2619 4 роки тому

      @@supersonic7605 yo wassup you wanna make maps and script together?

  • @tukus9133
    @tukus9133 7 років тому +1

    As far as I remember, I followed the door step correctly, but only one door opens. On the grid, though, the left door (the one that doesn't open) is white, while the other is blue. Any ideas?
    Edit: I think I know what's wrong. The door doesn't have a section for "targetname," so I can't make it "zombie_door_a" (original, I know). Can I add a "targetname" KVP in replacement?

  • @dovalslayer23
    @dovalslayer23 3 роки тому +1

    Great tutorial, im just getting into black ops 3 mod tools after playing with world at war and man are these so much easier to use. Is your website no longer up? The link seems to go to a like spam website

  • @someperson627
    @someperson627 3 роки тому +1

    sorry im late to the party, my doors are working but when i walk through them, i phase through but i dont get killed.
    any fixes or answers??

  • @ToverT
    @ToverT 2 роки тому

    it doesnt list a target name when I click on the door, like, i click on the door and it doesnt say anything about target_name. is there any other ways i can bypass that or bring it up???

  • @michaelwatson7833
    @michaelwatson7833 3 роки тому

    My doors did not have a target name, did I do something wrong or do I have to add it now due to an update?

  • @saviourstarWTF
    @saviourstarWTF 5 років тому

    hey dude i hope you answer this because i don't know why but the door and some other models don't seem to have textures they are just straight black objects they have the shape and stuff but its all black.

  • @brandonsthomson2685
    @brandonsthomson2685 4 роки тому +4

    When I walk to my electric door, it says “you need to turn on the power”. I do that and nothing happens. I’ve rewatched your video 10 times and I did everything right, but it isn’t opening

  • @ItsShadew
    @ItsShadew 7 років тому +1

    When I do script_string: angles and move it how do I get it to open like a door instead of just turn in the center? When I turn the door it moves from the middle of the door instead of the side where "hinges" would be.

    • @ItsShadew
      @ItsShadew 7 років тому

      Basically I made a custom texture that looks like a door and everything works but the pivot point is in the center. Is there a way to move the pivot point to the side or make it rotate and move?

    • @chadrichjellming4911
      @chadrichjellming4911 6 років тому +1

      not sure if you figured this out yet or not, but what you need to do is before you hit "script, brushmodel" you need to draw another brush that is the exact same size of your door. Make this brush a fog texture and then place at perfectly side by side to your actual door's actual brush. Now select both of them and hit "script, brushmodel" This now puts the pivot point for rotation right where your fog brush and your door brush connect to each other. NOTE: Whichever side you put your fog brush next to your door brush that is the side of the door's "hinges". I hoped this helped!

  • @gdatomic
    @gdatomic 8 років тому

    Im doing everything correctly in the video, and for some reason whenever I open my door, (its a rotating, single door) i can walk straight through the model, even with clipping. Im pretty sure it has the right name, I used a brushmodel for the clipping, the door opens perfectly fine except for the clip. What am I doing wrong?

    • @CatsClan
      @CatsClan 5 років тому +1

      you figure it out?

  • @ToverT
    @ToverT 2 роки тому

    how do you properly duplicate doors?? i made one working but duping it makes it to where i can buy it but i cant walk through it and no animation plays

  • @nightmare0161
    @nightmare0161 5 років тому +1

    Hi shall i credit Gamevidz on my map is that wht name u want ,u sound like jbird, ive always checked bck on ur tuts thanks

  • @adrianpreston5245
    @adrianpreston5245 8 років тому +1

    Need help: I'm trying to make a debris and I followed your tutorial but when I went in game the debris said "not available"

  • @ItsJessieM
    @ItsJessieM 7 років тому +1

    Is it possible to make a door close when you enter a certain area? (if not, i can just make a hole in the ground where they fall in)
    Also how can you add a boss? Let's say Brutus from MOTD, but instead of during rounds, he'll spawn when you enter a certain area.

    • @drippy6941
      @drippy6941 Рік тому

      I’m trying to figure this out as well, did you ever find out?

  • @Thats.Schmidty
    @Thats.Schmidty 5 місяців тому

    Curious, How to change Zombie Eye Color, How to change Mystery Box Lights (In sky and in General)? I'm using human zombie pack

  • @tanner4201
    @tanner4201 8 років тому

    I have a door that I followed everything that you put on there but when I go to buy it the door does not move out of the way and stays blocking the way out. The only way that I have found that works to get out is if you are right up against the door when you buy it and run through instantly otherwise you cannot get through the door. Can you help?

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      for more help check out viamods.com

    • @tanner4201
      @tanner4201 8 років тому

      thanks that helped.

  • @pocheslol2280
    @pocheslol2280 4 роки тому +3

    if your door isnt a scrip_model you can change the class with the re class button

  • @MrShhh79
    @MrShhh79 8 років тому +2

    am i picking the wrong model?? I dont have target name in the entity info...... Why cant someone just make a few prefabs of these can just add in???

    • @Europa_Forever
      @Europa_Forever 8 років тому +6

      MrShhh select the model, right-click, and go to script>model. If you dont have script in your right click menu, go to the entity browser and rightclick script and click "toggle favorite"

    • @gabriell1524
      @gabriell1524 7 років тому

      That was very helpful, Thank you

    • @npsportsedits
      @npsportsedits 6 років тому

      thanks

  • @THEShinzuu
    @THEShinzuu 5 років тому +1

    The Navmesh does NOT show up on my screen at all to label the doors zombie_door_a

  • @theeggen
    @theeggen 4 роки тому

    I made a debris prefab with a few crates, but how do I use that as the script model?

  • @crystallakefilms8173
    @crystallakefilms8173 8 років тому

    do any of yous find when u buy it ingame it rotates but the rotation point is the center of the door? causing it to just spin on the spot?

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Crystal Lake Films some doors aren't made to rotate

    • @crystallakefilms8173
      @crystallakefilms8173 8 років тому

      k do u mean the models?

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Crystal Lake Films yea it seems on the ones with dirt knobs swing

    • @arcticwolf6159
      @arcticwolf6159 8 років тому

      why does the door haft to be so difficult.

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Arcticwolf_Gaming very simple actually

  • @boogyman10o1
    @boogyman10o1 8 років тому

    Ive noticed that your perk machine models are missing, is this supposed to happen?

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      yea sadly they don't load in game yet.

    • @boogyman10o1
      @boogyman10o1 8 років тому

      What's weird is that on my laptop everything loads perfectly but on my desktop there were a ton of claims of missing assets

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +boogyman10o1 that is weird. Try verifying files through steam

    • @boogyman10o1
      @boogyman10o1 8 років тому

      I did and it downloaded missing files but still came up with missing assets as I was loading a new map. I'm redownloading it just in case

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +boogyman10o1 yea maybe fix

  • @flexmyballs4592
    @flexmyballs4592 8 років тому

    i added everything that i need for a door and set all the kvps. But when i go to try and buy the door, i get "not available". what causes this problem?

  • @itsmikedev
    @itsmikedev 8 років тому

    Yeah mine doesn't work properly. The clip is removed, and the trigger deactivates as it should - the door doesn't rotate though. I'll show my settings below:
    Trigger:
    target name: zombie_door
    target: zombie_door_1
    zombie_cost: 750
    Clip:
    targetname: zombie_door_1
    script_noteworthy: clip
    Door:
    targetname: zombie_door_1
    script_angles: 0, 87, 0
    script_string: rotate
    Does the order of script_angles and script_string matter? And I'm assuming the values on script_angles supports spaces after the commas?

    • @iFishes
      @iFishes 8 років тому

      you dont need commas for angles try "0 87 0" should work

    • @itsmikedev
      @itsmikedev 8 років тому

      ACiD Fishes Yesssssss thank you! That worked! The rotation is completely off, so I'll have to figure out how to change the pivot point, if at all possible :)
      Thanks!

    • @iFishes
      @iFishes 8 років тому

      yeah some of the pivots on prefabs are horrid lol

    • @itsmikedev
      @itsmikedev 8 років тому

      ACiD Fishes Haha yeah it sucks. Have you managed to get a rotation working properly? :D

    • @iFishes
      @iFishes 8 років тому

      MadMikeGamerXL1 what do you mean by working properly?

  • @arthurmorgan319
    @arthurmorgan319 5 років тому +1

    Anybody know how to turn on lightning?? It just goes grey for me, and I can’t touch it.

  • @jordantehwizard
    @jordantehwizard 8 років тому

    Do you use a booster because your frame rate was really high

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      nope just turn of FPS cap and disable the umm forget the name of it but it looks to frame rate // for more help check out viamods.com

    • @jordantehwizard
      @jordantehwizard 8 років тому

      THX

  • @Nabaskus
    @Nabaskus 8 років тому

    could you do a tutorial on volumetric lighting? when I put the litfog, it doesn't show in my map when I compile light and link it. pls help

  • @GhostsGraphics
    @GhostsGraphics 8 років тому

    Any chance you can do a tutorial on custom models, textures, and how to import models with custom pivots so that radiant recognizes said pivots?

  • @luncahble4273
    @luncahble4273 3 роки тому

    when I try to do the target door it not there for me when I select both doors

  • @iFishes
    @iFishes 8 років тому +1

    not sure if you know this but say you dragged out your brush for a clip, while selected right click and go to script->brushmodel and itll convert it :D

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      yea I forgot to mention that comes in handy haha

  • @Mightyman95
    @Mightyman95 8 років тому

    Any idea why my doors would be rotating to their original spawning axis? script_angles doesn't seem to affect the doors in any way.

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +M I G H T Y M A N (Mightyman) some models can't rotate

    • @Mightyman95
      @Mightyman95 8 років тому

      I picked the same models as in this tut, and they will rotate, just always rotate to their original points in which they spawned. so if I move them around the map and rotate 100 degrees, they will only ever want to rotate that same 100 degrees.

  • @yerone1537
    @yerone1537 8 років тому

    Hey man, I deleted my other comment because i noticed that I'm a total idiot and did something wrong, but I have another question. Every object/model I place has a concrete look to it. I placed a wall in the beginning of my map of concrete so I think it somehow attached to every model I place? Can you please explain how I can replace this with it's normal texture? Thanks man!

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +JcraftR Mc Select all items and press T to bring up textures then change textures. Or middle mouse a texture already on the map when item is selected. As for your first comment. You probably did what I did and forgot to do a script brush model. They don't have target names.

    • @yerone1537
      @yerone1537 8 років тому

      First of all, thank you for responding! I still can't figure it out.. For instance, I select my desk (with the concrete look), then I open my textures but if I double click on a texture it doesn't apply.. It keeps looking like concrete.

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +JcraftR Mc head on over to the forums viamod.com and post some screenshots please

    • @yerone1537
      @yerone1537 8 років тому

      Site is offline?

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +JcraftR Mc viamods.com should be working

  • @jeffreywarf
    @jeffreywarf 8 років тому

    I seem to have the problem that all the things that were added in the video have a model of a blank human in the middle of them. And the doors don't rotate (using the same doors as in the video). The electric door won't move and I can't move through it. I also get a bunch of warnings when compiling.

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +jeffreywarf sry to hear that. Plz post screenshots on our forum so we can take a look. viamods.com

    • @jeffreywarf
      @jeffreywarf 8 років тому

      done. look forward to hearing from you :)

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +jeffreywarf we will look into it

  • @Rewbin08
    @Rewbin08 8 років тому

    Any idea how I can choose how fast something moves? I tried creating an elevator, using zombie_debri, but it moves too fast, and it goes through me (Ive linked clips to the floor and sides) also tried scripting it inside the gsc like you did on cod4, but doesnt seem to work

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      I think there is a transition KVP // for more help check out viamods.com

  • @chardmagnus4655
    @chardmagnus4655 7 років тому

    Can you make buyable debris barriers out of brushes instead of models? If not, can you make brushes into models?

  • @handsoap1383
    @handsoap1383 3 роки тому

    How do you open up the grid
    i cant find it

  • @Felixbucket
    @Felixbucket 7 років тому

    is there a way to change the speed at which the door opens?

  • @bobtheonionking2
    @bobtheonionking2 2 роки тому

    how would i make it so you can buy the door from both sides?

    • @YT_GR_Pro
      @YT_GR_Pro 2 роки тому

      Make the trigger bigger so it is on either side of the door

  • @kyleold7806
    @kyleold7806 8 років тому

    I keep getting a death barrier on my custom map. I have scripted the zones and put them eachother but it is still happening. i dont know what to do and am very frustrated. Please respond and help me

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Project CoD zones are wrong post some screenshots to my forum plz. viamods.com

  • @crackpack6168
    @crackpack6168 8 років тому

    I get to round 5 and the dogs do not work so i can not play further than 5 rounds. How do i turn them of please help!!

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Crack Pack tutorial today most likely

    • @DoubleLifeTV
      @DoubleLifeTV 8 років тому

      when is the video coming out?

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +PhenomFZ working on it but had to leave will be finished when i get home

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +PhenomFZ working on it but had to leave will be finished when i get home

    • @crackpack6168
      @crackpack6168 8 років тому

      whens is going up? :)

  • @reynardmisae2518
    @reynardmisae2518 8 років тому

    The "clip" brushmodel on mine always says "worldspawn" how to fix that problem? If not fixed I cannot finish making a door...

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому +1

      +REYNARD MISAE your doing brushmodel. must be script brushmodel

    • @reynardmisae2518
      @reynardmisae2518 8 років тому

      It worked! Thx alot! Anyways, final essential thing needed is about zones and traps. can't wait for the next tutorial :D

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +REYNARD MISAE yea i will be doing them soon glad it worked. you can see i make the mistake aswell in the video lol

  • @iFishes
    @iFishes 8 років тому +1

    my electric door isnt saying the power needs to be on, however its working when i turn the power on? any ideas?

    • @iFishes
      @iFishes 8 років тому +3

      fixed it trigger was inside of the door and not infront lol

  • @laggerprod
    @laggerprod 7 років тому

    Okay so when I choose script model in the very first step, I only get the windows "ding" sound instead of any object on the map. What am I doing wrong?

    • @cadenriegel1390
      @cadenriegel1390 7 років тому

      I have that problem too did you find out what the problem was?

    • @laggerprod
      @laggerprod 7 років тому

      I restarted Radiant Black and it was fixed for me

  • @a1sauceyy
    @a1sauceyy 4 роки тому

    I have an issue where it stutters a huge amount every few seconds when moving the clip box. (also I did turn off the high video mem, still didnt fix)
    I have a GTX 1060(6GB) and an i5-4590

  • @MrMiles97
    @MrMiles97 8 років тому

    Everything works but when I buy the door it doesn't rotate but it lets me walk through it. Please help, thanks

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      hmm, make sure you used to correct kvp // for more help check out viamods.com

    • @MrMiles97
      @MrMiles97 8 років тому

      Sorted cheers

  • @DripsyGaming1
    @DripsyGaming1 8 років тому

    Yo man, great tutorial, I was wondering: is there somehow a way to save all of these settings and KVP's or do you have to do this for every single door again, even if you switch up the names for all of them?

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому +1

      +Dripsy thnx. So select all your door stuff then file new map and then copy selection. Now save it like buyabledoor or whatever. Then right click misc prefab when you want to put it in. Then right click prefab enter prefab. Change the Kvps then right click prefab leave prefab. Redoing them each time would be quicker lol

    • @DripsyGaming1
      @DripsyGaming1 8 років тому

      thanks man, I'll just get used to it then, keep up the great work!

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому +1

      +Dripsy yea just have like a notepad and copy the words lol

  • @donkamichi
    @donkamichi 4 роки тому

    my door wont do the rotation animation when open iv tried everything help!

  • @ABNBPodcast
    @ABNBPodcast 8 років тому

    is there a way to change a misc model into a script model? and if so how?

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +GRANDTHEFTYOMAMA24 yea select model. Press B click script. And then click or double click model

    • @ABNBPodcast
      @ABNBPodcast 8 років тому

      thank you, also one more question, how do i make a model able to be walked on. I'm trying to make a bridge like structure using only wood planks. (going diagonal)

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +GRANDTHEFTYOMAMA24 add clipping

  • @whippingturtle
    @whippingturtle 8 років тому

    When I try turning my models into script models, the models disappear and turn into a red box. Any idea what the problem is?

  • @brohorse7870
    @brohorse7870 8 років тому

    PLEASE HELP. I have been creating my map for a while. When compiling everything and playing in the map i made there is no floor, zombies cant hurt me, and I cant knife them.. only shooting them works.. how do I fix this? Please help me.. ive put countless hours into my map..

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Bro Horse are you below center line?

  • @nastou6139
    @nastou6139 8 років тому +4

    somebody can help me ? When i do the debris method , all work correctly but in game , i pay 750 for open it and i can pass trought but after the debries stay on place and dont move ...

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      for more help check out viamods.com

    • @nastou6139
      @nastou6139 8 років тому

      Thank

    • @zombiewaffle7163
      @zombiewaffle7163 7 років тому

      Bruh that broken. [ viamods.com/ ]

    • @Nature_Runes
      @Nature_Runes 7 років тому

      Probably too late for you, but maybe others can benefit, it's probably because you used an actual model instead of a script model, go into entity browser, then script, then model, then choose you model you want and give it the KVP's ect it needs. this goes for many other things, you can't add scripts to an actual model, you need to use the script model version.

    • @mazuyamim6099
      @mazuyamim6099 7 років тому

      exactly what i needed thanks man

  • @scottgamer351ishere9
    @scottgamer351ishere9 5 років тому

    is it a bad thing that i cant find the target name for the doors

  • @tigerblood6987
    @tigerblood6987 8 років тому +2

    if i click shift on my door it does not give a target name

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому +2

      +Tiger Blood 698 has to be a script model/brushmodel. With it selected. Press B find script. Double click model or brush model that will convert it

    • @StenKorven
      @StenKorven 8 років тому

      THANK YOU

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +enskede house mafia np

    • @zzzynx
      @zzzynx 8 років тому

      THANKS. The wording was super confusing. but 0:55 gave me a much better description

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Matthew Mular yea make sure script model

  • @St0N3RZoMBiE
    @St0N3RZoMBiE 3 роки тому

    But how do you do doors that auto open and close like the ones on moon ?

  • @zirbearz5114
    @zirbearz5114 5 років тому

    I've tried everything for the doors, the clips and everything move, but I can not for life of me get the texture of the door to rotate/move/slide. They do not work for me. I have all the scripts correct, all the KVPs are correct, nothing is working for me in terms of textures.

  • @bluVoid
    @bluVoid 3 роки тому

    Well I did something wrong with the first doors as it has a hand and says not available

  • @DumpingClips
    @DumpingClips 8 років тому

    my door doesn't rotate it just spins in a circle..i did exactly as you did..any ideas on how to fix this?

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Hella Bandz is your rotation too far? Post some screens on VIAMODS.com

    • @DumpingClips
      @DumpingClips 8 років тому

      i tried uploading a video but the size was to big but my problem is it rotates in the middle it doesnt rotate out like yours

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Hella Bandz oh that is odd. Did you use a model?

    • @DumpingClips
      @DumpingClips 8 років тому

      i used a regular model and converted it to a script_model and put the kvps on it and it just rotates in the middle doesnt rotate out

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Hella Bandz is it a model that's not a dual door. It may have the origin not on the ends. In waw you had to move the origin so maybe you have to do that

  • @fliexi
    @fliexi 8 років тому

    i don't get so many options when rightclick on my view (like script info etc.)

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Flex press b right click options and toggle favorite // for more help check out viamods.com

    • @fliexi
      @fliexi 8 років тому

      thank you! and love your vids!

  • @MRxPSYCHOx
    @MRxPSYCHOx 8 років тому

    when i right click i dont have the trigger or script options. please help.

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      Press B then right click trigger/script and toggle favorite

    • @MRxPSYCHOx
      @MRxPSYCHOx 8 років тому

      also when i shift click the door after naming the target for the use one, there is no target name slot.

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +MRxPSYCHOx115 must be a script brushmodel

  • @whatsayasser
    @whatsayasser 8 років тому

    My door model wont move, it will still let me go through it after purchased. But it wont move the door.

    • @will1947
      @will1947 8 років тому

      Make sure its not a typo on "script_angles" I made the common mistake of spelling angels.

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      yea make sure script_angles spelled correctly // for more help check out viamods.com

  • @Nabaskus
    @Nabaskus 8 років тому +1

    how do I link the debris FX so when I buy the debris it activates

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      for more help check out viamods.com

  • @andrewfields9091
    @andrewfields9091 7 років тому

    when i do target it says cannot add kvp key already exists

  • @Cristian-ky1jn
    @Cristian-ky1jn 8 років тому

    how do you add power doors? door opens when you turn on power.

  • @Hidd3nsenses28
    @Hidd3nsenses28 8 років тому +1

    how do you give it a target name zombie_door_a? when i select my doors i cant see targetname

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      make sure a script_model // for more help check out viamods.com

  • @BlakesMess
    @BlakesMess 7 років тому

    when i go to the entity info of the trigger it doesn't show, it just shows it for "worldSpawn"

  • @ademrax01
    @ademrax01 7 років тому +2

    When i rightclick there is no trigger tab under script

    • @hoes
      @hoes 7 років тому

      watch the first few minuites :)

  • @crackpack6168
    @crackpack6168 8 років тому +1

    The door does not rotate and open for me, everything else works. Help!

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому +1

      +Crack Pack post some screenshots on the forums viamods.com please.

    • @crackpack6168
      @crackpack6168 8 років тому +1

      i can only upload 192kb images max how can i get them to you

    • @crackpack6168
      @crackpack6168 8 років тому

      ?

    • @DoubleLifeTV
      @DoubleLifeTV 8 років тому

      it's not that everything works from it moving, I csn walk through it and everything

    • @DoubleLifeTV
      @DoubleLifeTV 8 років тому

      it just doesn't rotate like a normal door

  • @theweedman5107
    @theweedman5107 4 роки тому

    I'm having a problem with the electric and buyable doors. The debris works fine, but with the other two, the won't move when I open them.

  • @mom0367
    @mom0367 8 років тому

    when i spawn my door twists to the oppasite side as if shift+d was pressed i cant buy it and a random pearson model appears

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      for more help check out viamods.com

  • @Sonicmining8080
    @Sonicmining8080 8 років тому

    I'd be glad to join your website, BUT I CANT GET PASSED THE VERIFICATION STAGE CUZ ITS FAKIN BROKEN

  • @theend9596
    @theend9596 8 років тому

    hey man N does nothing an I keep dying right when I spawn in ? maybe something clipping?

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      N should bring up your entity, but if you keep dying your zones are messed up, did you move/delete your zone?

    • @theend9596
      @theend9596 8 років тому

      ***** I moved my zone to fit inside my first room
      . and I just click N no shift or ctrl

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +The End So your zone is there. Did you rename it?

    • @theend9596
      @theend9596 8 років тому

      I'm sorry but I'm very new at this. but I cant seem to find where my zone is. but all I did was move my spawn box an the others around me the yellow/pink boxes to the center of my first room? kinda hope u get what I mean if not don't worry about it :)

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +The End would need screenshots

  • @jackzybutz
    @jackzybutz 7 років тому

    one of the best tut ive seen

  • @madman7444
    @madman7444 8 років тому

    when i right click there is no option for scripts ?

    • @madman7444
      @madman7444 8 років тому

      never mind i didnt watch the first bit of the video properly lol

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      no worries haha // for more help check out viamods.com

  • @underground_fortress7566
    @underground_fortress7566 8 років тому

    when i make my door, the door rotates when i buy it but not from its hinges, fix anyone?

    • @weedman5942
      @weedman5942 8 років тому

      have you found a fix?

    • @underground_fortress7566
      @underground_fortress7566 8 років тому

      Weed Man yea, it actually depends on the model i think, some doors work fine while others dont. if you know how to fix the ones that dont though, it would be much appreciated

    • @weedman5942
      @weedman5942 8 років тому

      some models rotate by the hinges?

    • @underground_fortress7566
      @underground_fortress7566 8 років тому

      yes, from my experience

  • @spiritspride46
    @spiritspride46 8 років тому +1

    I need help... prntscr.com/cqrwxo
    How can I publish the map if it's not in the mod tools launcher? I have a map made but there's nothing I can do with it...
    (New to the whole creating scene, sorry if it's a dumb question. Just so confused.)

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Spirit's Pride post in forums plz viamods.com

  • @rapid6119
    @rapid6119 8 років тому

    lol the only person i could find with a door tutorial could you do a room tutorial next please keep up the awesome tutorials

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Rapid Velocity what do you mean by room tutorial

    • @rapid6119
      @rapid6119 8 років тому

      like how to make one haaha im still watching this video when you replied haha ok so like how to build a room with a roof and 4 walls plus windows and stuff like that!

    • @rapid6119
      @rapid6119 8 років тому

      i need help with the step at 4:00 the navmesh tab doesnt show up

    • @rapid6119
      @rapid6119 8 років тому

      ***** just so you get notified i figured it out but the room and window tutorial would be lit!

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Rapid Velocity yea I need to do a zombie tutorial. Got busy testing other stuff lol

  • @GlooTube
    @GlooTube 8 років тому

    How do you un-hide objects?

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      ctrl shift H un hides last hidden, shift H un hides all hidden

    • @GlooTube
      @GlooTube 8 років тому

      ***** Thanks!

  • @evanlewis9313
    @evanlewis9313 4 роки тому

    When I shift select both of my doors there isn’t an option to put in a target name, someone please help.

    • @runitzzz
      @runitzzz 4 роки тому

      Make sure the door is a "script model" so select the door - right click - go down to script - and select model

  • @SilverDollarAgamingYT
    @SilverDollarAgamingYT 8 років тому

    dude this tutorial is really good

  • @drywall1263
    @drywall1263 7 років тому +2

    when i right click script dosent come up for me

    • @cloudy3994
      @cloudy3994 4 роки тому

      @Raj Kashyap where do you get that?

    • @cloudy3994
      @cloudy3994 4 роки тому

      @Raj Kashyap Found it:)

  • @yenstix6681
    @yenstix6681 7 років тому

    I need help... Whenever I load in my custom map, it says game over and exits out.. ANyhelp? Ill give paypal money

  • @null8319
    @null8319 8 років тому

    This is going to sound dumb but i cant pickup my door after i click off any help thanks :D

    • @thedingdog
      @thedingdog 8 років тому

      shift+left click on it

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      What he said below lol // for more help check out viamods.com

  • @TheMattManGames
    @TheMattManGames 8 років тому

    My door won't rotate. What do I do?

  • @huntermarkey
    @huntermarkey 4 роки тому

    How do you deselect item

  • @zombiewaffle7163
    @zombiewaffle7163 7 років тому

    Teach us how to buy power ups. IE. press f on target to spawn a random/ or specific power up.
    And god pls ( if possible ) show us how to execute a function at the end of each round.

  • @Glover7642886
    @Glover7642886 8 років тому

    How can i make my own Easter egg

    • @nielsvanb
      @nielsvanb 8 років тому

      Jason Lopez he'll do that later. He'll probably go into zombie spawns and zoning next. Then perks and magic_box. Then stuff like items i guess.

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Jason Lopez tutorial will come. What kind of Easter egg were you thinking about

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +nielsvanb yea got a huge list of tutorials to do :)

  • @lucasjohnson5080
    @lucasjohnson5080 4 роки тому

    Thank for the great tutorial man!!!
    Your a life saver!!

  • @andmit
    @andmit 8 років тому

    how do you make it so you spawn in with 50000?

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +DenseFury prior tutorial

    • @andmit
      @andmit 8 років тому

      ***** ok, thanks, your door tut. was the first one I watched. Love your vids btw.

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +DenseFury np and thank you

  • @mr.raygunz929
    @mr.raygunz929 8 років тому

    Honestly I like these new videos, keep up the good work Corey! :)

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Mr. Raygunz thanks I enjoy doing them. glad you like them. cant way to stsrt play custom maps

    • @mr.raygunz929
      @mr.raygunz929 8 років тому

      Are you going to be playing your own custom maps or customs from the community?

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Mr. Raygunz yea i will working on tuts first

    • @mr.raygunz929
      @mr.raygunz929 8 років тому

      can't wait for the videos man! by the way how's the family, if you don't mind me asking

    • @GAM3VIDZ
      @GAM3VIDZ  8 років тому

      +Mr. Raygunz good. Kay is getting so big amd growing up

  • @coolboomersage9979
    @coolboomersage9979 8 років тому

    whenever i click on scripts then model i get the error sound can someone help