Page 1226 of 2059

Re: The WIP Thread

Posted: Sun Sep 22, 2013 11:32 pm
by Captain J
Pyroscourge wrote:"... And I still can't get a signal. Great."
darkest places makes me a little kid with an candy that chasing by slenderman.

Re: The WIP Thread

Posted: Mon Sep 23, 2013 5:07 am
by Kate
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"))  
Image

Re: The WIP Thread

Posted: Mon Sep 23, 2013 9:20 am
by Minigunner
IT'S ALIIIIVVVEEEE!
Er, um, you're doing a really great job on this. Keep it up! :D

Re: The WIP Thread

Posted: Tue Sep 24, 2013 8:11 am
by leileilol
That bloody screenshot I posted a couple pages back? That's nothing.

Re: The WIP Thread

Posted: Tue Sep 24, 2013 8:23 am
by Captain J
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.

Re: The WIP Thread

Posted: Tue Sep 24, 2013 9:50 am
by TerminusEst13
samsara_lmsrules 1
samsara_dukedamage 30
samsara_dukedefense 15


Re: The WIP Thread

Posted: Wed Sep 25, 2013 12:56 pm
by Amuscaria
TerminusEst13 wrote:samsara_lmsrules 1
samsara_dukedamage 30
samsara_dukedefense 15

What map set puts in THAT many Revenants and Archies in the beginning of the map?

Re: The WIP Thread

Posted: Wed Sep 25, 2013 1:46 pm
by IMX
Eriance wrote:What map set puts in THAT many Revenants and Archies in the beginning of the map?
Any blind map pick from your average slaughterwad, I guess

Re: The WIP Thread

Posted: Wed Sep 25, 2013 1:47 pm
by Mikk-
Chillax - this is why I do not find slaughtermaps fun, at all. that aspect really ruined sunder for me.

Re: The WIP Thread

Posted: Wed Sep 25, 2013 1:59 pm
by Viscra Maelstrom
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

Posted: Wed Sep 25, 2013 4:27 pm
by Mikk-
Major changes to Heretic++
Spoiler:
now with 100% less stolen content!

Re: The WIP Thread

Posted: Wed Sep 25, 2013 5:08 pm
by Shadelight
Purty.

Re: The WIP Thread

Posted: Wed Sep 25, 2013 8:35 pm
by ProjectAngel
Sparkly. *o*

Re: The WIP Thread

Posted: Thu Sep 26, 2013 1:38 am
by Captain J
Viewtiful.

Does somebody has a 'Viewtiful' engrish than i have? ;)

Re: The WIP Thread

Posted: Thu Sep 26, 2013 10:50 am
by Ethril
Mikk- wrote:Chillax - this is why I do not find slaughtermaps fun, at all. that aspect really ruined sunder for me.
Try 'em with Russian Overkill. It's absolutely glorious.