Post: Tutorial - How Map Edit [Zombieland]
02-15-2015, 11:29 AM #1
0zersub
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); TUTORIAL:

First of all you need the You must login or register to view this content.
when you inject the zombieland debug just start your custom game (local.. no online)


Buttons:

-Left D-pad enable/disable UFO mode
-R2 move
-[] get origin



-How get Origin??:

-EXAMPLE-
Find the place that you want to put edits(carepackages) for example you want create one door (CreateDoor)..go to the edge of the entrance and press []
Then the origin will pop up with light blue letters on center of screen this message is the origin (write it somewhere or take photo :P)that is the start of origin (startOrigin) ~the carepackages will start from there
then you go to the middle of the door and press the [] again (again write it some where or take photo) that is the end of origin (endOrigin) ~the carepackages will stop there.

When you do that is time to code
Smile

Here is the BASIC codes: Thanks to Shark
    
level thread removeSkyBarrier()
CreateWall(startOrigin, endOrigin, isInvisible)
CreateRamp(rampStart, rampEnd, isInvisible)
CreateGrid(gridStart, gridEnd, gridAngle, isInvisible)
CreateFlag(entryFlag, exitFlag, isFlagsHidden, isTwoWayFlags)
CreateElevator(elevatorStartOrigin, elevatorEndOrigin, timeToGetToOrigins, timeBeforeDepartingToNextOrigin)
CreateZipline(startOrigin, endOrigin, timeToGetToOtherSide, twoWayZipline)
CreateDoorSolid(doorOpenOrigin, doorCloseOrigin, doorOpenAndCloseTime, doorAngle, doorWidth, doorHeight, doorHealth, doorTriggerRadius)//Door With No Gaps
CreateDoor(doorOpenOrigin, doorCloseOrigin, doorOpenAndCloseTime, doorAngle, doorWidth, doorHeight, doorHealth, doorTriggerRadius)//Door With Small Gaps
CreateTurret(turretOrigin, turretAngles, turretType)
CreateMysteryBox(boxOrigin, boxAngle, boxPrice)



First of all always you add this at start "level thread removeSkyBarrier() "

EXAMPLE:
Mapname()
{
level thread removeSkyBarrier()
}

then you can add anything else you want Smile

EXAMPLE:
Mapname()
{
level thread removeSkyBarrier()
CreateWall(startOrigin, endOrigin, isInvisible)
CreateFlag(entryFlag, exitFlag, isFlagsHidden, isTwoWayFlags)
CreateTurret(turretOrigin, turretAngles, turretType)
CreateMysteryBox(boxOrigin, boxAngle, boxPrice)
CreateDoor(doorOpenOrigin, doorCloseOrigin, doorOpenAndCloseTime, doorAngle, doorWidth, doorHeight, doorHealth, doorTriggerRadius)
}

~that you have to do is to put your Origins and write them WATCH THE PICTURE BELLOW>> ~

You must login or register to view this content.

-Where put my origins??


Codes that you must type the origin(=numbers) "light blue letters" on game
(startOrigin, endOrigin) =Origin *start-end*
*If (rampStart, rampEnd) = Origin *start-end*
*If (gridStart, gridEnd) = Origin *start-end*
*If (entryFlag, exitFlag)= Origin *start-end*
*If (elevatorStartOrigin, elevatorEndOrigin)= Origin *start-end*
*If (startOrigin, endOrigin)= Origin *start-end*
*If (doorOpenOrigin, doorCloseOrigin)= Origin *start-end*
*If(turretOrigin)= Origin *place that you want to put turret only one Origin*
*If(boxOrigin)= Origin *place that you want to put mysterybox*


TEMPLATES *REPLACE THE NUMBERS WITH YOUR NUMBERS*

SOME EXAMPLES OF EVERY CODE *REPLACE the numbers with your origin numbers* -TEMPLATES-

CreateWall((-3429,-1702,-41.5), (-3379.98,-1835.7,10), false);
CreateRamp((-6597,-181,35.9), (-6967,-226.5,211), false);
CreateGrid((-360.919, -622.332, 331.094), (-362.822, -622.332, 331.22Cool Man (aka Tustin), (90, 0, 0), true);
CreateFlag((-1184.36, -1234.36, 330.125), (-2238.24, -590.123, 250.125), false, false);
CreateElevator((-498.157, -868.63, -15.1372), (-498.157, -868.63, 250.043), 3, 2);
CreateZipline((1001.23, 2650.3, -50.125), (1421.53, 2176.75, 160.125), 2, true);
CreateDoor((6494.98, -8055, 170.433), (6290, -8039, 170), 2, (90, 90, 0), 2, 2, 25, 80);
CreateTurret((293, -1073, 214), (0, 90, 0), "auto_gun_turret_mp");
CreateMysteryBox((-5994.64, -24.9413, -179.875), (0,180,0), 150);


(WARNING YOU MUST CHANGE THE ANGLES IF IS -DOOR,MYSTERYBOX,TURRET,GRID-)

THANKS AND GOOD EDITING Happy I HOPE YOU UNDERSTAND THE TUTORIAL
Smile

CHECK THIS : You must login or register to view this content.

ALSO CHECK THE DLC MAP EDITS : You must login or register to view this content.

Credits to : Shark
Last edited by 0zersub ; 04-08-2015 at 09:45 PM. Reason: update link

The following 15 users say thank you to 0zersub for this useful post:

/SneakerStreet/, Bxrdyy-, CodJumper:, CustomHosting, HiddenHour, iRnZ, ksa_7ooo7, My Ninja Defuse, Revoked, Shark, Skonafid, snapin, stavrosyolo, Sunnis, xDebugKiller
02-24-2015, 12:27 AM #11
0zersub
Little One
Originally posted by marky1991 View Post
sintax error... bad line!!


fixed by me Smile


Meltdown()
{
level thread removeSkyBarrier();
CreateGrid((-1581.75, 2011.03, 991), (-2013.3, 1280.98, 991)); //floor bei flaggen // macht wand bugg
CreateZipline((-1274.62, 1668.76, 2.125), (-1612.98, 1403.49, 1006.Cool Man (aka Tustin), 4, true);
CreateMysteryBox((-2000, 1734.39, 1006.Cool Man (aka Tustin), (0, 180, 0), 50);
CreateFlag((-393.903, 2620.67, -71.875),(-568.757, 2619.51, -71.875) , false, true); //1. Flagge am Tor
CreateWall((-543.641, 555.425, -63.875), (-713.124, 595.663, 150)); // anfang links
CreateWall((-713.124, 595.663, -62.970), (-957.643, 734.466, 150));
CreateWall((-957.643, 734.466, -49.0505), (-1113.92, 908.404, 150));
CreateWall((-1113.92, 908.404, -23.9583), (-1295.18, 1201.46, 150));
CreateWall((-1295.18, 1201.46, 7.27526), (-1409.96, 1578.83, 150)); //links ende
CreateWall((-1409.96, 1578.83, 8.60167), (-1400.18, 1872.76, 150)); // mitte
CreateFlag((-625.902, 771.643, -70.6724),(-407.036, 781.095, -71.875) , false, true); //1. Flagge am Tor
CreateWall((-525.391, 2845.18, -63.875), (-817.046, 2748.94, 150));
CreateWall((-817.046, 2748.94, -58.3677), (-1043.24, 2575.55, 150));
CreateWall((-1043.24, 2575.55, -38.8576), (-1236.15, 2312.78, 150));
CreateWall((-1236.15, 2312.78, -1.19), (-1371.22, 2000.67, 150));
CreateWall((-1371.22, 2000.67, 8.22062), (-1413.65, 1811.58, 150));
CreateDoor((-290.127, 2255.24, -56.8461), (-300.874, 2401.5, -55.7545), 5, (90, 0, 90), 4, 2, 20, 80); // spawn door
CreateDoor((-291.125, 1136.89, -56.8941), (-309.888, 997.605, -55.7569), 5, (90, 0, 90), 4, 2, 20, 80); // other side
CreateWall((464.79, 1817.67, 46.9079), (466.492, 1574.4, 100.851));
CreateMysteryBox((888.141, 1698.82, -72.3277), (0, 180, 0), 50);
CreateWall((94.5414, 4507.62, -139.875), (-74.3608, 4638.26, -45.9057)); //bunker wände
CreateWall((-74.3608, 4638.26, -139.875), (-338.916, 4682.17, -45.9057));
CreateWall((-338.916, 4682.17, -140.115), (-545.29, 4618.23, -45.9057));
CreateWall((-545.29, 4618.23, -140.65), (-758.217, 4357.49, -45.9057)); // lolz
CreateWall((-758.217, 4357.49, -141.5Cool Man (aka Tustin), (-778.516, 4163.34, -45.9057));
CreateWall((-778.516, 4163.34, -140.005), (-736.869, 3991.53, -45.9057));
CreateWall((-736.869, 3991.53, -140.944), (-602.717, 3814.16, -45.9057));
CreateWall((-602.717, 3814.16, -143.277), (-297.734, 3718.85, -45.9057)); // end
CreateGrid((-391.424, 4381.74, -141.875), (-220.144, 4053.42, -139.875)); //floor
CreateFlag((9.96428, 4495.69, -139.875),(85.8111, 4379.51, -139.875) , false, true); //1. Flagge am Tor
CreateMysteryBox((-290.407, 4194.61, -126), (0, 180, 0), 50);
CreateFlag((117.264, -955.975, -127.875),(157.126, -1166.26, -127.875) , false, false); //1. Flagge im Haus
CreateFlag((-227.767, -478.342, -127.875),(139.139, 566.472, 83.125) , false, false); //2. Flagge aus Haus
CreateDoor((562.448, 293.31, 72.125), (359.668, 297.209, 72.125), 2, (90, 180, 0), 2, 2, 20, 80); // tür beim ausgang
}
02-24-2015, 09:04 AM #12
marky1991
Are you high?
Originally posted by 0zersub View Post
fixed by me Smile


Meltdown()
{
level thread removeSkyBarrier();
CreateGrid((-1581.75, 2011.03, 991), (-2013.3, 1280.98, 991)); //floor bei flaggen // macht wand bugg
CreateZipline((-1274.62, 1668.76, 2.125), (-1612.98, 1403.49, 1006.Cool Man (aka Tustin), 4, true);
CreateMysteryBox((-2000, 1734.39, 1006.Cool Man (aka Tustin), (0, 180, 0), 50);
CreateFlag((-393.903, 2620.67, -71.875),(-568.757, 2619.51, -71.875) , false, true); //1. Flagge am Tor
CreateWall((-543.641, 555.425, -63.875), (-713.124, 595.663, 150)); // anfang links
CreateWall((-713.124, 595.663, -62.970), (-957.643, 734.466, 150));
CreateWall((-957.643, 734.466, -49.0505), (-1113.92, 908.404, 150));
CreateWall((-1113.92, 908.404, -23.9583), (-1295.18, 1201.46, 150));
CreateWall((-1295.18, 1201.46, 7.27526), (-1409.96, 1578.83, 150)); //links ende
CreateWall((-1409.96, 1578.83, 8.60167), (-1400.18, 1872.76, 150)); // mitte
CreateFlag((-625.902, 771.643, -70.6724),(-407.036, 781.095, -71.875) , false, true); //1. Flagge am Tor
CreateWall((-525.391, 2845.18, -63.875), (-817.046, 2748.94, 150));
CreateWall((-817.046, 2748.94, -58.3677), (-1043.24, 2575.55, 150));
CreateWall((-1043.24, 2575.55, -38.8576), (-1236.15, 2312.78, 150));
CreateWall((-1236.15, 2312.78, -1.19), (-1371.22, 2000.67, 150));
CreateWall((-1371.22, 2000.67, 8.22062), (-1413.65, 1811.58, 150));
CreateDoor((-290.127, 2255.24, -56.8461), (-300.874, 2401.5, -55.7545), 5, (90, 0, 90), 4, 2, 20, 80); // spawn door
CreateDoor((-291.125, 1136.89, -56.8941), (-309.888, 997.605, -55.7569), 5, (90, 0, 90), 4, 2, 20, 80); // other side
CreateWall((464.79, 1817.67, 46.9079), (466.492, 1574.4, 100.851));
CreateMysteryBox((888.141, 1698.82, -72.3277), (0, 180, 0), 50);
CreateWall((94.5414, 4507.62, -139.875), (-74.3608, 4638.26, -45.9057)); //bunker wände
CreateWall((-74.3608, 4638.26, -139.875), (-338.916, 4682.17, -45.9057));
CreateWall((-338.916, 4682.17, -140.115), (-545.29, 4618.23, -45.9057));
CreateWall((-545.29, 4618.23, -140.65), (-758.217, 4357.49, -45.9057)); // lolz
CreateWall((-758.217, 4357.49, -141.5Cool Man (aka Tustin), (-778.516, 4163.34, -45.9057));
CreateWall((-778.516, 4163.34, -140.005), (-736.869, 3991.53, -45.9057));
CreateWall((-736.869, 3991.53, -140.944), (-602.717, 3814.16, -45.9057));
CreateWall((-602.717, 3814.16, -143.277), (-297.734, 3718.85, -45.9057)); // end
CreateGrid((-391.424, 4381.74, -141.875), (-220.144, 4053.42, -139.875)); //floor
CreateFlag((9.96428, 4495.69, -139.875),(85.8111, 4379.51, -139.875) , false, true); //1. Flagge am Tor
CreateMysteryBox((-290.407, 4194.61, -126), (0, 180, 0), 50);
CreateFlag((117.264, -955.975, -127.875),(157.126, -1166.26, -127.875) , false, false); //1. Flagge im Haus
CreateFlag((-227.767, -478.342, -127.875),(139.139, 566.472, 83.125) , false, false); //2. Flagge aus Haus
CreateDoor((562.448, 293.31, 72.125), (359.668, 297.209, 72.125), 2, (90, 180, 0), 2, 2, 20, 80); // tür beim ausgang
}


error bad line! in the first line.

You must login or register to view this content.
Last edited by marky1991 ; 02-24-2015 at 09:08 AM.
02-24-2015, 09:17 AM #13
0zersub
Little One
Originally posted by marky1991 View Post
error bad line! in the first line.

You must login or register to view this content.


i found the mistake put on the 148 line to (-2013.3, the comma Winky Winky
02-24-2015, 09:29 AM #14
marky1991
Are you high?
Originally posted by 0zersub View Post
i found the mistake put on the 148 line to (-2013.3, the comma Winky Winky


same error....

You must login or register to view this content.
02-24-2015, 12:42 PM #15
0zersub
Little One
Originally posted by marky1991 View Post
same error....

You must login or register to view this content.


delete the previous and replace all the code

    
Meltdown()
{
level thread removeSkyBarrier();
CreateGrid((-1581.75, 2011.03, 991), (-2013.3, 1280.98, 991)); //floor bei flaggen // macht wand bugg
CreateZipline((-1274.62, 1668.76, 2.125), (-1612.98, 1403.49, 1006.Cool Man (aka Tustin), 4, true);
CreateMysteryBox((-2000, 1734.39, 1006.Cool Man (aka Tustin), (0, 180, 0), 50);
CreateFlag((-393.903, 2620.67, -71.875),(-568.757, 2619.51, -71.875) , false, true); //1. Flagge am Tor
CreateWall((-543.641, 555.425, -63.875), (-713.124, 595.663, 150)); // anfang links
CreateWall((-713.124, 595.663, -62.970), (-957.643, 734.466, 150));
CreateWall((-957.643, 734.466, -49.0505), (-1113.92, 908.404, 150));
CreateWall((-1113.92, 908.404, -23.9583), (-1295.18, 1201.46, 150));
CreateWall((-1295.18, 1201.46, 7.27526), (-1409.96, 1578.83, 150)); //links ende
CreateWall((-1409.96, 1578.83, 8.60167), (-1400.18, 1872.76, 150)); // mitte
CreateFlag((-625.902, 771.643, -70.6724),(-407.036, 781.095, -71.875) , false, true); //1. Flagge am Tor
CreateWall((-525.391, 2845.18, -63.875), (-817.046, 2748.94, 150));
CreateWall((-817.046, 2748.94, -58.3677), (-1043.24, 2575.55, 150));
CreateWall((-1043.24, 2575.55, -38.8576), (-1236.15, 2312.78, 150));
CreateWall((-1236.15, 2312.78, -1.19), (-1371.22, 2000.67, 150));
CreateWall((-1371.22, 2000.67, 8.22062), (-1413.65, 1811.58, 150));
CreateDoor((-290.127, 2255.24, -56.8461), (-300.874, 2401.5, -55.7545), 5, (90, 0, 90), 4, 2, 20, 80); // spawn door
CreateDoor((-291.125, 1136.89, -56.8941), (-309.888, 997.605, -55.7569), 5, (90, 0, 90), 4, 2, 20, 80); // other side
CreateWall((464.79, 1817.67, 46.9079), (466.492, 1574.4, 100.851));
CreateMysteryBox((888.141, 1698.82, -72.3277), (0, 180, 0), 50);
CreateWall((94.5414, 4507.62, -139.875), (-74.3608, 4638.26, -45.9057)); //bunker wände
CreateWall((-74.3608, 4638.26, -139.875), (-338.916, 4682.17, -45.9057));
CreateWall((-338.916, 4682.17, -140.115), (-545.29, 4618.23, -45.9057));
CreateWall((-545.29, 4618.23, -140.65), (-758.217, 4357.49, -45.9057)); // lolz
CreateWall((-758.217, 4357.49, -141.5Cool Man (aka Tustin), (-778.516, 4163.34, -45.9057));
CreateWall((-778.516, 4163.34, -140.005), (-736.869, 3991.53, -45.9057));
CreateWall((-736.869, 3991.53, -140.944), (-602.717, 3814.16, -45.9057));
CreateWall((-602.717, 3814.16, -143.277), (-297.734, 3718.85, -45.9057)); // end
CreateGrid((-391.424, 4381.74, -141.875), (-220.144, 4053.42, -139.875)); //floor
CreateFlag((9.96428, 4495.69, -139.875),(85.8111, 4379.51, -139.875) , false, true); //1. Flagge am Tor
CreateMysteryBox((-290.407, 4194.61, -126), (0, 180, 0), 50);
CreateFlag((117.264, -955.975, -127.875),(157.126, -1166.26, -127.875) , false, false); //1. Flagge im Haus
CreateFlag((-227.767, -478.342, -127.875),(139.139, 566.472, 83.125) , false, false); //2. Flagge aus Haus
CreateDoor((562.448, 293.31, 72.125), (359.668, 297.209, 72.125), 2, (90, 180, 0), 2, 2, 20, 80); // tür beim ausgang
}


it works perfect for me
02-24-2015, 12:48 PM #16
marky1991
Are you high?
Originally posted by 0zersub View Post
delete the previous and replace all the code

    
Meltdown()
{
level thread removeSkyBarrier();
CreateGrid((-1581.75, 2011.03, 991), (-2013.3, 1280.98, 991)); //floor bei flaggen // macht wand bugg
CreateZipline((-1274.62, 1668.76, 2.125), (-1612.98, 1403.49, 1006.Cool Man (aka Tustin), 4, true);
CreateMysteryBox((-2000, 1734.39, 1006.Cool Man (aka Tustin), (0, 180, 0), 50);
CreateFlag((-393.903, 2620.67, -71.875),(-568.757, 2619.51, -71.875) , false, true); //1. Flagge am Tor
CreateWall((-543.641, 555.425, -63.875), (-713.124, 595.663, 150)); // anfang links
CreateWall((-713.124, 595.663, -62.970), (-957.643, 734.466, 150));
CreateWall((-957.643, 734.466, -49.0505), (-1113.92, 908.404, 150));
CreateWall((-1113.92, 908.404, -23.9583), (-1295.18, 1201.46, 150));
CreateWall((-1295.18, 1201.46, 7.27526), (-1409.96, 1578.83, 150)); //links ende
CreateWall((-1409.96, 1578.83, 8.60167), (-1400.18, 1872.76, 150)); // mitte
CreateFlag((-625.902, 771.643, -70.6724),(-407.036, 781.095, -71.875) , false, true); //1. Flagge am Tor
CreateWall((-525.391, 2845.18, -63.875), (-817.046, 2748.94, 150));
CreateWall((-817.046, 2748.94, -58.3677), (-1043.24, 2575.55, 150));
CreateWall((-1043.24, 2575.55, -38.8576), (-1236.15, 2312.78, 150));
CreateWall((-1236.15, 2312.78, -1.19), (-1371.22, 2000.67, 150));
CreateWall((-1371.22, 2000.67, 8.22062), (-1413.65, 1811.58, 150));
CreateDoor((-290.127, 2255.24, -56.8461), (-300.874, 2401.5, -55.7545), 5, (90, 0, 90), 4, 2, 20, 80); // spawn door
CreateDoor((-291.125, 1136.89, -56.8941), (-309.888, 997.605, -55.7569), 5, (90, 0, 90), 4, 2, 20, 80); // other side
CreateWall((464.79, 1817.67, 46.9079), (466.492, 1574.4, 100.851));
CreateMysteryBox((888.141, 1698.82, -72.3277), (0, 180, 0), 50);
CreateWall((94.5414, 4507.62, -139.875), (-74.3608, 4638.26, -45.9057)); //bunker wände
CreateWall((-74.3608, 4638.26, -139.875), (-338.916, 4682.17, -45.9057));
CreateWall((-338.916, 4682.17, -140.115), (-545.29, 4618.23, -45.9057));
CreateWall((-545.29, 4618.23, -140.65), (-758.217, 4357.49, -45.9057)); // lolz
CreateWall((-758.217, 4357.49, -141.5Cool Man (aka Tustin), (-778.516, 4163.34, -45.9057));
CreateWall((-778.516, 4163.34, -140.005), (-736.869, 3991.53, -45.9057));
CreateWall((-736.869, 3991.53, -140.944), (-602.717, 3814.16, -45.9057));
CreateWall((-602.717, 3814.16, -143.277), (-297.734, 3718.85, -45.9057)); // end
CreateGrid((-391.424, 4381.74, -141.875), (-220.144, 4053.42, -139.875)); //floor
CreateFlag((9.96428, 4495.69, -139.875),(85.8111, 4379.51, -139.875) , false, true); //1. Flagge am Tor
CreateMysteryBox((-290.407, 4194.61, -126), (0, 180, 0), 50);
CreateFlag((117.264, -955.975, -127.875),(157.126, -1166.26, -127.875) , false, false); //1. Flagge im Haus
CreateFlag((-227.767, -478.342, -127.875),(139.139, 566.472, 83.125) , false, false); //2. Flagge aus Haus
CreateDoor((562.448, 293.31, 72.125), (359.668, 297.209, 72.125), 2, (90, 180, 0), 2, 2, 20, 80); // tür beim ausgang
}


it works perfect for me


now works, thanks!!!!!
03-07-2015, 12:12 AM #17
The grid function makes no sense... how do I add care packages vertically or diagonally? It just comes out as a wall for me. Help appreciated.
03-07-2015, 09:46 AM #18
0zersub
Little One
Originally posted by Spootra View Post
The grid function makes no sense... how do I add care packages vertically or diagonally? It just comes out as a wall for me. Help appreciated.


you must change the last part e.g (0, 90, 0) to (90, 90, 0) and test it if not working just change it again
03-08-2015, 09:53 PM #19
CustomHosting
Are you high?
Originally posted by marky1991 View Post
sintax error... bad line!!


look at how the code is on ngu it has the smilies lol so when you paste in gsc studio it will delete the numbers that make up the smilie, so just replace the numbers again and your golden. Smile

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo