MAMEWorld >> EmuChat
View all threads Index   Threaded Mode Threaded  

Pages: 1

Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


BrickEmuPy Emulator. Brick Game 96 in 1.
#397741 - 01/21/24 12:44 PM


https://twitter.com/OneBitOnePixel/status/1748777687340990776

Sounds is working.

Edited by Dullaron (03/02/24 09:50 AM)



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


Updated: GloriousEggroll updated his Nobara 39. The sounds is working now. new [Re: Dullaron]
#397742 - 01/21/24 01:55 PM Attachment: Screenshot_20240302_021006.png 96 KB (0 downloads)


Run the Update System.

Reboot.

Install these.

sudo dnf5 install git python python3-pyqt6 qt6-qtbase

Get the BrickEmuPy emulator.

git clone https://github.com/azya52/BrickEmuPy.git

You will need the Tamagotchi tama.bin

Don't need the test.bin. Just the tama.bin from the tama.zip. The one MAME uses to load up the Tamagotchi.

Rename the tama.bin to TamagotchiP1.bin and then move it to BrickEmuPy/assets <<< Here.

cd BrickEmuPy && python3 main.py

File > Open Brick Game > assets > TamagotchiP1.brick to run this.

[ATTACHED IMAGE - CLICK FOR FULL SIZE]

Attachment

Edited by Dullaron (03/02/24 10:16 AM)



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


Setup for Windows 11. Info here. (Updated) new [Re: Dullaron]
#397752 - 01/21/24 10:11 PM Attachment: Screenshot 2024-01-21 135440.png 118 KB (0 downloads)


Video https://youtu.be/2hKUKgaiqfg?si=sBYX2FhH1i7OOi5K

Download the python-3.12.1-amd64python-3.12.1-amd64 from here. https://www.python.org/downloads/release/python-3121/ and then install it. Watch the video first. Make sure that you set the path to C:\Python without the numbers.

cd \
mkdir DEV
cd DEV

python -m venv pgzero_env

dir

pgzero_env\Scripts\activate

python -m pip install pgzero (Note: Don't worry. The other one will get installed too.)

python -m pip install pyqt6

python.exe -m pip install --upgrade pip

==================================================

git clone https://github.com/azya52/BrickEmuPy.git

Make a Run_BrickEmuPy.Bat and then paste this in it. Save it.

cd C:\BrickEmuPy
main.py
pause

You all set.

==================================================

You can play other games too. https://github.com/TechnoVisual/Pygame-Zero/tree/master

Make sure that you put a game into the C:\DEV other wise you might run into an error.

cd \
cd DEV
python -m venv pgzero_env
dir
pgzero_env\Scripts\activate

The reason why I'm doing it this way because of the ModuleNotFoundError: No module named 'pgzrun'

[ATTACHED IMAGE - CLICK FOR FULL SIZE]

Attachment

Edited by Dullaron (01/25/24 06:45 AM)



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


Space Intruder TK-150 added. new [Re: Dullaron]
#397783 - 01/27/24 06:08 PM Attachment: Screenshot 2024-01-27 100654.png 144 KB (0 downloads)


Just posting a screenshot of the game only.

[ATTACHED IMAGE - CLICK FOR FULL SIZE]

Attachment



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


Radio Shack Stack Challenge added. new [Re: Dullaron]
#397959 - 02/15/24 08:02 PM Attachment: Screenshot 2024-02-15 120149.png 87 KB (0 downloads)




[ATTACHED IMAGE - CLICK FOR FULL SIZE]

Attachment



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


The sounds on Linux. Edited again. new [Re: Dullaron]
#398008 - 02/19/24 06:45 PM


========================================

Get the Ubuntu 22.04.3 or get the Nobara 39.

========================================

I tested it on the Fedora KDE rawhide. Fedora-KDE-Live-x86_64-Rawhide-20240218.n.0.iso Funny that the Fedora listed as 41.

azya52 tested the sounds on the Ubuntu 22.04.3. Works.

There is another game added. Tamagotchi P1 Not working yet.

========================================

I got this fully working on the Distrobox. No issue. https://github.com/89luca89/distrobox

========================================

Create a container.

distrobox-create --name fedorabox --image fedora:rawhide

distrobox-create --name ubuntubox --image ubuntu:22.04

========================================

Load a container.

distrobox-enter --name fedorabox

distrobox-enter --name ubuntubox

========================================

Install these packages.

Fedora Rawhide. sudo dnf install python python3-pyqt6 qt6-qtbase

Ubuntu 22.04. sudo apt install libpulse0 python3-pip python3-pyqt6.sip qt6-base-dev && pip3 install pyqt6

========================================

Logout and then reload the Distrobox. This will get the BrickEmuPy to run better.

logout (Note: Logout first before close the terminal window.)

========================================

Load the BrickEmuPy Emulator.

cd BrickEmuPy && python3 main.py

========================================

Remove a container. (Warning: This will perment delete container and the files inside the container.)

distrobox stop fedorabox && distrobox rm fedorabox

distrobox stop ubuntubox && distrobox rm ubuntubox

Edited by Dullaron (03/02/24 09:56 AM)



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB


Pages: 1

MAMEWorld >> EmuChat
View all threads Index   Threaded Mode Threaded  

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 337 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 341