heh. you "reserved" them? With who? Bungie? Take2? Let's see who finishes "myth 4" first, you or me.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
http://myth4thewindage.com HAS GONE LIVE!
Lots of Myth stuff at http://mythgraveyard.org.
Sometimes I put hard to find stuff in my my Udogs folder.
Sometimes I put hard to find stuff in my my Udogs folder.
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!
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
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.
- William Wallet
- Posts: 1494
- Joined: Tue Mar 30, 2004 9:40 am
- Location: Perth Australia
- Contact:
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!
- William Wallet
- Posts: 1494
- Joined: Tue Mar 30, 2004 9:40 am
- Location: Perth Australia
- Contact:
I'm sure you didn't read the bit where I said 'if his "POSTS" are any indication'.Renwood wrote:thanks william! im sure you A. havent been to our website and B. havent tried any of our stuff out. GG
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
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).
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
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!"
~J
Failure: when your best just isn't good enough.
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!
- Baron LeDant
- Posts: 364
- Joined: Mon Mar 22, 2004 9:14 pm
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.Amadeus wrote:4+ years to produce a 'game', wait sorry no, a mod to a game?
Then again, it sounds like some of these guys are on a salary.
- Orlando the Axe
- Posts: 629
- Joined: Sat Mar 06, 2004 9:01 pm
- Location: CA
- Contact: