.

Maps, modifications, add-ons, projects, and other releases for Zandronum. Also includes announcers.
Catastrophe
Retired Staff / Community Team Member
Posts: 2569
Joined: Sat Jun 02, 2012 2:44 am

.

#1

Post by Catastrophe » Thu Jun 07, 2012 3:16 pm

.
Last edited by Catastrophe on Fri May 11, 2018 7:19 pm, edited 2 times in total.

Springy
Forum Regular
Posts: 233
Joined: Wed Jun 06, 2012 10:56 pm
Location: Britland
Contact:

RE: Stupid LMS Alpha 5

#2

Post by Springy » Thu Jun 07, 2012 3:33 pm

Glad to see this is still going on. A barrel of laughs to play online. Shame that there aren't many servers hosting it.
[quote=Zero X Diamond ]Careful, you don't want to push that Pikachu dude to action. Who knows what unspeakable things lie in store for you? Maybe he'll... send you another nasty tweet![/quote]
[quote=Sonter_Man]Autism runs amok on zandaemon[/quote]

User avatar
Zakken
Frequent Poster Miles card holder
Posts: 935
Joined: Sat Jun 02, 2012 2:32 am
Clan: Power Fragging
Clan Tag: [PF]

RE: Stupid LMS Alpha 5

#3

Post by Zakken » Thu Jun 07, 2012 4:39 pm

Whoa, 17 maps already? This is the best WAD ever.

User avatar
Slyfox
ZanStuff Reviewer
Posts: 568
Joined: Fri Jun 01, 2012 8:45 pm
Location: bottom text
Contact:

RE: Stupid LMS Alpha 5

#4

Post by Slyfox » Fri Jun 08, 2012 12:40 am

the "poison doughnut" idea I gave tosen is still my favorite map, that and the lava themed racing map.

User avatar
Ivan
Addicted to Zandronum
Posts: 2229
Joined: Mon Jun 04, 2012 5:38 pm
Location: Omnipresent

RE: Stupid LMS Alpha 5

#5

Post by Ivan » Sat Jun 09, 2012 12:57 pm

You guys should focus efforts on making this compatible with IoP, as together, they become one hell of a combo!
=== RAGNAROK DM ON ... uh... dead forever? ===
=== ALWAYS BET ON ... uh... dead forever? ===
=== Who wanta sum wang? ===
=== Death and Decay - A new Monster/Weapon replacer ===

Catastrophe
Retired Staff / Community Team Member
Posts: 2569
Joined: Sat Jun 02, 2012 2:44 am

.

#6

Post by Catastrophe » Sat Jun 09, 2012 11:17 pm

.
Last edited by Catastrophe on Fri May 11, 2018 7:21 pm, edited 3 times in total.

User avatar
Ivan
Addicted to Zandronum
Posts: 2229
Joined: Mon Jun 04, 2012 5:38 pm
Location: Omnipresent

RE: Stupid LMS Alpha 5

#7

Post by Ivan » Sat Jun 09, 2012 11:19 pm

Catastrophe wrote: It is, the creator of IoP forces dmflags so, they have to fix it.
You guys could work together, can't you ? :P

Also,

Que bueno sombrero !
Last edited by Ivan on Sat Jun 09, 2012 11:20 pm, edited 1 time in total.
=== RAGNAROK DM ON ... uh... dead forever? ===
=== ALWAYS BET ON ... uh... dead forever? ===
=== Who wanta sum wang? ===
=== Death and Decay - A new Monster/Weapon replacer ===

Catastrophe
Retired Staff / Community Team Member
Posts: 2569
Joined: Sat Jun 02, 2012 2:44 am

.

#8

Post by Catastrophe » Sat Jun 09, 2012 11:22 pm

.
Last edited by Catastrophe on Fri May 11, 2018 7:21 pm, edited 2 times in total.

Hellish
 
Posts: 43
Joined: Fri Jun 08, 2012 8:40 pm
Location: My GF house.

RE: Stupid LMS Alpha 5

#9

Post by Hellish » Sat Jun 09, 2012 11:58 pm

Looking forward to play online.
Nice catastrophe. You ROX!
WAT THE FOCK :v: ??!!11?1?1eLEven *Dubstep dramatization*
My secret to be badass:
Spoiler: Click here! (Open)
Thanks for the click. You now are officialy trolled by IGOR!
Image

achtung
New User
Posts: 12
Joined: Mon Jun 04, 2012 8:37 pm

RE: Stupid LMS Alpha 5

#10

Post by achtung » Sun Jun 10, 2012 2:43 am

Latest fix is in place catastrophe.

Catastrophe
Retired Staff / Community Team Member
Posts: 2569
Joined: Sat Jun 02, 2012 2:44 am

.

#11

Post by Catastrophe » Sun Jun 10, 2012 4:39 am

.
Last edited by Catastrophe on Fri May 11, 2018 7:21 pm, edited 1 time in total.

Klofkac
Forum Regular
Posts: 481
Joined: Sat Jun 09, 2012 1:31 pm
Location: Ask Grandvoid servers

RE: Stupid LMS Alpha 5 *FIX* 6/8/2012

#12

Post by Klofkac » Sun Jun 10, 2012 6:48 pm

Code: Select all

script 752 (void) net
{
giveinventory("TopHatGiver", 1);
delay(1);
restart;
}

script 753 (void) net
{
giveinventory("NIGPLZgiver", 1);
delay(1);
restart;
}

script 754 (void) net
{
giveinventory("Sombrerogiver", 1);
delay(1);
restart;
}

script 755 (void) net
{
giveinventory("Fezgiver", 1);
delay(1);
restart;
}
script 756 (void)
{
giveinventory("turbangiver", 1);
delay(1);
restart;
}

script 757 (void) net
{
giveinventory("runescapegiver", 1);
delay(1);
restart;
}

script 758 (void) net
{
giveinventory("bunnyearsgiver", 1);
delay(1);
restart;
}

script 759 (void) net
{
giveinventory("demonhornsgiver", 1);
delay(1);
restart;
}

script 760 (void) net
{
giveinventory("HaloGiver", 1);
delay(1);
restart;
}

script 761 (void) net
{
giveinventory("Mariohatgiver", 1);
delay(1);
restart;
}
Isn't it too much scripts? I'd make it like this:

Code: Select all

str hatno[/*hat number?*/] = {"Hat1","Hat2"/*,...*/}

script 750 (int hatno) NET
{
if(hatno > /*max hat number here*/) terminate;
ACS_ExecuteAlways(751,0,hatno,0,0);
}
//ExecuteAlways for multiplayer stuff
script 751 (int hatno)
{
giveinventory(hats[hatno], 1);
delay(1);
restart;
}
//maybe?
script 752 (void) NET
{
HudMessage(s:"Hats:\n1-Hat1\n2-Hat2\netc";HUDMSG_FADEOUT,0,CR_WHITE,0.5,0.5,10.0);
}
Last edited by Klofkac on Sun Jun 10, 2012 6:53 pm, edited 1 time in total.
𝕂𝕝𝕠𝕗𝕜𝕒𝕔

Catastrophe
Retired Staff / Community Team Member
Posts: 2569
Joined: Sat Jun 02, 2012 2:44 am

.

#13

Post by Catastrophe » Sun Jun 10, 2012 8:11 pm

.
Last edited by Catastrophe on Fri May 11, 2018 7:21 pm, edited 1 time in total.

Catastrophe
Retired Staff / Community Team Member
Posts: 2569
Joined: Sat Jun 02, 2012 2:44 am

.

#14

Post by Catastrophe » Sun Jun 10, 2012 10:32 pm

.
Last edited by Catastrophe on Fri May 11, 2018 7:22 pm, edited 1 time in total.

ZzZombo
Forum Regular
Posts: 323
Joined: Mon Jun 11, 2012 12:11 pm
Location: Ravenholm

RE: Stupid LMS Alpha 5 *FIX* 6/8/2012

#15

Post by ZzZombo » Tue Jun 12, 2012 12:32 pm

The old forum topic said that you asked people to submit monsters for your mod. I think I have such a monster that is suitable for it.

Catastrophe
Retired Staff / Community Team Member
Posts: 2569
Joined: Sat Jun 02, 2012 2:44 am

.

#16

Post by Catastrophe » Fri Jun 15, 2012 12:59 am

.
Last edited by Catastrophe on Fri May 11, 2018 7:22 pm, edited 1 time in total.

ZzZombo
Forum Regular
Posts: 323
Joined: Mon Jun 11, 2012 12:11 pm
Location: Ravenholm

RE: Stupid LMS Alpha 5 *FIX* 6/8/2012

#17

Post by ZzZombo » Sat Jun 16, 2012 3:01 am

Done.

Catastrophe
Retired Staff / Community Team Member
Posts: 2569
Joined: Sat Jun 02, 2012 2:44 am

.

#18

Post by Catastrophe » Fri Jun 22, 2012 8:01 am

.
Last edited by Catastrophe on Fri May 11, 2018 7:22 pm, edited 1 time in total.

ZzZombo
Forum Regular
Posts: 323
Joined: Mon Jun 11, 2012 12:11 pm
Location: Ravenholm

RE: Stupid LMS Alpha 5 *FIX* 6/8/2012

#19

Post by ZzZombo » Fri Jun 22, 2012 9:19 am

Uboa from ZH as a pet.

Catastrophe
Retired Staff / Community Team Member
Posts: 2569
Joined: Sat Jun 02, 2012 2:44 am

.

#20

Post by Catastrophe » Fri Jun 22, 2012 10:57 am

.
Last edited by Catastrophe on Fri May 11, 2018 7:22 pm, edited 1 time in total.

Post Reply