Page Index Toggle Pages: 1 Send TopicPrint
 10 RE: Chaos (ST) without the turn limit? (Read 1901 times)
CongealedWalrus
RoMzkiddiEz
*
Offline


D-BUGer

Posts: 27
Location: Edinburgh, Scotland.
Joined: 28.07.08
Gender: Male
RE: Chaos (ST) without the turn limit?
29.07.08 at 00:02:13
Print Post  
Hello  Roll Eyes

I have been scouring the net for a version of Chaos (ST) that I can play with friends or even alone and not have to end up with loads of drawn games.

If I play with 4-6 players then fine, I will probably win just before the turn limit kicks in.  But with 8 there is not too much chance of that.  Playing with friends and trying to savour the experience and not rush it is impossible!  The turn limit will always ruin this.

I am posting this here simply because this site is where I first downloaded Chaos and MANY other classics!  Hopefully there is a file out there somewhere, even if it is the Spectrum version instead.

thank you,
Congealed
  
Back to top
 
IP Logged
 
ggn
D-Bug member
Reboot Member
*****
Offline


D-Bug debugger

Posts: 1464
Location: Somewhere in Greece
Joined: 22.02.07
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #1 - 29.07.08 at 04:51:56
Print Post  
So I guess you're looking for a trained version of sorts?
  
Back to top
 
IP Logged
 
ggn
D-Bug member
Reboot Member
*****
Offline


D-Bug debugger

Posts: 1464
Location: Somewhere in Greece
Joined: 22.02.07
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #2 - 29.07.08 at 21:28:11
Print Post  
Anyway... I went ahead and did it Wink

http://dbug-automation.co.uk/falcon/jul08/chaos.zip

Simply unpack the files in a directory and replace the "xxx" in "chaosxxx.prg" with the amount of turns you want the game to have. If you leave it at 'xxx' it will use the default values Wink

General notes.... Very nice code! Simple and to the point, almost no faggtry involved Smiley. Finding the no of turns was easy because of that. Here's the code that calculates this btw:

Code
Select All
	MOVE.W    D0,D1
	ADD.W     D1,D1
	ADDI.W    #$F,D1 



Also while I was at it, I falcon fixed it too Wink.

[EDIT] I wanted to write more stuff last night but I was too tired! Anyway, Martin Brownlow is one of my fave game programmers (he went and did the masterpiece called MDK on pc, as well as Giants: Citizen Kabuto and Armed and Dangerous Smiley)


P.S. I totally agree with you, with 8 players it's a bitch to win this game - but then I only played it like that Wink
« Last Edit: 30.07.08 at 10:44:06 by ggn »  
Back to top
 
IP Logged
 
Heavy Stylus
Playtester
***
Offline


D-BUG Fanboi

Posts: 345
Location: Exeter, UK
Joined: 27.02.07
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #3 - 29.07.08 at 22:03:15
Print Post  
Downloading... Smiley
  

http://www.rgcd.co.uk
The Essential Discmag for Retro Gamers!

http://www.myspace.com/heavystylus
Usual myspace crap.

http://tinyurl.com/heavystylus
Facebook
Back to top
WWW  
IP Logged
 
CongealedWalrus
RoMzkiddiEz
*
Offline


D-BUGer

Posts: 27
Location: Edinburgh, Scotland.
Joined: 28.07.08
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #4 - 30.07.08 at 21:19:31
Print Post  
Yes, sorry GGN, a trained version is probably the term that I was looking for!

Thank you very very much!  I thought that would take a few weeks/months for someone to get round to doing that, if ever!  But then I forget who we are talking about here.  The MIGHTY D-BUG  Grin

MDK is an awesome game!  I loved that and I still intend to complete it as I only really played the first few levels.  Armed and Dangerous was HUGE when that came out too.  I was not aware of the connection between these games.

Thank you thank you thank you  Smiley Smiley Grin Grin Smiley Smiley
This has made my day!
  
Back to top
 
IP Logged
 
CongealedWalrus
RoMzkiddiEz
*
Offline


D-BUGer

Posts: 27
Location: Edinburgh, Scotland.
Joined: 28.07.08
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #5 - 30.07.08 at 21:40:42
Print Post  
Alright, stupid question AHOY!

This file that ggn gave me is a .prg file, can I open this in STeem?  I would love to open it on my old Atari but it died many years ago and is now just a pretty box covered in fist-prints (due to anger/abuse).

I tried opening this in STeem but it is not showing up.  I also tried changing the extension to .ST but that was a dumb idea too.

BTW, what is 'falcon fixing'?  Sounds sweet  Shocked
  
Back to top
 
IP Logged
 
ggn
D-Bug member
Reboot Member
*****
Offline


D-Bug debugger

Posts: 1464
Location: Somewhere in Greece
Joined: 22.02.07
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #6 - 30.07.08 at 22:32:02
Print Post  
CongealedWalrus wrote on 30.07.08 at 21:40:42:
Alright, stupid question AHOY!

This file that ggn gave me is a .prg file, can I open this in STeem?  I would love to open it on my old Atari but it died many years ago and is now just a pretty box covered in fist-prints (due to anger/abuse).

I tried opening this in STeem but it is not showing up.  I also tried changing the extension to .ST but that was a dumb idea too.


Well you'll have to set up a virtual hard drive in steem. This lets you map a windows (or linux) dir as a st drive in emulation. Just click the disk icon and you'll eventually find it! All you need to do then is copy the contents of the zip to the virtual directory, boot your emulated st and it'll be there!

CongealedWalrus wrote on 30.07.08 at 21:40:42:
BTW, what is 'falcon fixing'?  Sounds sweet  Shocked


Well, you remember atari's last home computer, the falcon? Well the game didn't work there, but now it does Wink
  
Back to top
 
IP Logged
 
CongealedWalrus
RoMzkiddiEz
*
Offline


D-BUGer

Posts: 27
Location: Edinburgh, Scotland.
Joined: 28.07.08
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #7 - 31.07.08 at 01:03:08
Print Post  
Thank you again for the help.  Its working, I had not used the HDD feature as I always used disk images.

Is the maximum 999 turns or can you enter more?  999 ought to be enough but I am just curious if I can put 9999 or even more.

  
Back to top
 
IP Logged
 
ggn
D-Bug member
Reboot Member
*****
Offline


D-Bug debugger

Posts: 1464
Location: Somewhere in Greece
Joined: 22.02.07
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #8 - 31.07.08 at 05:43:12
Print Post  
CongealedWalrus wrote on 31.07.08 at 01:03:08:
Thank you again for the help.  Its working, I had not used the HDD feature as I always used disk images.

Is the maximum 999 turns or can you enter more?  999 ought to be enough but I am just curious if I can put 9999 or even more.



Well, I didn't have enough digits in the filename Tongue. It should go up to 32768 or 65536 (depends on how he decrements the turns counter!)
  
Back to top
 
IP Logged
 
CongealedWalrus
RoMzkiddiEz
*
Offline


D-BUGer

Posts: 27
Location: Edinburgh, Scotland.
Joined: 28.07.08
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #9 - 31.07.08 at 22:18:39
Print Post  
Aha, no worries.  999 ought to be plenty.  I did test it breifly last night but sadly my Wizard got his arse kicked a little too quickly for me to be able to properly see the difference.  I will try a few games with multiple Human controlled players very soon!


« Last Edit: 31.07.08 at 22:20:27 by CongealedWalrus »  
Back to top
 
IP Logged
 
CJ
D-Bug member
Reboot Member
*****
Offline


D-Bug Founder

Posts: 1205
Location: State of Confusion
Joined: 22.02.07
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #10 - 01.08.08 at 07:33:05
Print Post  
Hi there CongealedWalrus,

Thank you very much for posting - you don't know how encouraging it is so see something like that, especially as some people don't seem to understand the work involved, the time taken, or even appreciate the simple fact that things don't "just work" and that they actually do "need fixing"

Anyway, welcome to the site Smiley
« Last Edit: 01.08.08 at 07:34:33 by CJ »  

"With only one button, even drooling fucktards like Kizza can play our game!"
Back to top
 
IP Logged
 
CongealedWalrus
RoMzkiddiEz
*
Offline


D-BUGer

Posts: 27
Location: Edinburgh, Scotland.
Joined: 28.07.08
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #11 - 03.08.08 at 23:25:45
Print Post  
Dear CJ (and ggn),

Thank you for the welcome!  I am glad that this was of some encouragement to you guys, but it was simply awesome to me that I could contact the DBUG and Automation guys considering that I already feel indebted to you for creating and improving so many games and also they were the first games that I ever played on my first computer/gaming system when I was about 8 years old.

My first gaming experience was on my Atari (second hand) and playing games hacked, cracked and packed by you guys (whatever that means?)   I did not even understand why the games I played seemed to contain strange menus, weird imagery and wacky messages, but I think they shaped me as a person Smiley

It is awesome that by the power of t'internet we are now able to talk with people like you who did what you did.  But also, on the flipside, it must be a pain in the arse for you because you get me requesting updates and trainers and all that!  At least you must know that people turn to you because you are great at what you do?

Not that I really understand exactly what you do do.  All I know is that most of the games/game Menus (90%ish) I played and still play today bear the name of DBUG or AUTOMATION and that is enough for me!

By the way, 2 questions:  What would you describe crews like DBUG or Automation as?  Operants in the freedom of software and liberation/improvement of groovy games? 

And second question:  I was a little scared to mention Automation on this site since the d-bug logo is so proudly displayed but I now notice that this is the DBUG and Automation Forum.  The question is, arent you guys, not enemies, but eachothers competitors?

Sorry for the long post.
Congealed



« Last Edit: 03.08.08 at 23:27:44 by CongealedWalrus »  
Back to top
 
IP Logged
 
Christos
Distributor
Reboot Member
**
Offline


D-BUGer

Posts: 212
Joined: 06.03.07
Re: Chaos (ST) without the turn limit?
Reply #12 - 04.08.08 at 23:52:22
Print Post  
As it was written: D-Bug was born out of the ashes of Automation.
  
Back to top
 
IP Logged
 
CJ
D-Bug member
Reboot Member
*****
Offline


D-Bug Founder

Posts: 1205
Location: State of Confusion
Joined: 22.02.07
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #13 - 05.08.08 at 11:47:50
Print Post  
Hi again,

You'll find our history here: http://www.dbug-automation.co.uk/extras.htm

How would we describe ourselves?

In brief: Pirates
In Verbose: Highly skilled pirates with a dash of sarcasm and an overdose of finesse.
  

"With only one button, even drooling fucktards like Kizza can play our game!"
Back to top
 
IP Logged
 
CongealedWalrus
RoMzkiddiEz
*
Offline


D-BUGer

Posts: 27
Location: Edinburgh, Scotland.
Joined: 28.07.08
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #14 - 06.08.08 at 01:32:07
Print Post  
Oh good, I am glad that someone has said something after my long and probably over the top explanation of how pleased I was.

Sorry about that, but I wanted to express my gratitude even though it would read like a whole lot of ass-kissing!  Plus I also found my old Atari in the attic and all of the Atari love flooded back.  I hope all my disks still work and perhaps there are some rareties in there.  I will not be able to check them for a little while as the ancient hardware is acting up.

The D-BUG/Automation history is interesting!  And I asked about what you would call yourselves because the term "hackers" has quite negative or destructive connotations and since the nature of your organisation(s) is so creative, it seemed to me like the wrong term.  "Pirates" is good but sounds eqally destructive.  Piracy also seems to apply equally to people downloading software as well as those modifying it.  Perhaps an appropriate term does not exist.
« Last Edit: 06.08.08 at 01:36:14 by CongealedWalrus »  
Back to top
 
IP Logged
 
ggn
D-Bug member
Reboot Member
*****
Offline


D-Bug debugger

Posts: 1464
Location: Somewhere in Greece
Joined: 22.02.07
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #15 - 06.08.08 at 06:13:07
Print Post  
CongealedWalrus wrote on 06.08.08 at 01:32:07:
Sorry about that, but I wanted to express my gratitude even though it would read like a whole lot of ass-kissing!


Hehe, it makes a happy break from all the flaming we get Tongue

CongealedWalrus wrote on 06.08.08 at 01:32:07:
Plus I also found my old Atari in the attic and all of the Atari love flooded back.  I hope all my disks still work and perhaps there are some rareties in there.  I will not be able to check them for a little while as the ancient hardware is acting up.


That's great! If you need help in transfering disk images to real floppies or vice versa, you can check out some hints here. We are interested in finding some missing BBC menus, so if you have them in your diskbox, we'd be grateful if you could share them with us!

CongealedWalrus wrote on 06.08.08 at 01:32:07:
The D-BUG/Automation history is interesting!  And I asked about what you would call yourselves because the term "hackers" has quite negative or destructive connotations and since the nature of your organisation(s) is so creative, it seemed to me like the wrong term.  "Pirates" is good but sounds eqally destructive.  Piracy also seems to apply equally to people downloading software as well as those modifying it.  Perhaps an appropriate term does not exist.


Well.... If you like a game, you go and buy it. Simple as that. Try a demo or a cracked version before you buy, but buy it. Piracy doesn't kill the industry. People do.
  
Back to top
 
IP Logged
 
CongealedWalrus
RoMzkiddiEz
*
Offline


D-BUGer

Posts: 27
Location: Edinburgh, Scotland.
Joined: 28.07.08
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #16 - 08.08.08 at 23:54:10
Print Post  
ggn wrote on 06.08.08 at 06:13:07:
  Well.... If you like a game, you go and buy it. Simple as that. Try a demo or a cracked version before you buy, but buy it. Piracy doesn't kill the industry. People do.


I agree.  The only thing is that I can't really buy Chaos anymore, or many other Atari ST games but I would happily donate cash to the creators if I could becuase it does make me feel guilty that I havent really paid for the right to play some of the oldies that I know and love.
« Last Edit: 08.08.08 at 23:55:16 by CongealedWalrus »  
Back to top
 
IP Logged
 
CongealedWalrus
RoMzkiddiEz
*
Offline


D-BUGer

Posts: 27
Location: Edinburgh, Scotland.
Joined: 28.07.08
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #17 - 13.08.08 at 23:33:26
Print Post  
Amazingly and quite annoyingly, I just finished a pretty epic battle with 7 level 8 Wizard Opponents vs. Me and we ran out of turns!  So it must have run the full 999 turns and it was declared a draw.  Admittedly, the screen was covered in Goey Blobs and Fire but I was prepared to wait for one (lucky) winner.

Is there a way that I can increase the limit to 9999 or perhaps more?  I might fiddle about with the file but I think I will cause more harm than good.

Also, if there is any way of freezing the (frighteningly fast) progress of the fire and goo I would be interested in hearing about it.  I think I read about a mod that does this but for the Spectrum version.

I just thought I'd point these things out, I am not demanding anything Tongue 

  
Back to top
 
IP Logged
 
CongealedWalrus
RoMzkiddiEz
*
Offline


D-BUGer

Posts: 27
Location: Edinburgh, Scotland.
Joined: 28.07.08
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #18 - 03.09.08 at 22:17:01
Print Post  
Actually, I am stupid!  That 'epic' game was actually a loaded game which caused the game to resort to the old settings.  It was not 999 turns, just the regular amount  Embarrassed

I think that 999 is sufficient but I will keep on experimenting.  I realise that I am replying to myself here but thats ok, I do that a lot.
  
Back to top
 
IP Logged
 
ggn
D-Bug member
Reboot Member
*****
Offline


D-Bug debugger

Posts: 1464
Location: Somewhere in Greece
Joined: 22.02.07
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #19 - 04.09.08 at 06:50:02
Print Post  
CongealedWalrus wrote on 03.09.08 at 22:17:01:
Actually, I am stupid!  That 'epic' game was actually a loaded game which caused the game to resort to the old settings.  It was not 999 turns, just the regular amount  Embarrassed

I think that 999 is sufficient but I will keep on experimenting.  I realise that I am replying to myself here but thats ok, I do that a lot.


No worries, chaos is a very fun game and the samples are simply hilarious. Good to know my hack made at least one person happy Smiley
  
Back to top
 
IP Logged
 
Saviour
Distributor
**
Offline


/|\ ATARI Freak

Posts: 80
Location: Germany
Joined: 27.02.07
Gender: Male
Re: Chaos (ST) without the turn limit?
Reply #20 - 04.09.08 at 14:56:07
Print Post  
ggn wrote on 04.09.08 at 06:50:02:
Good to know my hack made at least one person happy Smiley
That´s not quite true! Wink
« Last Edit: 04.09.08 at 14:58:55 by Saviour »  

- /|\ ATARI Falcon030 with PhantomS - TOS 4.04 - 68882 FPU - 14 MB RAM - 800 MB internal IDE Harddisk - External CD-ROM - MagiC 6.2 - Jinnee 2.01 - NVDI 5.01 - HD Driver 8.13
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint
 
  « Board Index ‹ Board  ^Top