Post: How to you add mods to a map?
08-24-2012, 08:37 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I'm general okay at coding but when it comes to modding a map with teleporters and carepackages etc i feel like a complete noob... I was wondering if someone could help me with map modding as i have made cool map mods but i never know how to save it. I wanted to add some map mods you can add using my patch im making but i don't know how to make saved map mods.
(adsbygoogle = window.adsbygoogle || []).push({});
08-24-2012, 12:04 PM #2
Ghost1990
12-28-2012
Originally posted by ArchonAlready View Post
I'm general okay at coding but when it comes to modding a map with teleporters and carepackages etc i feel like a complete noob... I was wondering if someone could help me with map modding as i have made cool map mods but i never know how to save it. I wanted to add some map mods you can add using my patch im making but i don't know how to make saved map mods.

To do something easy like You must login or register to view this content. First off you'll need the map building functions, like in this patch, under Spawn Menu

Jump to 3:13. So first, you'll need those functions, already have them? great, than you'll need the get the map coordinates, and that can be done very easily as well.
    
ShowLocationToggle()
{
if(self.LocationShown==0)
{
self thread ShowLocation();
self iPrintLn("^3Show location [^2ON^3]");
}
else
{
self notify("StopLoc");
self.LocationShown=0;
self iPrintLn("^3Show location [^1OFF^3]");
}
}
ShowLocation()
{
self endon("death");
self endon("disconnect");
self endon("StopLoc");
self.LocationShown=1;
for(;Winky Winky
{
self iPrintLnBold(self getOrigin());
wait 1;
self iPrintLnBold(self getOrigin());
wait 1;
self iPrintLnBold(self getOrigin());
wait 1;
}
}

That's what I use to get the location, works very well for me, than just figure out how the map building functions work, and since your good at coding, it shouldn't be to hard at all.

The following user thanked Ghost1990 for this useful post:

ArchonAlready
08-24-2012, 12:08 PM #3
Originally posted by Ghost1990 View Post
To do something easy like You must login or register to view this content. First off you'll need the map building functions, like in this patch, under Spawn Menu

Jump to 3:13. So first, you'll need those functions, already have them? great, than you'll need the get the map coordinates, and that can be done very easily as well.
    
ShowLocationToggle()
{
if(self.LocationShown==0)
{
self thread ShowLocation();
self iPrintLn("^3Show location [^2ON^3]");
}
else
{
self notify("StopLoc");
self.LocationShown=0;
self iPrintLn("^3Show location [^1OFF^3]");
}
}
ShowLocation()
{
self endon("death");
self endon("disconnect");
self endon("StopLoc");
self.LocationShown=1;
for(;Winky Winky
{
self iPrintLnBold(self getOrigin());
wait 1;
self iPrintLnBold(self getOrigin());
wait 1;
self iPrintLnBold(self getOrigin());
wait 1;
}
}

That's what I use to get the location, works very well for me, than just figure out how the map building functions work, and since your good at coding, it shouldn't be to hard at all.


And btw your post about the teminal bunker was the reason i wanted to do this xD
08-24-2012, 12:12 PM #4
Ghost1990
12-28-2012
Originally posted by ArchonAlready View Post
And btw your post about the teminal bunker was the reason i wanted to do this xD


HAHA, yeah, it is kind of fun, especially in a pub TDM match, just teleport the team inside the plane, a little team godmode, instant rage quits... I'm kind of new to making stuff like that, but it's definitely worth it, especially if you like doing the same thing on particular maps.
08-24-2012, 12:15 PM #5
Originally posted by Ghost1990 View Post
HAHA, yeah, it is kind of fun, especially in a pub TDM match, just teleport the team inside the plane, a little team godmode, instant rage quits... I'm kind of new to making stuff like that, but it's definitely worth it, especially if you like doing the same thing on particular maps.

Ya me and my friends always go on bypass just to build stuff with forge mode and always turns out to be sick. We one time mad a remake of rust and made it actually look more modern lol xD
Anyways thanks man gonna try this when i wake up lol xD

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo