darkest places makes me a little kid with an candy that chasing by slenderman.Pyroscourge wrote:"... And I still can't get a signal. Great."
The WIP Thread
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: The WIP Thread
Re: The WIP Thread
hehehehe

Code: Select all
import sys, time, pydoc, io, traceback, os.path
import console, wads
from zdoom.textcolors import TEXTCOLOR_BLUE, TEXTCOLOR_RED
from zdoom.constants import BASEWAD
from zdoom.console_setup import ConsolePrinter
help = pydoc.help
# Helper functions
def BaseFileSearch (file, ext = None, lookfirstinprogdir = False):
if lookfirstinprogdir:
wad = os.path.join (sys.progdir, file)
if os.path.exists (wad):
return wad
if os.path.exists (file):
return wad
# TODO: Config file searching
if '.' not in file and ext:
return BaseFileSearch (file + "." + ext, None, lookfirstinprogdir)
return None
if True:
console.print ("Performing console setup...\n")
sys.stdin = ConsolePrinter ()
sys.stdout = ConsolePrinter (TEXTCOLOR_BLUE)
sys.stderr = ConsolePrinter (TEXTCOLOR_RED)
console.print ("Checking command-line arguments...\n")
# Will need to use a list to take care of this
console.print ("Loading {}...\n".format (BASEWAD))
basewad = wads.ResourceFile (BaseFileSearch (BASEWAD, None, True))
basewad_lumpdir = basewad.lumpnames ()
# FIXME: This reports less than there actually are because it returns the 8-letter names, not the full names.
# Make a function to return an alternate directory with full names. It should return None for wads, since they don't have full names.
print (" {} lumps\n".format (len (basewad_lumpdir)))
iwad_info = basewad.readlump (basewad_lumpdir["IWADINFO"])
# Make a scanner. Shouldn't be too hard with Python's string manipulation, of course.
#print (iwad_info.decode ("cp1252", "ignore"))

- Minigunner
- Posts: 754
- Joined: Mon Dec 28, 2009 5:13 pm
Re: The WIP Thread
IT'S ALIIIIVVVEEEE!
Er, um, you're doing a really great job on this. Keep it up!
Er, um, you're doing a really great job on this. Keep it up!

- leileilol
- Posts: 4449
- Joined: Sun May 30, 2004 10:16 am
- Preferred Pronouns: She/Her
- Location: GNU/Hell
Re: The WIP Thread
That bloody screenshot I posted a couple pages back? That's nothing.
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: The WIP Thread
gotta love the adlib ROTT musics and high pinched gibbing death sounds. i cannot belive i just laughed first time when it's played that sound since roblox.
also suicide too.
also suicide too.
- TerminusEst13
- Posts: 1625
- Joined: Mon Nov 09, 2009 3:08 pm
- Contact:
Re: The WIP Thread
samsara_lmsrules 1
samsara_dukedamage 30
samsara_dukedefense 15
samsara_dukedamage 30
samsara_dukedefense 15
Re: The WIP Thread
What map set puts in THAT many Revenants and Archies in the beginning of the map?TerminusEst13 wrote:samsara_lmsrules 1
samsara_dukedamage 30
samsara_dukedefense 15
Re: The WIP Thread
Any blind map pick from your average slaughterwad, I guessEriance wrote:What map set puts in THAT many Revenants and Archies in the beginning of the map?
Re: The WIP Thread
Chillax - this is why I do not find slaughtermaps fun, at all. that aspect really ruined sunder for me.
- Viscra Maelstrom
- Posts: 6200
- Joined: Thu Dec 04, 2008 1:14 am
- Location: plergleland
Re: The WIP Thread
Chillax and Sunder are really, REALLY overkill for slaughtermaps, though, with Sunder being the more well-designed and Chillax being average but 10x as ridiculous as Sunder.
Re: The WIP Thread
Major changes to Heretic++
Spoiler:now with 100% less stolen content!
- Shadelight
- Posts: 5113
- Joined: Fri May 20, 2005 11:16 am
- Location: Labrynna
Re: The WIP Thread
Purty.
- Captain J
-
- Posts: 16891
- Joined: Tue Oct 02, 2012 2:20 am
- Location: An ancient Escape Shuttle(No longer active here anymore)
- Contact:
Re: The WIP Thread
Viewtiful.
Does somebody has a 'Viewtiful' engrish than i have?
Does somebody has a 'Viewtiful' engrish than i have?

Re: The WIP Thread
Try 'em with Russian Overkill. It's absolutely glorious.Mikk- wrote:Chillax - this is why I do not find slaughtermaps fun, at all. that aspect really ruined sunder for me.