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

Getting Shi No Numa zipline working on Der Riese style map

broken avatar :(
Created 11 years ago
by Deleted User
0 Members and 1 Guest are viewing this topic.
2,151 views
broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
Same as in topic. I have no idea how to do this.
broken avatar :(
×
broken avatar :(
Former UGX Lead Asset Creator
Location: ca
Date Registered: 17 August 2012
Last active: 5 years ago
Posts
1,932
Respect
Forum Rank
Zombie Destroyer
Primary Group
UGX V.I.P.
My Groups
More
My Contact & Social Links
More
Personal Quote
Eh?
Signature

(Click to enter portfolio)
×
SajeOne's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
UGX V.I.P.
UGX V.I.P.
First go into root/raw/maps and find the file called "nazi_zombie_sumpf_zipline". Copy it to the directory "mods/*YOURMOD*/maps. Open launcher and check the file in the IWD list for your map. Open your mapname.gsc and find the line
Code Snippet
Plaintext
maps\_zombiemode::main();
. After that line place the line:
Code Snippet
Plaintext
thread maps\nazi_zombie_sumpf_zipline::initZipline();
So it should look like this:
Code Snippet
Plaintext
maps\_zombiemode::main();
thread maps\nazi_zombie_sumpf_zipline::initZipline();
Save the file.

Next go into radiant and make a new misc>prefab and in the _prefabs directory load the file called "nazi_zombie_sumpf_zlift.map". Place it how and where you want, then save the map file, build and compile your map and then you have a working zipline.
broken avatar :(
  • DeletedUser
  • Deleted Member
×
broken avatar :(
DeletedUser
This user is deleted :(
Worked! Thanks Saje!

 
Loading ...