Re: [Audyssey] Moosic Update

2006-09-04 Thread Maria visiting her folks
HI.  I didn't install the first version because I couldn't understand what
to download and stuf.  It was over my head which isn't too hard lol.  Anyway
can this version just be installed and run?  If not, would someone kindly
write to me offlist and explain step by step what I need to download and
install to get this game going?

thanks
Maria

- Original Message - 
From: djc [EMAIL PROTECTED]
To: gamers@audyssey.org
Sent: Thursday, August 31, 2006 3:58 AM
Subject: Re: [Audyssey] Moosic Update


 Yes the program is still written in Python however I can't seem to get
this
 new version running. It starts up with the intro but when I press the
space
 bar to start the game it crashes and I'm getting some errors in his code.


 *** REPLY SEPARATOR  ***

 On 8/30/2006 at 9:50 AM Cary wrote:

 Do I still need all that python crap?  Because I couldn't download and
 play
 those python games because I couldn't find half that python crap and in
 that
 guide you posted it said I had to run main.py or something and I didn't
 have
 a file called that in the stuff I did manage to download.  So I deleted
 all
 that python crap because I figured it wasn't worth my time.  The game
does

 sound cool but if they can't make the guide for where you download all
the

 python stuff a little more simpler then forget it. lol
 -Cary
 - Original Message - 
 From: djc [EMAIL PROTECTED]
 To: gamers@audyssey.org
 Sent: Wednesday, August 30, 2006 9:08 AM
 Subject: [Audyssey] Moosic Update
 
 
  Moosic Update
  The developer of Moosic has just released a new update of the game. The
  update includes
  a much easier installation of the game, a networked version where you
 can
  play a
  'death match' against another player, a version where the levels slowly
  ramp up in
  complexity for training purposes and of course the normal game,
 currently
  featuring
  5 or 6 levels. Read more about Moosic here:
  http://www.audiogames.net/db.php?action=viewid=moosic
  and also see:
  http://www.game-accessibility.com/forum/viewtopic.php?pid=345#p345
 
 
   djc's Jukebox: http://paulmerrell.net:9212 Saturday Evenings 9 to
  midnight Eastern.
 
  My Journal http://livejournal.com/users/djc1
 
   email Or Msn: [EMAIL PROTECTED]
 
  I C Q Number Is: 4781694
 
 
 
 
  ___
  Gamers mailing list .. Gamers@audyssey.org
  To unsubscribe send E-mail to [EMAIL PROTECTED] You can
  visit
  http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
  any subscription changes via the web.
 
 
 ___
 Gamers mailing list .. Gamers@audyssey.org
 To unsubscribe send E-mail to [EMAIL PROTECTED] You can
 visit
 http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
 any subscription changes via the web.



  djc's Jukebox: http://paulmerrell.net:9212 Saturday Evenings 9 to
 midnight Eastern.

  My Journal http://livejournal.com/users/djc1

  email Or Msn: [EMAIL PROTECTED]

  I C Q Number Is: 4781694




 ___
 Gamers mailing list .. Gamers@audyssey.org
 To unsubscribe send E-mail to [EMAIL PROTECTED] You can
visit
 http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
 any subscription changes via the web.


___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.


Re: [Audyssey] Moosic Update

2006-08-31 Thread Thomas Ward
Hi,
Try jumping on the enemies.
Smile.


Cary wrote:
 well I installed the game and I like it so far.  I'd really, really like a 
 walking sound though, I didn't realize I was moving because there is no 
 sound telling me if I'm even going anywhere.  I'm just pushing arrow keys 
 hoping for the best.  I guess I'm going somewhere though because I'm jumping 
 onto platforms I think and jumping over pits, but I've encountered an enemy, 
 sounds like an insect of some kind, I'm in the training game on the first 
 level. lol
 So my question is what do I do with the enemies?  If I jump over them, I 
 die.  I've looked in the documentation and I can't find a keystroke that you 
 can shoot them or kill them in some way, I just kept pressing buttons and 
 nothing worked.  Do I just wait for them to go away? or what?
 -Cary
   


___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.


Re: [Audyssey] Moosic Update

2006-08-31 Thread Phil Vlasak
Hi Tom and others,
Super Moosic release candidate 3.
A Mario type 2D field arcade game that is written in open source Python 2.4.
You still need to install Python using a Windows Installer file from 
www.python.org to play the game.
The file is named python-2.4.3.msi, 9.2 MB

Then you need to copy the 'fmod.dll' file to your system32 folder from the 
Documentation folder in the zip file.

Phil

- Original Message - 
From: Thomas Ward [EMAIL PROTECTED]
To: Gamers Discussion list gamers@audyssey.org
Sent: Thursday, August 31, 2006 6:11 PM
Subject: Re: [Audyssey] Moosic Update


 Hi,
 Ahem... Python actually is a nice programming language for scripts, and
 other quick and dirty applications. It is hardly crap. However, it does
 require a runtime system, and other dependancies to run apps written in
 Python. In Linux they are all installed more-or-less by default. In
 Windows you need to go find the ports that allow python based apps to
 run in Windows.
 All that said I can fault the developer of this game not to at least put
 up some links for the Windows ports of Python. Probably the guy is a
 Linux guy, and wrote if for Linux operating systems mainly.


___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.


Re: [Audyssey] Moosic Update

2006-08-31 Thread Thomas Ward
Hi Shaun and all,
First, thing you need to under stand the 2.4 in Python refers to the 
language version. At current Python is at 2.4. If someone writes an 
application or game  using Python 2.4 that application, in this case a 
game,  will not run on earlier versions of the language.
Python based applications require an Interpreter to operate. There are 
several interpreted languages such as perl, tcl, etc that are not 
necessarily compiled in to a *.exe file and instead are lonched and run 
in the runtime interpreter. As such you need the Python base interpreter 
to run those kind of programs.
If that Python program is written using say 2.4 conventions then the 2.2 
or 2.3 interpreter won't know what to do with the new code and bomb out.
Grin.

 

 Shaun everiss wrote:
 Well a good site for some of this is.
 www.kulgan.net/nvda

 This site has good music to, but the nvda page has links to some of 
 the stuff you need, as well as others.
 all you then need is the ftp.pygame.org site.
 One thing you need to watch for is the python build port you get.
 if a program file name says, for example pygame-1.0-py2.4.exe
 Well the py2.4 is the port of python it will run on.
 And only the port it would run on.
 I at first mis took it as a actual program version, and discovered 
 that a py2.2 port can not run on a py2.4 port.
   


___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.


Re: [Audyssey] Moosic Update

2006-08-31 Thread Thomas Ward
Hi,
Thanks for the heads up.
Phil Vlasak wrote:
 Hi Tom and others,
 Super Moosic release candidate 3.
 A Mario type 2D field arcade game that is written in open source Python 2.4.
 You still need to install Python using a Windows Installer file from 
 www.python.org to play the game.
 The file is named python-2.4.3.msi, 9.2 MB

 Then you need to copy the 'fmod.dll' file to your system32 folder from the 
 Documentation folder in the zip file.

 Phil
   


___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.


[Audyssey] Moosic Update

2006-08-30 Thread djc
Moosic Update
The developer of Moosic has just released a new update of the game. The
update includes
a much easier installation of the game, a networked version where you can
play a
'death match' against another player, a version where the levels slowly
ramp up in
complexity for training purposes and of course the normal game, currently
featuring
5 or 6 levels. Read more about Moosic here:
http://www.audiogames.net/db.php?action=viewid=moosic
 and also see:
http://www.game-accessibility.com/forum/viewtopic.php?pid=345#p345


 djc's Jukebox: http://paulmerrell.net:9212 Saturday Evenings 9 to
midnight Eastern.

 My Journal http://livejournal.com/users/djc1   

 email Or Msn: [EMAIL PROTECTED]

 I C Q Number Is: 4781694




___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.


Re: [Audyssey] Moosic Update

2006-08-30 Thread Cary
Do I still need all that python crap?  Because I couldn't download and play 
those python games because I couldn't find half that python crap and in that 
guide you posted it said I had to run main.py or something and I didn't have 
a file called that in the stuff I did manage to download.  So I deleted all 
that python crap because I figured it wasn't worth my time.  The game does 
sound cool but if they can't make the guide for where you download all the 
python stuff a little more simpler then forget it. lol
-Cary
- Original Message - 
From: djc [EMAIL PROTECTED]
To: gamers@audyssey.org
Sent: Wednesday, August 30, 2006 9:08 AM
Subject: [Audyssey] Moosic Update


 Moosic Update
 The developer of Moosic has just released a new update of the game. The
 update includes
 a much easier installation of the game, a networked version where you can
 play a
 'death match' against another player, a version where the levels slowly
 ramp up in
 complexity for training purposes and of course the normal game, currently
 featuring
 5 or 6 levels. Read more about Moosic here:
 http://www.audiogames.net/db.php?action=viewid=moosic
 and also see:
 http://www.game-accessibility.com/forum/viewtopic.php?pid=345#p345


  djc's Jukebox: http://paulmerrell.net:9212 Saturday Evenings 9 to
 midnight Eastern.

 My Journal http://livejournal.com/users/djc1

  email Or Msn: [EMAIL PROTECTED]

 I C Q Number Is: 4781694




 ___
 Gamers mailing list .. Gamers@audyssey.org
 To unsubscribe send E-mail to [EMAIL PROTECTED] You can 
 visit
 http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
 any subscription changes via the web. 


___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.


Re: [Audyssey] Moosic Update

2006-08-30 Thread Cary
well I installed the game and I like it so far.  I'd really, really like a 
walking sound though, I didn't realize I was moving because there is no 
sound telling me if I'm even going anywhere.  I'm just pushing arrow keys 
hoping for the best.  I guess I'm going somewhere though because I'm jumping 
onto platforms I think and jumping over pits, but I've encountered an enemy, 
sounds like an insect of some kind, I'm in the training game on the first 
level. lol
So my question is what do I do with the enemies?  If I jump over them, I 
die.  I've looked in the documentation and I can't find a keystroke that you 
can shoot them or kill them in some way, I just kept pressing buttons and 
nothing worked.  Do I just wait for them to go away? or what?
-Cary
- Original Message - 
From: djc [EMAIL PROTECTED]
To: gamers@audyssey.org
Sent: Wednesday, August 30, 2006 9:08 AM
Subject: [Audyssey] Moosic Update


 Moosic Update
 The developer of Moosic has just released a new update of the game. The
 update includes
 a much easier installation of the game, a networked version where you can
 play a
 'death match' against another player, a version where the levels slowly
 ramp up in
 complexity for training purposes and of course the normal game, currently
 featuring
 5 or 6 levels. Read more about Moosic here:
 http://www.audiogames.net/db.php?action=viewid=moosic
 and also see:
 http://www.game-accessibility.com/forum/viewtopic.php?pid=345#p345


  djc's Jukebox: http://paulmerrell.net:9212 Saturday Evenings 9 to
 midnight Eastern.

 My Journal http://livejournal.com/users/djc1

  email Or Msn: [EMAIL PROTECTED]

 I C Q Number Is: 4781694




 ___
 Gamers mailing list .. Gamers@audyssey.org
 To unsubscribe send E-mail to [EMAIL PROTECTED] You can 
 visit
 http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
 any subscription changes via the web. 


___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.


Re: [Audyssey] Moosic Update

2006-08-30 Thread djc
Yes the program is still written in Python however I can't seem to get this
new version running. It starts up with the intro but when I press the space
bar to start the game it crashes and I'm getting some errors in his code.


*** REPLY SEPARATOR  ***

On 8/30/2006 at 9:50 AM Cary wrote:

Do I still need all that python crap?  Because I couldn't download and
play 
those python games because I couldn't find half that python crap and in
that 
guide you posted it said I had to run main.py or something and I didn't
have 
a file called that in the stuff I did manage to download.  So I deleted
all 
that python crap because I figured it wasn't worth my time.  The game does

sound cool but if they can't make the guide for where you download all the

python stuff a little more simpler then forget it. lol
-Cary
- Original Message - 
From: djc [EMAIL PROTECTED]
To: gamers@audyssey.org
Sent: Wednesday, August 30, 2006 9:08 AM
Subject: [Audyssey] Moosic Update


 Moosic Update
 The developer of Moosic has just released a new update of the game. The
 update includes
 a much easier installation of the game, a networked version where you
can
 play a
 'death match' against another player, a version where the levels slowly
 ramp up in
 complexity for training purposes and of course the normal game,
currently
 featuring
 5 or 6 levels. Read more about Moosic here:
 http://www.audiogames.net/db.php?action=viewid=moosic
 and also see:
 http://www.game-accessibility.com/forum/viewtopic.php?pid=345#p345


  djc's Jukebox: http://paulmerrell.net:9212 Saturday Evenings 9 to
 midnight Eastern.

 My Journal http://livejournal.com/users/djc1

  email Or Msn: [EMAIL PROTECTED]

 I C Q Number Is: 4781694




 ___
 Gamers mailing list .. Gamers@audyssey.org
 To unsubscribe send E-mail to [EMAIL PROTECTED] You can 
 visit
 http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
 any subscription changes via the web. 


___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can
visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.



 djc's Jukebox: http://paulmerrell.net:9212 Saturday Evenings 9 to
midnight Eastern.

 My Journal http://livejournal.com/users/djc1   

 email Or Msn: [EMAIL PROTECTED]

 I C Q Number Is: 4781694




___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.


Re: [Audyssey] Moosic Update

2006-08-30 Thread Yohandy
You don't jump over them, you jump on them. lol.

For an amazing video gaming site containing original soundtracks, game art, 
etc, go here.

http://gh.ffshrine.org?r=16426


- Original Message - 
From: Cary [EMAIL PROTECTED]
To: Gamers Discussion list gamers@audyssey.org
Sent: Wednesday, August 30, 2006 12:29 PM
Subject: Re: [Audyssey] Moosic Update


 well I installed the game and I like it so far.  I'd really, really like a
 walking sound though, I didn't realize I was moving because there is no
 sound telling me if I'm even going anywhere.  I'm just pushing arrow keys
 hoping for the best.  I guess I'm going somewhere though because I'm 
 jumping
 onto platforms I think and jumping over pits, but I've encountered an 
 enemy,
 sounds like an insect of some kind, I'm in the training game on the first
 level. lol
 So my question is what do I do with the enemies?  If I jump over them, I
 die.  I've looked in the documentation and I can't find a keystroke that 
 you
 can shoot them or kill them in some way, I just kept pressing buttons and
 nothing worked.  Do I just wait for them to go away? or what?
 -Cary
 - Original Message - 
 From: djc [EMAIL PROTECTED]
 To: gamers@audyssey.org
 Sent: Wednesday, August 30, 2006 9:08 AM
 Subject: [Audyssey] Moosic Update


 Moosic Update
 The developer of Moosic has just released a new update of the game. The
 update includes
 a much easier installation of the game, a networked version where you can
 play a
 'death match' against another player, a version where the levels slowly
 ramp up in
 complexity for training purposes and of course the normal game, currently
 featuring
 5 or 6 levels. Read more about Moosic here:
 http://www.audiogames.net/db.php?action=viewid=moosic
 and also see:
 http://www.game-accessibility.com/forum/viewtopic.php?pid=345#p345


  djc's Jukebox: http://paulmerrell.net:9212 Saturday Evenings 9 to
 midnight Eastern.

 My Journal http://livejournal.com/users/djc1

  email Or Msn: [EMAIL PROTECTED]

 I C Q Number Is: 4781694




 ___
 Gamers mailing list .. Gamers@audyssey.org
 To unsubscribe send E-mail to [EMAIL PROTECTED] You can
 visit
 http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
 any subscription changes via the web.


 ___
 Gamers mailing list .. Gamers@audyssey.org
 To unsubscribe send E-mail to [EMAIL PROTECTED] You can 
 visit
 http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
 any subscription changes via the web. 


___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.


Re: [Audyssey] Moosic Update

2006-08-30 Thread Ken the Crazy
Y have to land on top of them by jumping in a way that there sounds are 
centralized when you land on them.  The problem is, if you'll pay attention 
you'll find this out too, as that the sounds don't pan until they're done 
playing--giving you the impression that the insects sort of jump from one 
place to another.  Solution: shorten the buzzing sound they make to about a 
quarter of a second.
- Original Message - 
From: Cary [EMAIL PROTECTED]
To: Gamers Discussion list gamers@audyssey.org
Sent: Wednesday, August 30, 2006 12:29 PM
Subject: Re: [Audyssey] Moosic Update


 well I installed the game and I like it so far.  I'd really, really like a
 walking sound though, I didn't realize I was moving because there is no
 sound telling me if I'm even going anywhere.  I'm just pushing arrow keys
 hoping for the best.  I guess I'm going somewhere though because I'm 
 jumping
 onto platforms I think and jumping over pits, but I've encountered an 
 enemy,
 sounds like an insect of some kind, I'm in the training game on the first
 level. lol
 So my question is what do I do with the enemies?  If I jump over them, I
 die.  I've looked in the documentation and I can't find a keystroke that 
 you
 can shoot them or kill them in some way, I just kept pressing buttons and
 nothing worked.  Do I just wait for them to go away? or what?
 -Cary
 - Original Message - 
 From: djc [EMAIL PROTECTED]
 To: gamers@audyssey.org
 Sent: Wednesday, August 30, 2006 9:08 AM
 Subject: [Audyssey] Moosic Update


 Moosic Update
 The developer of Moosic has just released a new update of the game. The
 update includes
 a much easier installation of the game, a networked version where you can
 play a
 'death match' against another player, a version where the levels slowly
 ramp up in
 complexity for training purposes and of course the normal game, currently
 featuring
 5 or 6 levels. Read more about Moosic here:
 http://www.audiogames.net/db.php?action=viewid=moosic
 and also see:
 http://www.game-accessibility.com/forum/viewtopic.php?pid=345#p345


  djc's Jukebox: http://paulmerrell.net:9212 Saturday Evenings 9 to
 midnight Eastern.

 My Journal http://livejournal.com/users/djc1

  email Or Msn: [EMAIL PROTECTED]

 I C Q Number Is: 4781694




 ___
 Gamers mailing list .. Gamers@audyssey.org
 To unsubscribe send E-mail to [EMAIL PROTECTED] You can
 visit
 http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
 any subscription changes via the web.


 ___
 Gamers mailing list .. Gamers@audyssey.org
 To unsubscribe send E-mail to [EMAIL PROTECTED] You can 
 visit
 http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
 any subscription changes via the web.


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.1.405 / Virus Database: 268.11.7/433 - Release Date: 8/30/2006

 


___
Gamers mailing list .. Gamers@audyssey.org
To unsubscribe send E-mail to [EMAIL PROTECTED] You can visit
http://audyssey.org/mailman/listinfo/gamers_audyssey.org to make
any subscription changes via the web.