Author Topic: New Game Mode: Ultimate Survival  (Read 12722 times)

0 Members and 1 Guest are viewing this topic.

Offline zyxstand

  • Veteran
  • *****
  • Posts: 1106
  • Mother of all Bombs
New Game Mode: Ultimate Survival
« on: August 14, 2007, 04:38:56 pm »
Ultimate Survival
[/size]

The goal: to survive

This game mode is broken up into levels.  The more levels you survive the more points you gain.  When you have been eliminated, you're out for the level, but you'll be placed back in when the next level starts.
The best part is that it's extremely easy for someone to make a new level and even easier for server-hosts to add these levels to their current ones.
Use /reload to reload the levels.txt file - no need to bring down the whole server!  Use /remove to take eliminate yourself.

Please read the ReadMe.txt if you want to host a server to learn what settings to use.  The only map to be used is the survive.pms map - levels are designed to be compatible with only this map.

To create your own levels, open the zyx.pas and read how I have my levels setup.  Make sure not to use existing procedure names.
Use timer := x; to set the time (in seconds) to run your level.  Set X to -1 to turn off the timer function - you must set timer := 0; when you want the script to go to the next level.
Always run a check to make sure the script is still in your level:
Code: [Select]
while (timer > 2) and (LevelList[curlevel - 1] = 'zyx3') doThis is the main loop in the level 'zyx3'.

When you use CreateBullet, set the player ID to 1 (spectating bot) - all weapons do 0 damage but if the ID is set to 1 then a hit player will be automatically removed.  You may manually remove a player using the RP(ID) function in Survival.pas and you may manually bring back a player using the BBP(ID) function in Survival.pas.  You should put all your levels into one .pas file.  A level currently lasts about 35 seconds on average.  People don't want to have to wait too long when they're out.  Also note that when a player somehow happened to catch a weapon, the weapon is immediately removed!

PLEASE test levels for ANY bugs before publishing them.  To publish your levels, use the following format:

Author:  zyxstand
Number of Levels:  5
Level Names:  zyx1, zyx2, zyx3, zyx4, zyx5
Description:  Simple knives flying around.

As you can see from the zyx.pas file, a level can be as short as a total of 12 lines (my highest has a total of only 18)!  Do not limit yourself to making it be knives killing people.  You can be as creative as you want.  However, I believe you might get errors if you try to run a threaded function within your threaded function (all levels are loaded threaded).
PM me your level so I can verify it and add it up here!

The attached image has some useful info on the map.

Download
- Please read the "Readme Survival.txt" file! -
updated 6/15/07 8:14pm EST
Map modified
/reload modified
Displays winner


EDIT 8/14/07  8:03pm EST:
made a minor change in Survival.pas
« Last Edit: August 15, 2007, 08:30:55 pm by zyxstand »
Can't think of anything original to put here...

Offline XfalconX

  • Major(1)
  • Posts: 21
Re: New Game Mode: Ultimate Survival
« Reply #1 on: August 14, 2007, 04:40:05 pm »
Lol sounds pretty fun. INFIN KNIVES!!!  [retard]

Offline DorkeyDear

  • Veteran
  • *****
  • Posts: 1507
  • I also go by Curt or menturi
Re: New Game Mode: Ultimate Survival
« Reply #2 on: August 14, 2007, 05:31:01 pm »
:D already released it huh? Sweet!

Offline Tosty

  • Soldier
  • **
  • Posts: 172
  • Ultimate TW Medic
    • Just Click it
Re: New Game Mode: Ultimate Survival
« Reply #3 on: August 14, 2007, 07:07:09 pm »
wont let me down load keeps sayin 'You are not allowed to access this section'



Offline zyxstand

  • Veteran
  • *****
  • Posts: 1106
  • Mother of all Bombs
Re: New Game Mode: Ultimate Survival
« Reply #4 on: August 14, 2007, 07:27:48 pm »
wont let me down load keeps sayin 'You are not allowed to access this section'

are you sure?  try again!  Which link do you use?  The bid Download link or the attachment (they should be the same)?
Can't think of anything original to put here...

Offline Tosty

  • Soldier
  • **
  • Posts: 172
  • Ultimate TW Medic
    • Just Click it
Re: New Game Mode: Ultimate Survival
« Reply #5 on: August 14, 2007, 10:13:33 pm »
ok its working now



Offline miketh2005

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 668
  • What's the URL for www.microsoft.com?
Re: New Game Mode: Ultimate Survival
« Reply #6 on: August 15, 2007, 01:17:21 pm »
I don't unerstand I have the script on right now, I join and it  puts me in a box, do I have to wait for more players? after more come then what?

Date Posted: August 15, 2007, 02:14:05 PM
the bot always say Die! NaMe and then I restarted and I'm out in the open this time but there are no lvls going on
Quote from: 'Ando.' pid='12999178' dateline='1309046898'
My new password is secure as shit :)
Mate, I am not sure Shit is even secured nowadays.

Offline zyxstand

  • Veteran
  • *****
  • Posts: 1106
  • Mother of all Bombs
Re: New Game Mode: Ultimate Survival
« Reply #7 on: August 15, 2007, 07:22:05 pm »
Hey miketh, I had a ReadMe in the scripts\Ultimate Survival\ folder which I guess you didn't read because it wasn't there so obvious.  Download the newest version and read the ReadMe Survival.txt file and change your settings to those indicated.  These settings are there for good reasons!

updated 6/15/07 8:14pm EST
Map modified
/reload modified
Displays winner
Can't think of anything original to put here...

Offline miketh2005

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 668
  • What's the URL for www.microsoft.com?
Re: New Game Mode: Ultimate Survival
« Reply #8 on: August 18, 2007, 02:08:59 pm »
Actually I did read it with all the settings, it's in DM and everything dude

Date Posted: August 17, 2007, 12:21:03 PM
can someone tell me whats going on? the levels don't start the bot doesn't join on his own and each time a player joins they go to the box and /reload doesn't work!
Quote from: 'Ando.' pid='12999178' dateline='1309046898'
My new password is secure as shit :)
Mate, I am not sure Shit is even secured nowadays.

Offline Xxypher

  • Veteran
  • *****
  • Posts: 1319
  • Soldat Veteran.
Re: New Game Mode: Ultimate Survival
« Reply #9 on: August 18, 2007, 02:22:37 pm »
Anyone have a server up?

Offline miketh2005

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 668
  • What's the URL for www.microsoft.com?
Re: New Game Mode: Ultimate Survival
« Reply #10 on: August 18, 2007, 03:08:42 pm »
I do but the script doesn't work!
Server Name: !Elite-NS-Ultimate Surival
Max Players: 12
Server IP: 72.232.225.68 (server3.enesce.com)
Port: 23110
Quote from: 'Ando.' pid='12999178' dateline='1309046898'
My new password is secure as shit :)
Mate, I am not sure Shit is even secured nowadays.

Offline Ttil_Np.csWoW

  • Major
  • *
  • Posts: 55
  • The Berserkers Are Coming....
Re: New Game Mode: Ultimate Survival
« Reply #11 on: August 18, 2007, 04:33:21 pm »
I do but the script doesn't work!
Server Name: !Elite-NS-Ultimate Surival
Max Players: 12
Server IP: 72.232.225.68 (server3.enesce.com)
Port: 23110

Noooooo.... you killed the race server for a script that doesn't work!  :'(

P.S- cool script
I will be back to play soldat, just not now , but i will....... some day.

Offline Coolio

  • Camper
  • ***
  • Posts: 320
  • Well cya all.
Re: New Game Mode: Ultimate Survival
« Reply #12 on: August 18, 2007, 04:42:41 pm »
I do but the script doesn't work!
Server Name: !Elite-NS-Ultimate Surival
Max Players: 12
Server IP: 72.232.225.68 (server3.enesce.com)
Port: 23110

Holy already? I gotta try this sometime.
BANNED

Offline Xxypher

  • Veteran
  • *****
  • Posts: 1319
  • Soldat Veteran.
Re: New Game Mode: Ultimate Survival
« Reply #13 on: August 18, 2007, 05:11:07 pm »
Ima get on riiiiiiiiiiight now.

Offline miketh2005

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 668
  • What's the URL for www.microsoft.com?
Re: New Game Mode: Ultimate Survival
« Reply #14 on: August 18, 2007, 05:23:22 pm »
why would you get on if the script no work? All it could be is a chat room
Quote from: 'Ando.' pid='12999178' dateline='1309046898'
My new password is secure as shit :)
Mate, I am not sure Shit is even secured nowadays.

Offline Xxypher

  • Veteran
  • *****
  • Posts: 1319
  • Soldat Veteran.
Re: New Game Mode: Ultimate Survival
« Reply #15 on: August 18, 2007, 05:48:45 pm »
Well... What in particular is the reason it wont work?

Offline Ttil_Np.csWoW

  • Major
  • *
  • Posts: 55
  • The Berserkers Are Coming....
Re: New Game Mode: Ultimate Survival
« Reply #16 on: August 18, 2007, 05:52:13 pm »
u apear in the little box and nothing happens
I will be back to play soldat, just not now , but i will....... some day.

Offline Xxypher

  • Veteran
  • *****
  • Posts: 1319
  • Soldat Veteran.
Re: New Game Mode: Ultimate Survival
« Reply #17 on: August 18, 2007, 05:56:36 pm »
Ah, moveplayer malfunction?

Offline miketh2005

  • Soldat Beta Team
  • Flagrunner
  • ******
  • Posts: 668
  • What's the URL for www.microsoft.com?
Re: New Game Mode: Ultimate Survival
« Reply #18 on: August 21, 2007, 03:10:23 pm »
omg it doesn't work
Quote from: 'Ando.' pid='12999178' dateline='1309046898'
My new password is secure as shit :)
Mate, I am not sure Shit is even secured nowadays.

Offline zyxstand

  • Veteran
  • *****
  • Posts: 1106
  • Mother of all Bombs
Re: New Game Mode: Ultimate Survival
« Reply #19 on: August 24, 2007, 04:47:22 pm »
omg... it works perfectly for me:
when you first join you get put into a little room.
as soon as the next level starts you get moved outside the room into the arena
You may have to WAIT 35 seconds for it to start.  If you die you get taken out.  It's really fun and it works.
Just PLEASE read the ReadMe text file it comes with - there are some important server settings to be set!
Can't think of anything original to put here...