Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

iAmCodeMonkey666

Members
  • Content count

    34
  • Joined

  • Last visited

Everything posted by iAmCodeMonkey666

  1. iAmCodeMonkey666

    Always bet on Duke [Update: It's official]

    I have to agree with you on that one.
  2. iAmCodeMonkey666

    Always bet on Duke [Update: It's official]

    lol ** :D
  3. iAmCodeMonkey666

    Windows 95 is 15 years old today

    I agree. Although Windows ME was pretty horrid as well, if I recall right.
  4. iAmCodeMonkey666

    Sprite Offset help

    I am having some trouble getting some of my objects to show up in my map, and it may be related to the offsets in XWE. How do I make sure that every sprite will display properly in my game?
  5. iAmCodeMonkey666

    some new problems with my DECORATE code...

    Okay, so I wrote some code to make a weapon for my fantasy game, but for some reason the weapons fire and flash states will not execute when the player presses the fire button. The weapons ready state and spawn states are working. My code for the weapon is as follows... //1 - Jade Wand ACTOR JadeWand : Weapon 20021 { Inventory.PickupMessage "Jade Wand Added To Inventory" Inventory.PickupSound "inv/weaponPickup" Weapon.SlotNumber 1 Weapon.AmmoGive 10 Weapon.AmmoUse 1 Weapon.AmmoType "Clip" States { Ready: JADE A 1 A_WeaponReady Loop Select: JADE A 1 A_Raise Loop Deselect: JADE A 1 A_Lower Loop Fire: JADE B 0 A_GunFlash JADE B 3 A_PlaySound("weap/jadeFire", CHAN_WEAPON) JADE A 0 A_ReFire Goto Ready Flash: JADE B 1 Bright A_Light1 JADE B 1 Bright A_Light2 Goto LightDone Spawn: JDWD A -1 Stop } } If anyone wants to refine this further, that is fine with me.
  6. iAmCodeMonkey666

    some new problems with my DECORATE code...

    Thanks for the replies. I managed to fix the problem myself shortly after posting this thread.
  7. iAmCodeMonkey666

    5 Reasons It's Still Not Cool to Admit You're a Gamer

    + 1000!
  8. iAmCodeMonkey666

    Violent Videogames touted as learning tool

    That sounds like a snooze fest of a "game". I would never play it, even if I WAS female.
  9. iAmCodeMonkey666

    some new problems with my DECORATE code...

    what do the code tags look like?
  10. iAmCodeMonkey666

    need some fantasy level tips

    Hey! I have decided to scrap my previous mod plans (uss nomad) and instead have decided to start working on a fantasy based mod for doom 2. Now, I want this to turn out like a miniature version of the elder scrolls oblivion, and I need some tips on how to make good, believable levels, both indoor and outdoor. Any suggestions? UPDATE: WIP Screen-shots... The weapons and enemies are not ready yet.
  11. iAmCodeMonkey666

    need some fantasy level tips

    1) Saying they "look terrible" is NOT constructive criticism, although I am fine with your suggestion. 2) I am not using those sector-based stalagmites (or whatever they are called) anymore.
  12. iAmCodeMonkey666

    need some fantasy level tips

    lol. I will try to finish this, and yes, I am loving that game too. :)
  13. iAmCodeMonkey666

    need some fantasy level tips

    Some WIP screens are in the fist post. Please comment.
  14. iAmCodeMonkey666

    8-level episode release!

    "Please download my wad! Tell me what was the best!" Wow. Desperate Much? :S **
  15. Hey! I am having problems getting my DECORATE code to work properly in DB2 and I am not sure what is wrong... //weapon 5 - rocket actor MissileLauncher : RocketLauncher 20015 { Inventory.PickupMessage "R3400 Missile Launcher Found!" Inventory.PickupSound "misc/weaponPickup" Weapon.AmmoGive 1 Weapon.AmmoUse 1 AttackSound "misc/rocketFire" States { Spawn: RCKT A -1 Loop Ready: RCKH A -1 A_WeaponReady Loop Select: RCKH A -1 A_Raise Loop Deselect: RCKH A -1 A_Lower Loop } } In DB2, the new decorate menu comes up in the things mode, but there is no sprite picture in the preview window, and in game all there is is this exclamation mark
  16. iAmCodeMonkey666

    problems making new rocket launcher DECORATE code work...

    Here is the warning message I get with the weapons wad included in DB2: Unable to find the DECORATE class 'RocketLauncher' to inherit from, while parsing 'MissileLauncher'
  17. USS Nomad - Hub 1 Game Type: Sci-Fi, Inspired by RTC-3057 Engine: G-zDoom Storyline: You are onboard the USS Nomad, a Research Spaceship Orbiting Mars. You have no memory of how you got here, or where the ship is headed. There are no other signs of life on the ship. Everyone has either been killed, or escaped for their life. The ship has been overrun by aliens from another planet, and your only mission is to find your escape, and possibly, your identity. New Screenshots (26\08\09): http://i682.photobucket.com/albums/vv184/00Sgemin00/Screenshot_Doom_20090826_215725.png MAP01: http://i682.photobucket.com/albums/vv184/00Sgemin00/Screenshot_Doom_20090826_214135.png http://i682.photobucket.com/albums/vv184/00Sgemin00/Screenshot_Doom_20090826_214200.png http://i682.photobucket.com/albums/vv184/00Sgemin00/Screenshot_Doom_20090826_214158.png http://i682.photobucket.com/albums/vv184/00Sgemin00/Screenshot_Doom_20090826_214222.png http://i682.photobucket.com/albums/vv184/00Sgemin00/Screenshot_Doom_20090826_214415.png http://i682.photobucket.com/albums/vv184/00Sgemin00/Screenshot_Doom_20090826_214346.png http://i682.photobucket.com/albums/vv184/00Sgemin00/Screenshot_Doom_20090826_214404.png http://i682.photobucket.com/albums/vv184/00Sgemin00/Screenshot_Doom_20090826_214634.png http://i682.photobucket.com/albums/vv184/00Sgemin00/Screenshot_Doom_20090826_220003.png http://i682.photobucket.com/albums/vv184/00Sgemin00/Screenshot_Doom_20090826_220007.png http://i682.photobucket.com/albums/vv184/00Sgemin00/Screenshot_Doom_20090826_220016.png Ignore any other screens on this thread, as the ones above are the final iteration of this level. -CodeMonkey
  18. iAmCodeMonkey666

    My 12 level doom 2 mod, new screens [WIP]

    Moderators please delete this thread.
  19. iAmCodeMonkey666

    level 1 problem...

    I need someone to help me fix this error in my map... I get HOM ingame when you face these linedefs in my map: http://i682.photobucket.com/albums/vv184/00Sgemin00/Untitled.jpg http://i682.photobucket.com/albums/vv184/00Sgemin00/Untitled3.jpg http://i682.photobucket.com/albums/vv184/00Sgemin00/Untitled4.jpg I forgot how I made these lines be the way they are lol.
  20. iAmCodeMonkey666

    level 1 problem...

    That worked! thank you!
  21. iAmCodeMonkey666

    level 1 problem...

    i have given them an upper and lower texture, but no meddle texture.
  22. iAmCodeMonkey666

    My 12 level doom 2 mod, new screens [WIP]

    Here is my newest rendition of MAP01, and I want some critiquing from you guys on how to improve the later levels. Enjoy! Download here: http://www.filefactory.com/file/ah7a84a/n/level1-redo_zip Screenshots are in the first post. -codeMonkey
  23. iAmCodeMonkey666

    Obscure Sprite-Based FPS Games

    I agree. I found it on Home Of The Underdogs with a 3.0\10 rating. I played it up to Episode 2 Level 8 and got lost, and then the game crashed rofl. And then I promptly deleted it from my had drive lmao.
  24. iAmCodeMonkey666

    Obscure Sprite-Based FPS Games

    Anyone heard of Nerves Of Steel? Here is my review of it: http://www.mobygames.com/game/dos/nerves-of-steel/reviews/reviewerId,53723/ And screen-shots: http://www.mobygames.com/game/dos/nerves-of-steel/screenshots It was not a part of my childhood, and I am thankful it wasn't.
  25. iAmCodeMonkey666

    My 12 level doom 2 mod, new screens [WIP]

    I am thinking about making these maps much larger, and giving the player more firepower for the enemies. I realized I was not having fun either, due to them being so small lol.
×