Page 2 of 3

Re: Repository

Posted: Mon Jan 01, 2018 2:59 am
by acefnq
Skateman wrote:That just looks great!! I am looking forward to the moment my Videocard will be supported in linux as well. (R7 250)

For now its just a bummer having to choose... AmigaOS support or Linux Support... but not both :-(

Anyway! Keep up the good work!

Check ou Spectre660's forum topic on Dual Video Cards. Julian has managed to get dual cards working on X5000 so you can use both systems. I am awaiting delivery of the same hardware (very cheap) and will give it a go and report back.

Happy New Year

ace

Re: Repository

Posted: Thu Jan 11, 2018 8:12 am
by caseycullen
I recently compiled and packaged Project::OSiRiON, and made it available on my ppcutopia repo. Osirion is a 3D space combat and trading game (screenshot below). It works very well on my X5000, but unfortunately there is a bit of sound distortion I could not fully resolve.

Code: Select all

apt-get install osirion
Image

Re: Repository

Posted: Sat Feb 24, 2018 6:35 am
by caseycullen
I recently added RetroBlazer to my ppcutopia repo. RetroBlazer is a retro-inspired fps with nice, very colorful graphics and catchy music.
To try RetroBlazer, add the ppcutopia repo and:

Code: Select all

sudo apt-get install retroblazer
Image

Re: Repository

Posted: Sat Feb 24, 2018 11:36 am
by xeno74
caseycullen wrote:I recently added RetroBlazer to my ppcutopia repo. RetroBlazer is a retro-inspired fps with nice, very colorful graphics and catchy music.
To try RetroBlazer, add the ppcutopia repo and:

Code: Select all

sudo apt-get install retroblazer
Thank you! :-)

Re: Repository

Posted: Mon Feb 26, 2018 9:08 am
by acefnq
caseycullen wrote:I recently added RetroBlazer to my ppcutopia repo. RetroBlazer is a retro-inspired fps with nice, very colorful graphics and catchy music.
To try RetroBlazer, add the ppcutopia repo and:

Code: Select all

sudo apt-get install retroblazer
Image
Thanks works great.

Re: Repository

Posted: Sun Mar 11, 2018 8:59 am
by caseycullen
I recently added OAML and Wyrmsun to the ppcutopia repository. OAML is Open Adaptive Music Library, and it allows games such as Wyrmsun to implement interactive or dynamic music. Wyrmsun is an RTS in the style of the classic Starcraft and Warcraft games, along with some features of more modern RTS, such as persistent heroes.

Code: Select all

apt get install oaml wyrmsun
---Casey
Image

Re: Repository

Posted: Sun Mar 11, 2018 5:31 pm
by xeno74
caseycullen wrote:I recently added OAML and Wyrmsun to the ppcutopia repository.
Hi Casey,

Many thanks for adding OAML and Wyrmsun to your repository. Wyrmsun works on my AmigaOne X1000. (see screenshot)

Image

Cheers,
Christian

Re: Repository

Posted: Sun Mar 11, 2018 5:47 pm
by caseycullen
xeno74 wrote:Hi Casey,

Many thanks for adding OAML and Wyrmsun to your repository. Wyrmsun works on my AmigaOne X1000. (see screenshot)
Excellent! Thanks for checking it out!
—-Casey

Re: Repository

Posted: Sun Apr 01, 2018 10:24 am
by caseycullen
I recently added a Quake enhancement package that includes the no-charge shareware version. You can copy your retail game data to play the full version with the same enhancements. This package *does not* try to keep the original look/feel/gameplay; instead it completely modernizes Quake and takes full advantage of everything the Darkplaces engine can do, and the result is pretty impressive.
-High def, normal mapped, gloss mapped, glow mapped, and luma mapped textures
-High def, normal mapped model skins with shaders
-Weather effects like rain, snow, fog, mist
-High poly weapon models with high def, normal mapped, bump mapped, gloss mapped, skins
-Particle effects for fire, blood, magic, special effects, etc.
-Transparency shaders for water, slime and special effects
-High def moving skies
-Real time world illumination, real time shadows, and colored light sourcing
-High quality sound effects and new music soundtrack
-Gameplay enhancements: new HUD, press f for flash light, mouse2 for melee attack, start enemies on fire or gib them for health boosts, enemies can poison you or ignite you (read /usr/share/doc/Readme-PPCUtopia-Quake for full explanation)
-Several new enemies

Before installing this, update RetroBlazer if you have it installed to avoid config conflicts. I configured this package to give acceptable fps on my X5000, running a Radeon HD6870. If you experience poor performance disable the real time world illumination "RT World" in the Options>Lighting menu.
apt-get install quake-enhance-pkg
---Casey

Image
Image
Image

Re: Repository

Posted: Tue Sep 04, 2018 12:07 pm
by acefnq
Casey
If I use method 1 I get the message Cannot write to ‘-’ (Broken pipe)
When I use method 2 I appear to get the key but once I have added my sources list and updated there is no software to be found.
I have just done a complete clean install of 16.04.5 install Ubuntu. Any ideas?

Thanks

Allan


caseycullen wrote:I've created a software repo and uploaded a few games to it. Please test it and let me know if it works for you.

First you need to download and add the public key:

Code: Select all

sudo wget -O - http://ppcutopia.ddns.net/repos/apt/conf/public.gpg.key|apt-key add -
-OR-

Code: Select all

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 548D45C5
Then, add the server to your sources.list:

Code: Select all

sudo add-apt-repository "deb http://ppcutopia.ddns.net/repos/apt/debian sid main"
And update:

Code: Select all

sudo apt-get update
Software:
ioquake3: ioquake3 on my repo runs on machines without Altivec. The version on Debian and Ubuntu repos does not detect altivec at runtime, and so it will not work on X5000.
OpenArena: based on ioquake3; the version on my repo should work on X5000.
I've also built several games that are not available on Debian or Ubuntu repos, such as dnt, Gigalomania, jvgs, and Xonotic, in addition to a couple game developer tools (NetRadiant and gmqcc).

Please let me know if you have any issues!
---Casey