Yaron Nir Posted December 4, 2018 Share Posted December 4, 2018 Now that a preview was released for c64 What do you guys think , anyone up for a port for Atari ? 1 Quote Link to comment Share on other sites More sharing options...
pirx Posted December 4, 2018 Share Posted December 4, 2018 looked at it at the time - tremendous effort to port, might be a bit easier to port it from C64, but not necessarily when C64 uses hi-res sprites and stuff. Quote Link to comment Share on other sites More sharing options...
emkay Posted December 4, 2018 Share Posted December 4, 2018 Ofcourse the game is possible on the Atari. More than any other "hires" game. Quote Link to comment Share on other sites More sharing options...
R0ger Posted December 4, 2018 Share Posted December 4, 2018 Not being as experienced as emkay, I don't really see how. It would have to be very different. Quote Link to comment Share on other sites More sharing options...
Yaron Nir Posted December 4, 2018 Author Share Posted December 4, 2018 No reason why it cant be ported Hi res for scene , using the shades and luminous of grey black and white Parallax scrolling can be done , mostly I saw trees like moving around. Main dude can be combined out of 2 sprites with his eyes as 2 pixels All scenares will use software sprites (spider and traps and rope ) Screen uses fine scrolling Each level should use the same address space (overwrite the previous level) and id there is not enough men then use a carrridfe and use its mem to use levels I am going to start working on main char sprites animation 1 Quote Link to comment Share on other sites More sharing options...
Wrathchild Posted December 4, 2018 Share Posted December 4, 2018 Try approaching the author and ask to collaborate on an A8 version?https://www.lemon64.com/forum/viewtopic.php?t=64140&start=47 2 Quote Link to comment Share on other sites More sharing options...
emkay Posted December 4, 2018 Share Posted December 4, 2018 (edited) Not being as experienced as emkay, I don't really see how. It would have to be very different. Seeing the latest entries, I understand your position But, I tell you that a reasonable version of that game is possible, not needing the eye cancer causing transitions as in the C64 version. You can use basically 3 colors for hires. additionally the hardware priority of the PMg will help adding all possibles tones (0,2,4,6,8,A,e) for the graphics. Playfield is giving the needed hires for the details. There is not too much going on on the screen. So things can be prepared . The only problem is to get Atari coders to the point that several "treads" have to be used then. If the protagonist is walking alone, the rest of the CPU time needs to handle parts of the upcoming graphics. Loading Stuff from a cartridge is recommended. Talking to C64 guys for help is like asking a fish for getting milk from a cow. For the books : the black color needs to be $D017 and the brighter value $D01A . For that, the protagonist can be underlaid by a PLAYER , to get the eyes. Adding the other PLAYERS and missiles offers 4 distinguished colors . PM should be carefully placed to get filtered at the edges by the playfield. Vertical changes allow to use 4x width, which means a little compromise with the background shading. Edited December 4, 2018 by emkay Quote Link to comment Share on other sites More sharing options...
R0ger Posted December 4, 2018 Share Posted December 4, 2018 How do you want to use PMG for the whole screen ? You can do it easily in 4x mode .. but you can only change color 5 times per line. You can use 2x and move PMG in DLI .. I was able to spread them to 144 pixels out of 160. Maybe I could do even more. But all you do is shifting the PMG position. You don't have time to change colors or shape. I just don't see it. Quote Link to comment Share on other sites More sharing options...
emkay Posted December 4, 2018 Share Posted December 4, 2018 How do you want to use PMG for the whole screen ? You can do it easily in 4x mode .. but you can only change color 5 times per line. You can use 2x and move PMG in DLI .. I was able to spread them to 144 pixels out of 160. Maybe I could do even more. But all you do is shifting the PMG position. You don't have time to change colors or shape. I just don't see it. If you have the PMg , why do you want to do color changes in a scanline? The most relevant color is black. Then a brighter color builds a huge part of the background, too. The available PMg will allow to add shade values, while the main impression of the black color, which is actually the relevant part of the game, shows all in hires. Quote Link to comment Share on other sites More sharing options...
R0ger Posted December 4, 2018 Share Posted December 4, 2018 I guess I'll wait for the images .. Quote Link to comment Share on other sites More sharing options...
ivop Posted December 4, 2018 Share Posted December 4, 2018 emkay as usual. All talk, no code. 7 Quote Link to comment Share on other sites More sharing options...
Irgendwer Posted December 4, 2018 Share Posted December 4, 2018 Why not supporting the strength of the A8 with it's 16 greys? The boy would be a PMG, interactive objects maybe too: The scattered resolution of JAG could be also useful to show e.g. the spider with a sufficient granularity: Executables: Limbo.zip 12 1 Quote Link to comment Share on other sites More sharing options...
flashjazzcat Posted December 4, 2018 Share Posted December 4, 2018 Yes: this would make a lot more sense IMO. 2 Quote Link to comment Share on other sites More sharing options...
+MrFish Posted December 5, 2018 Share Posted December 5, 2018 (edited) Why not supporting the strength of the A8 with it's 16 greys? The boy would be a PMG, interactive objects maybe too: Good idea. Here's a quick render in Gr. 9 and the boy as a PMG. Note, the I didn't do anything with the other smaller graphics there. They could be improved by editing, and using some pmgs too. Limbo Background 1 (lighter).xex Edited December 5, 2018 by MrFish 7 Quote Link to comment Share on other sites More sharing options...
+Stephen Posted December 5, 2018 Share Posted December 5, 2018 Why not supporting the strength of the A8 with it's 16 greys? The boy would be a PMG, interactive objects maybe too: LimboGR9.png The scattered resolution of JAG could be also useful to show e.g. the spider with a sufficient granularity: LimboJAG.png Executables: Limbo.zip Why code or show examples when you can just talk shit about how it's not possible? Man, you people that actually "do" stuff 2 1 Quote Link to comment Share on other sites More sharing options...
Yaron Nir Posted December 5, 2018 Author Share Posted December 5, 2018 Good idea. Here's a quick render in Gr. 9 and the boy as a PMG. Note, the I didn't do anything with the other smaller graphics there. They could be improved by editing, and using some pmgs too. Limbo Background 1 (lighter).xex limbo gr9.png It looks good. Main char though doesnt look hi res as he should. Is there anyone up for the task of porting this? Even just the demo level ? Quote Link to comment Share on other sites More sharing options...
José Pereira Posted December 5, 2018 Share Posted December 5, 2018 It looks good. Main char though doesnt look hi res as he should. Because if is going to be that 4:1 ratio using 16luminances black/grays&white then the guy and other choosed things to use PMGs can only be in 2:1 ratio. Quote Link to comment Share on other sites More sharing options...
+MrFish Posted December 5, 2018 Share Posted December 5, 2018 (edited) It looks good. Main char though doesnt look hi res as he should. Because if is going to be that 4:1 ratio using 16luminances black/grays&white then the guy and other choosed things to use PMGs can only be in 2:1 ratio. I think it's a fair trade-off, considering you're now bringing in a 16 luminance background. A 2:1 character looks fitting on a 4:1 background. Edited December 5, 2018 by MrFish 3 Quote Link to comment Share on other sites More sharing options...
José Pereira Posted December 5, 2018 Share Posted December 5, 2018 I think it's a fair trade-off, considering your now bringing in a 16 luminance background. A 2:1 character looks fitting on a 4:1 background. I agree in 101% Quote Link to comment Share on other sites More sharing options...
+MrFish Posted December 5, 2018 Share Posted December 5, 2018 I agree in 101% Haha... It would all look different when he's animated anyway. Quote Link to comment Share on other sites More sharing options...
+MrFish Posted December 5, 2018 Share Posted December 5, 2018 Another quick test... Limbo Spider.xex 3 Quote Link to comment Share on other sites More sharing options...
Yaron Nir Posted December 5, 2018 Author Share Posted December 5, 2018 Looks amazing! Quote Link to comment Share on other sites More sharing options...
emkay Posted December 5, 2018 Share Posted December 5, 2018 (edited) Why code or show examples when you can just talk shit about how it's not possible? Man, you people that actually "do" stuff Have you ever realized that most of your entries point so something like trolling? I see, you're a subscriber. I wonder, if you only "subscribe" to get a right for trolling? Of Course , I'd also like to see a game, using gr. 9 that way. But people want to have that "hires" touch. And this time I'm on that point (given by the Atari's specs) that it is possible to have a well rendition of this game , if PMg is used well, underlaying Antic F. But you guys only live in your own pre-rolled world, as it seems. Edited December 5, 2018 by emkay Quote Link to comment Share on other sites More sharing options...
flashjazzcat Posted December 5, 2018 Share Posted December 5, 2018 Too vague. Some people here who actually write code struggle to see how the requisite number of grey shades are possible in hi-res mode at the required resolution. You assert that it is possible, but haven't managed so much as a mock-up. 5 Quote Link to comment Share on other sites More sharing options...
+MrFish Posted December 5, 2018 Share Posted December 5, 2018 (edited) Admittedly the details can be made to look pretty nice in hi-res, and the dither is decent too; but I'm also not sure about P/M usage here. So, I'll help you out a little, emkay. Here's a decent playfield screen. Go ahead and add some P/M's to it, if you like, and see what you can come up with. [Graph2Font & XEX included] Limbo bw.zip Edited December 5, 2018 by MrFish 6 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.