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.


Topics - Megaman94

Pages: 1 [2]
16
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.

17
Mega Man Discussion / Ninja Wily
« on: August 08, 2013, 08:04:08 AM »


There are 5 things wrong with this video.

1. Charge Kick sucks and can not even hurt a fly metool
2. Wily is NOT a ninja
3. Ninjas don't announce that they are ninjas!!
4. Ninjas do not announce their weapons that they use!! (What do you think this is, Mega Man Powered Up?)
5 Mega Man would not have let Wily escape...

18
Help & Editing / Hard Knuckle
« on: August 07, 2013, 12:22:46 AM »
What makes the player move backwards when they fire hard knuckle? I want to remove that for my weapon.
Code: [Select]
actor HardKnuckleWep : MegaBuster 10049
{
//$Category MM8BDM-Weapons
Weapon.AmmoUse 4
Weapon.AmmoGive 28
Weapon.SlotNumber 5
Obituary "%o was smacked by %k's Hard Knuckle."
Inventory.Pickupmessage "Power up! Hard Knuckle"
weapon.ammotype "HardKnuckleAmmo"
inventory.pickupsound "weapon/weaponup"
+WEAPON.AMMO_OPTIONAL
inventory.icon "HARDSI"
Scale 2.0
States
{
Spawn:
WEAP T 1
loop
Ready:
FIST A 0 ACS_ExecuteAlways(998,0,18)
FIST A 1 A_WeaponReady
Goto Ready+1
Deselect:
TNT1 AAAAAAAAAAAAAAAAAAAAAA 0 A_Lower
FIST A 1 A_Lower
Loop
Select:
TNT1 AAAAAAAAAAAAAAAAAAAAAA 0 A_Raise
FIST A 1 A_Raise
Loop
Fire:
FIST A 0 A_JumpIfNoAmmo("NoAmmo")
FIST A 0 A_PlaySoundEx("weapon/mbuster","Weapon")
FIST B 2 A_SpawnItemEx("HardKnuckleFX",-1,8,32,0,0,0)
FIST CDE 2
FIST B 0 SetPlayerProperty(0,1,0)
FIST F 2 A_FireCustomMissile("HardKnuckle",0,1,10,-2)
//FIST F 0 A_ChangeVelocity(-Cos(pitch)*9, 0, sin(pitch)*5,CVF_RELATIVE)
FIST F 0 A_ChangeVelocity(-9, 0, 0, CVF_RELATIVE)
FIST GHI 2
FIST B 0 SetPlayerProperty(0,0,0)
FIST JKLMNOP 2
FIST A 0 A_Refire
Goto Ready+1
NoAmmo:
FIST A 1 ACS_Execute(979,0)
Goto Ready+1
}
}

actor HardKnuckleAmmo : Ammo
{
inventory.amount 1
inventory.maxamount 28
}

actor HardKnuckleFX
{
scale 2.5
Radius 9
Height 9
+NOGRAVITY
-SOLID
+NOINTERACTION
+CLIENTSIDEONLY
States
{
Spawn:
HARD BCDE 2
stop
}
}

actor HardKnuckle
{
PROJECTILE
scale 2.5
damagetype "HardKnuckle"
Speed 38
Radius 12
Height 10
Damage (70)
States
{
Spawn:
HARD A 3
loop
Death:
MMFX BCDE 2
stop
}
}

20
Help & Editing / Teleporter Help
« on: June 17, 2013, 10:07:42 PM »
I can't get the teleporter to work right. I think I am close though....

21
Help & Editing / Scripting help
« on: June 17, 2013, 07:39:49 PM »
I got props in one of my death match maps, and I am trying to make them talk.

1. is that possible?
2 if yes, how? (i know you have to script it, so don't tell me that -_-)

This is what i have
(click to show/hide)

22
Help & Editing / Doombuilder Help
« on: June 15, 2013, 03:36:54 PM »
How do I get the fan so it is only in the middle of the wall?

23
Help & Editing / Help with ladders
« on: June 12, 2013, 09:19:08 PM »
I got a ladder, but I can't climb it. How do you make it so you can climb a ladder?  

24
Cutstuff Discussion and Feedback / Cyberbullies
« on: April 26, 2013, 06:44:22 PM »
Now X666Luicifer666X bullyed me in a server. I am not going in servers anymore. i had enough of the cyberbulling!  :cry:

25
Help & Editing / Bullied
« on: April 26, 2013, 12:20:31 AM »
I am being bullied by Awesome Dan. I ask him to stop and he keeps calling me names. Mods or Cutmanmike.. please help me.  :(

26
Help & Editing / Underwater help
« on: April 11, 2013, 12:18:46 AM »
I am trying to make an underwater section, but when I test it I get this. Please help, what am I doing wrong?  

27
Help & Editing / SLumpED confusion
« on: April 09, 2013, 12:23:34 AM »
I have been following the tutorial, but I can not get my map to work in MM8BDM. I keep getting the message "could not find map" when I try to select it in the game.  :?

28
Help & Editing / Map Help
« on: April 08, 2013, 08:54:20 PM »
So, I created my map in doombuilder..... is there some way to get it into MM8BDM?  :?

Pages: 1 [2]