Advanced Search

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Megaman94

Pages: 1 ... 25 26 [27] 28 29 ... 33
391
Help & Editing / Singleplayer Error?
« on: August 20, 2013, 05:13:57 PM »
When my sister completes MM4PHA Pharaoh Man's Stage, she gets sent to MM4BRI Bright Man's Stage instead of MM4DIV Dive Man's Stage. When she completes Chapter 4, It won't let her go to Chapter 5. She tried Pharaoh Man's stage again, but the same thing happened. I checked the mapinfo for Pharaoh Man and it said

Code: [Select]
next = "MM4DIV"
Why is she not going to Dive Man's stage, and Why is she being brought to Bright Man's?  :?

392
Help & Editing / Re: How do "I" do THAT in Doom Builder?
« on: August 19, 2013, 10:31:10 PM »
Quote from: "Gummywormz"
I meant move it, like this:

Code: [Select]
#include "zcommon.acs"

Script 1 OPEN
{
SectorDamage(4,255,OB_LAVA,0,DAMAGE_PLAYERS);
delay(1);
restart;
}

The OB_LAVA won't work. Identifier has not been declared.  :?

393
Help & Editing / Re: How do "I" do THAT in Doom Builder?
« on: August 19, 2013, 10:23:56 PM »
Quote from: "Gummywormz"
Your "Delay(1);" needs to be before the "Restart;". The script will terminate otherwise due to an infinite loop.
ok..
now I got this...

Code: [Select]
#include "zcommon.acs"

Script 1 OPEN
{
delay(1);
restart;
SectorDamage(4,255,OB_LAVA,0,DAMAGE_PLAYERS);
}

394
Help & Editing / Re: How do "I" do THAT in Doom Builder?
« on: August 19, 2013, 10:16:15 PM »
My script is not working. What is wrong with it?

Code: [Select]
#include "zcommon.acs"

Script 1 OPEN
{
delay(1);
SectorDamage(4,255,OB_LAVA,0,DAMAGE_PLAYERS);
restart;
}

395
MM8BDM Discussion / Re: MM8BDM v4 Trailer
« on: August 19, 2013, 04:08:29 AM »
V4!? I can't wait!! :D

396
Help & Editing / Re: Virus?
« on: August 19, 2013, 03:54:44 AM »
Well, my laptop came with McAfee already installed

397
Help & Editing / Re: How do "I" do THAT in Doom Builder?
« on: August 16, 2013, 05:15:08 AM »
When I try to test my map after I add it to MM8BDM it says
Code: [Select]
'Things' not found in WILY2

398
Help & Editing / Re: Virus?
« on: August 15, 2013, 03:19:34 AM »
Quote from: "CutmanMike"
ok I'm done with sendspace seriously, so tired of this complaint

CutmanMike,
                I didn't get it from Sendspace. I got it from http://cutstuff.net/mm8bdm/

399
Help & Editing / Re: Virus?
« on: August 14, 2013, 06:59:50 PM »
I got a screenshot of my anti virus



It is also detecting Profiler.gen.ac in the MM8BDM.exe


400
Help & Editing / Re: Virus?
« on: August 14, 2013, 05:40:57 PM »
I clicked the download link from http://cutstuff.net/mm8bdm/

401
Cutstuff Discussion and Feedback / Re: Cyberbullies
« on: August 14, 2013, 05:18:42 PM »
Quote from: "cybersavior"
Here is some online gaming advice

- Be more picky of the servers you join (especially if admin is on a power trip)

- Don't reply, no-one gets the last word in an online altercation
It will go on foreve. Everyone wants to have the last word,  and because of that, no-one will.

- don't stir the pot (golden rule comes to mind "do unto others. .....")

- know the server rules and be careful with cheaping, camping and betrayals
(If you accidentally team kill,  Message saying sorry, if you get team killed assume it was an accident, don't get even

- ignore the user with the Zandronum function. Make sure you send them a message first
"Welcome to my ignore list"

- Rename your Avatar, only consider this if the user is recruiting others to harass you after being zandronum ignored

I did rename my avatar. That is why I am Megaman94 in the forums, and Super Fighting Robot in the servers.

402
Help & Editing / Virus?
« on: August 14, 2013, 05:15:42 PM »
My anti virus said that MM8BDM is a virus or a trojan. I have deleted it for now (It being MM8BDM), until I know for sure. Does MM8BDM contain a virus or trojan? I am am worried it will mess up my laptop. I NEED it for college.

403
MM8BDM Discussion / Re: MM8BDM Screenshots
« on: August 12, 2013, 06:01:14 PM »
Good job with Top Man's stage, Cutstuff  :)

(click to show/hide)

EDIT: and Gemini Man's stage.
(click to show/hide)

EDIT 2: and Magnet Man's Stage
(click to show/hide)

EDIT 3: and Shadow Man's stage.
(click to show/hide)

404
MM8BDM Discussion / Re: MM8BDM Screenshots
« on: August 12, 2013, 04:15:16 PM »
Yay, V3b is out! I am so excited!   :D

405
MM8BDM Discussion / Re: MM8BDM Screenshots
« on: August 11, 2013, 03:10:44 PM »
Quote from: "Rozark"
Released within about 24 hours, yes.

Wait, Version 3b is going to be released in about 24 hours?

Pages: 1 ... 25 26 [27] 28 29 ... 33