Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 30 to 49 of 49 · Previous page · First page

Thank you for your excellent work.  I do have a problem on my GCW Zero though.  The game will load and seems fine, but none of the buttons seem to work.  Am I doing something wrong?

That's odd. I've had reports from people who have the GCW Zero that it works OK. Are you running the stock firmware or something custom?

That was it!  I was on the may firmware, and I did the 8-20-2014 update, everything fixed it's self.  Thank you!

good news! Glad that helped. Enjoy!

(1 edit)

Any chance of a version that will run on the Retroid Pocket 2. Thanks

(+1)

That would be amazing! I have an RP2 ordered, and the only thing that makes me sad about moving from the RG350 to the RP2 is losing tac08.

Looks like 4 Giga Boss Fights has text palette issues in tac08 - the boss kill counter is yellow when it's supposed to be white, and the white text for the title screen and boss name splash screens renders as the same black as the background, making them unreadable.

Thanks for all your hard work!

Thanks for the report. There are so many games its impossible for me to test everything, so I rely on reports like this to help find compatibility issues. I've added it to the list for the next compatibility fix update. 

oh, and thanks for the donation. 😁

I've fixed this. it will be available in the next release, when i've fixed a few other compatibility issues.

Very excited about this update!  I'm going to do another video on Tac08 later this week.  Thanks for all of your hard work!

Cool, I'll look forward to that. Would you mind If i put links to your webpage/videos on the tac08 product page? I think it would be helpful for new users setting up the emulator.

Hi, absolutely, thanks for asking!  Always happy to help.

(+1)

Heya, here is the new video: 

Really great video!

(1 edit)

Hey 0xCAFED00D, I had asked a month or two ago about porting tac08 to RetroFW and you seemed willing to look into it. Since then, one of the talented RetroFW devs took your most recent posted source and was able to port it without much hassle, but it is the older code from before you had sound etc. working. Aside from that, it worked fantastically.


Do you plan to release the updated source in the near future? The dev in question is possibly willing to port the updated code to RetroFW, and possibly also Bittboy, and GKD350h, maybe saving you some time and effort and helping spread the love :)

If I could I would release the code now, however for reasons I cannot go into in a public forum I am not able to at the moment. Hopefully soon.

Is there a compiled version for bittboy / pocket go v1?

it's on my to-do list. 

Thanks. It will be welcome.

Thank you so much for this! I opted for $10 in the "Name your own price", because that's still a steal for this amazing app. Pico-8 is such a perfect fit for the RG350, and the games work beautifully. Really looking forward to the .png support in the next version!

(1 edit)

Thanks for the comments and donation. Every bit helps a great deal. It's taken a bit longer to get the PNG loading than I initially hoped it would, but it's looking good for a release before the end of the week. 

Awesome! No rush. I know development takes time. I always run into 100 unexpected issues any time I hit a new part of an API, file spec, etc.

We all really appreciate the app. It adds so much value to the RG350!

thank you for this superb emulator. I have problemas running multicartridge games like picoware or picoarcade.

the next version will have multicart support! Coming soon!

(1 edit)

I cannot get the Ad Astra demo to run. Just black screen. Perhaps I am doing something wrong? Also, would it be possible to support .png as the ROM format?

The Ad Astra demo seems to work ok. Make sure you are running the latest version (updated this year by zep) as the original version released in 2016 is not compatible with current versions of pico8 or tac08. 

Yes. PNG support is on my TODO list. 😀

(-1)

I used the source from this link https://www.lexaloffle.com/bbs/?pid=26835, which does not work in the emulator on my PowKiddy Q80 (I am using version 0.0.4 from Sep 9).

I could not find any newer build. of the demo

Just taking the source from the BBS page is not enough, as it is not in the correct cart format and does not contain any of the assets (sprites, maps, SFX, music). Load the cart into pico8 and save the game out as a p8 text cart. 

Ahh, thanks.

(1 edit)

0xCAFED00D is there any way you could or would be willing to port this to RetroFW? It is closely related to OpenDingux and PICO 8 games would be very well suited for the devices that run that firmware 


https://github.com/retrofw


Side note: I'm using this on an RG280M, it works near perfectly there, no resolution issues, just the known issues with sound effects and a small selection of games not working. This is currently my favorite reason to own a 280!

(+2)

I'm currently working on a number of compatibility fixes and a port to another platform (I'm not going to say what platform yet!) after that I'll have a look into retrofw. Thanks for the report about the rg280M.

(+1)

Awesome! Thank you so much for the great work and willingness to consider other platforms. PICO 8 is awesome and just seems so perfect for hhandhelds. Thank you again!

This would be so incredible! I commented on your Youtube video (thanks for the reply)! Pretty please port it to as many platforms as you can I want so badly to be playing this on my handhelds! (currently using Bittboy PocketGo V1 and Android phone) Thanks so much for all your hard work! Fingers crossed! Any way to get a notification when you drop this?)

(1 edit)

Sorry, didn't see your message on youtube. The best way to get a notification is to follow me on itch.io 

Not to worry you did reply to me on youtube! My username is just different :) Thanks again for all the great work, I'll keep my fingers crossed!

(1 edit)

Hello again CafeDood! I asked around the Discord community and one of the talented devs there agreed to try to port your fantastic tac08 to SDL 1.2 and RetroFW. However, the source files on the github are older, from March, and don't contain any of your recent improvements including working sound.


Is there any way you might be able to post the updated source?


Edit: I'm sorry, I was reading the older comments and see you did say you would not post updated force until you were happy with it. That said, once you do, it looks like the port to RetroFW will be a done deal.

The recently released RG280V would be a perfect fit for PICO-8 because of it's tiny form factor. As it's the same chip as in the RG280M it should run fine however the 280V has a different screen resolution: 480*320 with a 4:3 aspect ratio (non-square pixels). Would Tac08 look correctly on this device?

Because of the non-square pixels of the RG280V the image would need to be scaled up to 360x320 to look perfectly square. To increase the sharpness it would be best to do an integer 6x upscale to 768x768 and then do a bilinear downscale. I noticed a big increase in sharpness while doing something similar for the GPIcase's screen.

That, an interesting technique, I had not thought of that.  I'll have a play with it and see what I can do.

Here are two images, one bilinear upscaled from 128x128 to 320x320:

Tthe other is integer-upscaled to 768x768 and then bilinearly downscaled to 320x320.



It looks pretty sharp already. On the 2.8 inch screen of the RG280V it will look even sharper because of the high DPI. You could do this approach for other platforms as well.

thanks for the info, I've added this to my to-do list. 

(1 edit)

It should do, I dont have one, but so far no one has complained that it doesnt. :-)

This is great! I've played about a dozen games with this and they run perfectly.

I have noticed a couple of bugs for certain carts on my RG350M where behaviour is different than on the Pico-8. I don't know if you want to go through the trouble of playing these games to reproduce the bugs, but I'll report them anyway:

Dank Tomb: After finding a save point, if you quit the game and launch the cart again, it does not load properly. The items are glitched out in the bottom of the screen. (Save point is a bit of a ways into the game, at some point it will tell you it saved progress.)

Mystic Realm Dizzy: When talking to a character, the text does not display/wrap properly. The closest character that demonstrates the bug is to the left of the starting point on the other side of the water and past the bees.

Thanks. Reports like these are really useful, as it's hard for me to find the time to play every game fully (as much as I would like to!)

I'm currently working a round of compatibility fixes in around 5 or 6 games that have problems and I will add these games to my list. 

Quite often fixing a problem with 1 game will solve the problems with many. 

Thanks again for the feedback and the really detailed reports.

Noticed following issue:

Tower of Archeos : gives a script error, after selection of the game mode

Hope this info helps in finding the problem

thanks, that's really useful. I'll add it to the list. 

This is now fixed. I'm aiming to release a new version in a few days

Great, eager to try it out

These 2 bugs are now fixed. You may need to delete progress from the games menu, in dank tomb, as it may have corrupted the save file.  I'm aiming to release a new version in a few days

That's awesome! Can't wait!

(+1)

Thanks for the update, I'm loving it on my RG350M - no resolution issues like what was mentioned below.  I actually made a guide and video to showcase your work!  https://retrogamecorps.com/2020/08/30/pico-8-on-the-rg350/

(1 edit) (+1)

wow that's amazing, I really appreciate all the effort you put in to this! A number a people have reported an screen size issue running under SimpleMenu, I hopefully will have a fix for that soon.

Looks and sounds now amazing... Could you make the image resolution dynamic or configurable, so it would also be fullscreen on a rg350m? On that device currently only 1 quarter of the screen is being used, I assume due to the difference in size between rg350 and rg350m ...

That's odd. I've had reports of it working on an M version. Are you running the standard firmware or custom? Its tricky to test all the variants as I only have the original model. I'll take a look at what I can do with the scaling in the code. 

I have the RG350M and have a similar issue. If I run a game straight from the emulator it fits the screen fine, but if I launch a game from SimpleMenu, it displays in the bottom-left corner of the screen. However if I exit SimpleMenu, run a game from the emulator, then go back into SimpleMenu, they launch fine after that - until I shut down again, then the problem comes back.


I can confirm, it works fine if you launch the game first from the emulator.

Thanks for this, it does seem to have an issue running from SimpleMenu, I'll look into it and hopefully have a fix soon.

(+1)

can you try the version 

tac08.0.0.3_full_screen_fix_test.zip

just posted to see if that fixes the problem.

It's working great for me now, thank you very much!

One more thing while I'm here - would it be possible to add an option for an alternate control scheme that uses Y-B instead of B-A?

(+1)

cool, glad that's working now, I'll build a proper release for that fix. it shouldn't be to hard to get configurable controls into that release too, stay tuned!

Are you launching the game from SimpleMenu? That does seem to be the common factor in making the screen the wrong size. 

can you try the version 

tac08.0.0.3_full_screen_fix_test.zip

just posted to see if that fixes the problem.

(1 edit)

I still have the same issue as before with the screen_fix_test .... Only full screen if a game is launched first from the emulator, if launched from simplemenu first, then only the left corner is being used

That's very odd, another user replied that it did fix the problem for them, I'll take a look into this further, but not having an M model its not possible to replicate it here. I'll also take a look at the SimpleMenu source code to see if there are any obvious issues there. 

Problem is also fixed when Simplemenu is not used as Default launcher after reboot. So after startup, I start Simplemenu as app and then all the Pico-8 games start ok from Simplemenu on the rg350m. Thanx again for all the good work on the emulator...

Just got my RG350M - so gonna try this :)

How did it go?

(1 edit)

Thank you for releasing this! It was great to play some Tiny Architect, Pinballvania, Mai Chan’s Sweet Buns and my own game on Pocket Go v2 <3

(The P8 format limitation seems OK to me, it takes a few seconds to convert PNG to P8 thanks to tab-completion. And P8 has the advantage that I was able to use a text editor to fix a bug in my game directly on the handheld!)

Hope sound can be added in the future, and some scaling options!

(+1)

Just wanted to say thank you for creating this, and I can't wait for audio support! THANKS!!!

This is great! Thank you so much for this awesome work! By the way I wonder if it could run on the RG350M device.

yes it does!

(1 edit)

thank you so much for your hard work. Is there a Github where I can follow development/contribute? This is really great stuff.


To clarify for other prospective buyers, the potential here is awesome, but would love to get sound working.

The projects GitHub page is here: https://github.com/0xcafed00d/tac08 however this is an old version, I will be pushing the current codebase to it when I am happy with it, which hopefully will be soon. Keep a lookout there for updates. Thanks for your interest. 

Just to set my hopes realistically, is there any likelihood of a performance boost on RG350? Games like Dank Tomb feel like they're nearly half speed and I didn't know if this was due to hardware limitations?

(+1)

Yes, I think there is a bug in the frame rate limiter, so when a game is supposed to run at 30fps and it takes more than are certain amount of time to render a frame it seems to insert an extra frame, so you end up running at 20 or 15 fps. I've been looking into it for a while now, and hopefully I'll be able to fix it.

(+2)

Thanks for the new version - just gave it a try and it works great!

Compile for Pocketgo v1!  Please!

(+1)

If I had one I would.

In firmware CFW 1.3.3 comes with retro8 emu.

Viewing most recent comments 30 to 49 of 49 · Previous page · First page