-
Content Count
190 -
Joined
-
Last visited
Content Type
Profiles
Member Map
Forums
Blogs
Gallery
Calendar
Store
Everything posted by simonsunnyboy
-
Never seen one removing the polygons but the Pompey Pirates crack has replacement cockpit graphics IIRC. Maybe a place to start?
-
The BIG Demo and Little Sound Demo by TEX featured Hubbard song conversions to the YM2149 by Jochen Hippel. https://demozoo.org/productions/76594/ https://demozoo.org/productions/76599/
-
Hooking an ST up to a laser printer
simonsunnyboy replied to jblenkle's topic in Atari ST/TT/Falcon Computers
My Falcon prints well with NVDI 4 to a HP LaserJet 1200 connected through the parallel port. I never tried without NVDI though. So any laser printer with PCL should work through NVDI. -
Restoring the mouse after reading joystick GFA 3.5
simonsunnyboy replied to Fletch's topic in Atari ST/TT/Falcon Programming
STICK 1 .. STICK 0 or the more classic OUT 4,20 ! enable joystick ... OUT 4,8 ! disable joystick and reactivate mouse should do the trick -
Issue with Prince of Persia on STE?
simonsunnyboy replied to oracle_jedi's topic in Atari ST/TT/Falcon Computers
Red potions heal, blue potions take live energy. -
Does mass storage work by now? Last time I checked it was very crashy and not working reliable with the Netusbee..
-
Thanks for sharing. The disk images do not boot with TOS 2.06 under Hatari, with TOS 1.62 it seems fine.
-
It is very simple. Call zip2st with your ZIP file and it will generate an .st file with the contents of the ZIP file. Take note that the resulting disk does not autoboot files from any operating system as a required bootsector will not be part of the zip.
-
Content is probably ok but the design is even garish for the late 90s. You seriously need a better design if you want to attract serious business responses.
-
How do you get your ST online?
simonsunnyboy replied to RucasRiot's topic in Atari ST/TT/Falcon Computers
I don't think so as CosmosEx makes use of the RaspPi LAN port and software on the RaspPi. UIPtool has a special driver for the Netusbee and compatible cards builtin. Anyway the CosmosEx has other means of providing network access so UIPtool is not necessary for filetransfers. -
How do you get your ST online?
simonsunnyboy replied to RucasRiot's topic in Atari ST/TT/Falcon Computers
I seldom use my Ataris for full network access. However a great solution for file transfer is the UIPtool made by sqward. It runs with Netusbee and turns the Atari into a file server with a web interface. One can easily transfer files to the Atari from a web browser on the PC and also download stuff from the Atari. A very very useful tool which doesn't require configuration as it brings its own TCP/IP stack and configures the LAN adapter with DHCP from your local router. -
Does this device display 50Hz output properly from the ST? Or is 60Hz output required?
-
GFA BASIC Collision detection
simonsunnyboy replied to Fletch's topic in Atari ST/TT/Falcon Programming
Reading pixels with GFABASIC will work but my experience with this is not so good. I would combine a tiled background with the technique by ggn with moving sprites above. A spritebased pixel coordinate can then be calculated to see what tile is below. Sprite collision detection is best done with comparing their respective coordinates and size for intersection. I can recommend using the ABS() function there. For the first true game ever, a pure tile based game might be hard enough to complete. -
Project Hard 'n' Heavy
simonsunnyboy replied to ParanoidLittleMan's topic in Atari ST/TT/Falcon Computers
Technically good idea but are there any 512K STF with Blitter around? -
Yes this is direct wiring - and the adapter wiring on the Amiga might be different than on the ST. I am sure that it did not work, we wanted to have a 4 player match on one of our retogaming meetings. It did not work, same with Leatherneck IIRC.
-
I remember trying a modern version of an Amiga parallel port joystick adapter with Gauntlet 2 on the ST and it did not work correctly. I'm not sure the adapters are really interchangable through the systems?
-
Project Hard 'n' Heavy
simonsunnyboy replied to ParanoidLittleMan's topic in Atari ST/TT/Falcon Computers
I always liked the game aswell as the original ST version of Giana Sisters. What HnH could use, is a nice rastered background but STE scrolling is likely a nice enhancement aswell. Good luck for your progress on the project! -
Space War for Atari ST
simonsunnyboy replied to joyfulcoder's topic in Atari ST/TT/Falcon Programming
Seems AA doesn't like .LST file attachments, here as a zip file: SPACEBTL.LST.zip -
Space War for Atari ST
simonsunnyboy replied to joyfulcoder's topic in Atari ST/TT/Falcon Programming
20 years ago, I made a Space War clone in GFABASIC with ship movement but it lacked correct physics. It was my first remake for publication, see http://paradize.final-memory.org/games.shtml -> Space Battle If someone want to cut his teeth, I have the base source from 1994/95 somewhere without fancy graphics, men, sound or joystick options. But it was the basic elements without correct physics. Take the attached source without warranties as a little Easter gift for upcoming Atari coders. Take care and have a Happy Easter! SSB -
Anti- Virus For ste mega tos 2.06
simonsunnyboy replied to Starlight's topic in Atari ST/TT/Falcon Computers
I agree there but I personally only used the warning ones sofar which simply refuse to continue to boot. That is acceptable. -
Anti- Virus For ste mega tos 2.06
simonsunnyboy replied to Starlight's topic in Atari ST/TT/Falcon Computers
Well, i somehow had the notorious Ghost virus on my disk collection in the 90s. Nasty one which inverted the mouse after a few resets or so. I didn't find anything more serious but there are virii on the ST and it is a good idea to check for them with uvk2000. Many "Virus free bootsectors" are actually not only passive but monitor some system vectors. Not that bad and much more efficient than modern PC anti virus tools. -
The patched for the Blitter!
simonsunnyboy replied to walter_J64bit's topic in Atari ST/TT/Falcon Computers
The later requires a larger engine rewrite and thus quite an amount of effort. Zamuel_A can tell you more as he did this for Pacmania STE.
