http://myth4thewindage.com HAS GONE LIVE!

Talk about anything here.
vinylrake
Posts: 3591
Joined: Wed Apr 07, 2004 12:52 pm
Location: here
Contact:

Post by vinylrake »

Tireces wrote:Vinyl, sry but I have already reserved "Myth VI" and 'VII" for The Nine's future plugins ( first coming around 2017, 2nd only few years later ) so you can have "Myth VIII" and "Myth IX";)

cheers
heh. you "reserved" them? With who? Bungie? Take2? Let's see who finishes "myth 4" first, you or me. :)
Lots of Myth stuff at http://mythgraveyard.org.
Sometimes I put hard to find stuff in my my Udogs folder.
Perenold
Posts: 36
Joined: Wed Jul 25, 2007 2:16 pm

Post by Perenold »

I'm making "Super Myth Alpha 2 Turbo: Championship Edition" so don't even think about stealing my name!
User avatar
carlinho
Posts: 1224
Joined: Tue Jun 08, 2004 8:23 pm

Post by carlinho »

perenold, you are kidding....
I had that name reserved long time ago!!!
you cheater, liar, thief!!! hahahahaha
:lol:
but I'll let you use it, if you finish before me!!!! hahaha
http://carlinho7.tripod.com
Home of ANCIENT and CLASSICAL GREECE plugin on the works.
Image
User avatar
Renwood
Posts: 283
Joined: Fri May 04, 2007 12:08 pm
Location: AZ
Contact:

Post by Renwood »

Im doing my part! Are you doing yours?
Last edited by Renwood on Thu Dec 20, 2007 5:03 pm, edited 2 times in total.
Persica purnus constans dum orbis exustio. Exsequor exequor!
Archer
Posts: 254
Joined: Sun May 02, 2004 11:01 pm

Post by Archer »

You've made an assertion, that's a good start. But where's your evidence? Back yourself up, man! There are errors? Where? Point them out and save us all some time, and maybe provide that education you want us to go get.

Plus, you'll make people more certain that you know what you're talking about, as opposed to less.

~J
Failure: when your best just isn't good enough.
User avatar
William Wallet
Posts: 1494
Joined: Tue Mar 30, 2004 9:40 am
Location: Perth Australia
Contact:

Post by William Wallet »

If Renwood's posts are any indication of what this project is going to wind up like, then I have absolutely zero faith in it.
But I like being proven wrong!
Okay I got the models but now I'm too dumb to do anything with 'em
User avatar
Renwood
Posts: 283
Joined: Fri May 04, 2007 12:08 pm
Location: AZ
Contact:

Post by Renwood »

Im doing my part! Are you doing yours?
Last edited by Renwood on Thu Dec 20, 2007 5:04 pm, edited 1 time in total.
Persica purnus constans dum orbis exustio. Exsequor exequor!
User avatar
Horus
Posts: 504
Joined: Fri Mar 19, 2004 10:07 pm
Location: Scotland

Post by Horus »

Renwood wrote:thanks william! im sure you A. havent been to our website and B. havent tried any of our stuff out. GG
:sigh:
User avatar
William Wallet
Posts: 1494
Joined: Tue Mar 30, 2004 9:40 am
Location: Perth Australia
Contact:

Post by William Wallet »

Renwood wrote:thanks william! im sure you A. havent been to our website and B. havent tried any of our stuff out. GG
I'm sure you didn't read the bit where I said 'if his "POSTS" are any indication'.

I also said I like being proven wrong, which is a remarkable concession given that you'd only be the 50th person to want to make Myth 4.

Can we clear something up ; are you indeed a grown man finishing your posts in GG?
Okay I got the models but now I'm too dumb to do anything with 'em
Archer
Posts: 254
Joined: Sun May 02, 2004 11:01 pm

Post by Archer »

I just finished the Myth IV alpha. Enclosed below is the full source, which will run on any computer with Python 2.2 or later inside the 2.x range (probably earlier versions too).

Code: Select all

from random import randint
quit_game = False

while not quit_game:
    selection = input("Ghol (1), Dwarf (2), or Bowman (3)? ")
    result = randint(1,3)
    if result == 1:
        print "You win!"
    elif result == 2:
        print "Tie!"
    else:
        print "Casualties! You lose!"

    if not "y" in raw_input("Play again? (y/n): ").lower():
        quit_game = True

print "Thanks for playing Myth IV!"
Future enhancements will include win/loss messages based on your selection and networked play. Maybe we can even wrangle the ability to use Mariusnet as your metaserver.

~J
Failure: when your best just isn't good enough.
User avatar
Renwood
Posts: 283
Joined: Fri May 04, 2007 12:08 pm
Location: AZ
Contact:

Post by Renwood »

Im doing my part! Are you doing yours?
Last edited by Renwood on Thu Dec 20, 2007 5:04 pm, edited 1 time in total.
Persica purnus constans dum orbis exustio. Exsequor exequor!
Amadeus
Posts: 102
Joined: Fri Mar 30, 2007 6:31 pm

Post by Amadeus »

4+ years to produce a 'game', wait sorry no, a mod to a game?
User avatar
Baron LeDant
Posts: 364
Joined: Mon Mar 22, 2004 9:14 pm

Post by Baron LeDant »

Doesn't matter how long its been in development providing it gets released before the next ice age
I wear a plastic ass on my bag ~ Da Cheeze
A-Red
Posts: 771
Joined: Fri Jul 23, 2004 8:36 pm

Post by A-Red »

Amadeus wrote:4+ years to produce a 'game', wait sorry no, a mod to a game?
Considering mod developers aren't on a salary, it sounds fair to me. Myth is a complicated game to map for. There have been single level mods (like Mazz) that took over a year to make, and the proposed project has a lot more than one level. But I might just be biased on this matter.

Then again, it sounds like some of these guys are on a salary. :P
User avatar
Orlando the Axe
Posts: 629
Joined: Sat Mar 06, 2004 9:01 pm
Location: CA
Contact:

Post by Orlando the Axe »

Amadeus wrote:4+ years to produce a 'game', wait sorry no, a mod to a game?
Duke Nukem Forever.
Image
Post Reply