UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - poptartedpoptart

Great map! I made a video for it: https://www.youtube.com/watch?v=UojV_ZY_M6w
4 years ago
Hi, I've come across this error today, and I'm not exactly sure why. I have put in a curve patch (first time testing them out), and have gotten this error. Maybe it is also because I am using the clip generator tool, but idk because my map was working before I put in the curve patch. Any help is appreciated. Thanks.
7 years ago
Thank you so much!!! This worked!!!  :D :D :D :D :D :D :D :D :D
8 years ago
Quote
Make sure the zones are as close as possible without being inside each other, the way it works in bo3 is whenever you aren't in a zone it thinks you are cheating so it kills you.

If this doesn't work Ill check it out since I haven't actually used multiple zones in any of my current bo3 maps.

EDIT:
Was looking around the zm_mapname file and found this:
Code: [Select]
//Setup the levels Zombie Zone Volumes
   level.zones = [];
   level.zone_manager_init_func =&usermap_test_zone_init;
   init_zones[0] = "start_zone";
   level thread zm_zonemgr::manage_zones( init_zones );

You would most likely need to add init_zones[1] = "zonename"; but I haven't tried this yet.

Yup, my zones are sitting as close to each other as possible but not passing through. I was going to try putting in the "add_adjacent_zone" thing from WaW, but I thought I might wait to see if someone else figured it out.
8 years ago
Ok, so I have followed your tutorial and I spawn in just fine. But when I walk into my second zone, I still get the Samantha laugh and die. I use these KVPs:
Code Snippet
Plaintext
targetname
zone2

target
zone2_spawners

and

script_noteworthy
player_volume
8 years ago
I was able to get walls to match up, but I can't fix the lighting thing.
8 years ago
Yep, happening to me too. This could be just because they're in beta, so for some people the lights may do this. Maybe a more experienced mapper can help us out?
8 years ago
Yup, there's already a ton of box maps on the workshop...
8 years ago
No prob! Don't worry you'll get used to making stupid mistakes!  :D
8 years ago
Follow this tutorial. It's for WaW, but it uses the same method.
http://www.youtube.com/watch?v=O6yROSuLCyw#action=share

Edit: Here's a written tutorial that I just saw on here: http://ugx-mods.com/forum/index.php/topic,12777.0.html
8 years ago
I did just about the same thing yesterday. I noticed that I accidentally put in build_lights instead just "lights". That fixed the problem for me.
8 years ago
Quote
Never mind, think i figured it out :)

Needed to expand the volume_fpstool zone.

I'm having this same problem, and I tried this and it didn't seem to work because I have the volume_fpstool over my entire map, although when I go through my second zone it still kills me.
8 years ago
Thanks! I got it before I looked here lol, I have a misspelling on one of my KVPs
8 years ago
I have just downloaded the new mod tools (yes they're awesome!!!), and I have been "messing around" with it and trying things out. Although after I compile and link everything, I go to launch my map, and I spawn in and instantly die. I understand these mod tools are new, so not many people might have an answer, but thanks in advance!
8 years ago
I probably did something wrong, but I got a server script compile error. I went through everything you said, I'm just not sure about this one.

http://imgur.com/i6e5vRN
8 years ago
Loading ...