Black Ops 3 Mod Tools - Buyable Doors

  Рет қаралды 5,571

Program115

Program115

Күн бұрын

Пікірлер: 58
@BWLZ
@BWLZ 4 жыл бұрын
Thank you for this! Nice to see newer video on this!
@Comrade_Dom
@Comrade_Dom 2 жыл бұрын
Thank you! This was easy to follow.
@chasevillegas2698
@chasevillegas2698 2 жыл бұрын
The video was helpful but if I move to the next zone I die. I’ve gone over the map file a bunch and still die. The zones don’t overlap but are on the same grid.
@2tired2sleep2
@2tired2sleep2 Жыл бұрын
Hello thank you so much for your videos, even three years later your work is highly appreciated. When trying to set up my door I’m running into the issue of the door not rotating all the way to a specific position, it will rotate the right direction but will not rotate all the way. Also how can i rotate the CLIP bounds with the door instead of it disappearing when bought?
@Program115
@Program115 Жыл бұрын
Thank you! Just experiment with the angles, increase it a bit and see how it's affected. I don't believe you can rotate a clip (like this atleast)
@TheTiger367
@TheTiger367 3 жыл бұрын
Love your tutorials man! Though I need your help...I got zone one to work after opened, though opening the next door on my map it kills me as if I was not allowed in the next zone. I rechecked everything and ensured the naming/spelling was correct. I put the second line of code under the first zone code
@Program115
@Program115 3 жыл бұрын
Thanks for your support! Getting killed is caused by the zone not being activated. Check the KvPs are correct (not just the zone name) but what defines it as a player zone. This video may help: kzbin.info/www/bejne/gWbGc2iEbbKpbK8
@drippy6941
@drippy6941 Жыл бұрын
I’ve set up all my doors this way. for some reason on a certain zone, I die after maybe 10 seconds being in that room, I rebuilt the doors and redid the scripting but it seems to keep happening. Do you know what the problem could be? All kvps are accurate and I triple checked everything
@Program115
@Program115 Жыл бұрын
If the doors open then the target/targetname should be okay. The most important one for the zone is the script_flag as this is what the script refers to. Check you have the correct trigger and no KvPs are missing from the next zone. The zones should also be touching if they're adjacent areas.
@drippy6941
@drippy6941 Жыл бұрын
@@Program115 when you say touching I see you built the zones where they touch the inside wall, so that there’s a gap between the two zones where the wall is. So the correct way to make the 2 zones touch each other?
@Program115
@Program115 Жыл бұрын
@@drippy6941 I usually make them actually touch now. I don't know if that'll be your issue though as it suggests the next zone isn't being activated (you're standing in the next zone, not the gap).
@drippy6941
@drippy6941 Жыл бұрын
@@Program115 I found the issue, for some reason I put script_flag “name_spawners” under my zone instead of target name spawners
@drippy6941
@drippy6941 Жыл бұрын
Nevermind! It’s still happening, only in one spot of that room. My zones are now adjacent and all kvps are correct. Don’t know what it could be
@beefxroni1959
@beefxroni1959 6 ай бұрын
I have doors that rotate out but once they're rotated out, the zombies won't try to walk around them. They'll just walk into them while trying to get to the player.
@Program115
@Program115 6 ай бұрын
If you're using a door frame model which has a floor, place a brush under it to connect the floors. If the floors are all connected, check your clip is setup correctly.
@fisheggs9666
@fisheggs9666 9 ай бұрын
I've checked over my KvPs several times and even though it all looks in order I still can't interact with the door, like the prompt to buy it just does not show up. Not sure what the problem is.
@fisheggs9666
@fisheggs9666 9 ай бұрын
I forgot to add the clip texture to the brushmodel and now it works
@creeperconstruction7515
@creeperconstruction7515 3 жыл бұрын
Every thing is that same as your tutorial but it says not available on the trigger and I can walk right through my door model
@creeperconstruction7515
@creeperconstruction7515 3 жыл бұрын
Nvm my clip brush model somehow turned into a use trigger
@Program115
@Program115 3 жыл бұрын
You've missed a few things probably. The trigger is likely missing the zombie_door KvP and you'll need to add a clip to prevent the player from walking through.
@haychicken4891
@haychicken4891 3 жыл бұрын
Are you able to set the door to open up multiple zones? For example, I have 3 rooms set up. Room 1 has a power door to room 2, and room 2 has a power door to room 3. When testing the map it will allow me to go from room 1 to room 2, but not to room 3 as that zone wasn't activated. If you could explain what I should do it'd be much appreciated.
@Program115
@Program115 3 жыл бұрын
If you need one trigger to activate more than 1 zone then I think you may need to script it yourself. I might be wrong but I haven't tried to do that using the usual KvPs.
@surfypolecat4731
@surfypolecat4731 3 жыл бұрын
Oh I knew I was missing a kvp
@silverckat
@silverckat 2 жыл бұрын
when i remap the door to script_model it becomes invisible how can i be fixed or am i doing something wrong?
@nathannathan815
@nathannathan815 2 жыл бұрын
For some reason I can only get the door to move in one direction, the scipt_vector KVP is set to 0,0,94.75 currently but will only move if the first (x value I think) has a value other than 0 and it doesn't move in any other direction no matter the value (I'm trying to get it to move upwards) any help would be appreciated
@Program115
@Program115 2 жыл бұрын
Watch the video carefully, it uses spaces, not commas to separate the values
@nathannathan815
@nathannathan815 2 жыл бұрын
@@Program115 I can't believe I missed that, Thank you so much!!
@andrewgustafson7803
@andrewgustafson7803 3 жыл бұрын
Sorry I've been asking alot haha, but I've been struggling to figure out why when I do everything you did, it didn't auto generate the user_map_test_zone part into my script
@Program115
@Program115 3 жыл бұрын
It's okay! I would suggest having a look through the full playlist (especially the start) and see if there's anything you missed?
@andrewgustafson7803
@andrewgustafson7803 3 жыл бұрын
@@Program115 Hey, I did my first door and it works perfectly fine and I have 2 zones working perfectly fine with perks and such but when I make another door it doesn't work and just says unavaialble. All I did was copy and paste the previous door and changed the name from zombie_door, to zombie_door2. Do you know what could be wrong?
@Program115
@Program115 3 жыл бұрын
@@andrewgustafson7803 zombie door needs to stay the same, thats what defines it as a buyable door. It's the others you need to be changing (eg: targetname/target)
@andrewgustafson7803
@andrewgustafson7803 3 жыл бұрын
@@Program115 ok thank you man. That fixed it haha
@notgayming5190
@notgayming5190 3 жыл бұрын
could you help me script a door that opens after a set number of rounds?
@Program115
@Program115 3 жыл бұрын
Look into gsc scripting (there's a few on KZbin). You'll be using level.round_number to check which round it is
@tttomy803
@tttomy803 2 жыл бұрын
thanks bro, you fix my life :) like.
@killberrys
@killberrys 2 жыл бұрын
How do i make a door only buyable on one side?
@Program115
@Program115 2 жыл бұрын
Position the trigger on one side only.
@MacoDeVinx
@MacoDeVinx 4 жыл бұрын
Wish i had my storage bought so i could map it out lol bought the game without seeing the size of it lol
@Program115
@Program115 4 жыл бұрын
Yeah, it's quite a bit.
@UnRealisticHope
@UnRealisticHope Жыл бұрын
what App do you use to add the new script into Bo3?
@Program115
@Program115 Жыл бұрын
The text editor is Sublime Text
@luckybeatz9272
@luckybeatz9272 4 жыл бұрын
you are awsome dude
@Program115
@Program115 4 жыл бұрын
Thanks for your support!
@luckybeatz9272
@luckybeatz9272 4 жыл бұрын
@@Program115 i could have never understand creating costom zombies maps withour your playlist !! thanks a lot my guy!!
@Program115
@Program115 4 жыл бұрын
@@luckybeatz9272 I'm glad the videos are helping! Thanks for your support!
@robertcodywilson8097
@robertcodywilson8097 4 жыл бұрын
I'm following the tutorial but it still says not available whenever I load my test map and attempt to buy doors. Can somebody help
@Program115
@Program115 4 жыл бұрын
Check KvPs closely, thats almost always the issue.
@calvinheiser
@calvinheiser 4 жыл бұрын
Had this issue. Turns out, I placed the door name on the trigger_use , rather than zombie_door.
Black Ops 3 Mod Tools - Power, Perks & Pack a Punch
7:06
Program115
Рет қаралды 1,8 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
Black Ops 3 Mod Tools - Rain
30:50
Program115
Рет қаралды 4,1 М.
Black Ops 3 Mod Tools | Tutorial 9 - Doors and Debris
19:19
JBird632
Рет қаралды 52 М.
Doors & Debris (BO3 Mod Tools 2022)
11:47
Logical Edits
Рет қаралды 19 М.
Black Ops 3 Mod Tools - Player Spawns & Start Zone
10:04
Program115
Рет қаралды 7 М.
Black Ops 3 Mod Tools - Custom Sounds
20:50
Program115
Рет қаралды 6 М.
Black Ops 3 Mod Tools - Building a Room
13:15
Program115
Рет қаралды 5 М.
Zombie Spawners & Zones (BO3 Mod Tools 2022)
14:57
Logical Edits
Рет қаралды 18 М.