[Solved] Zandronum on SteamOS

General help and assistance forum.
User avatar
Dark-Assassin
Maintenence Crew
Posts: 968
Joined: Fri May 25, 2012 4:25 am

RE: Zandronum on SteamOS

#21

Post by Dark-Assassin » Thu Aug 06, 2015 2:59 am

Hmm, try changing

Code: Select all

ftp://ftp.us.debian.org/debian/
to

Code: Select all

http://http.us.debian.org/debian/
Although, apt should handle ftp fine.

Else, just download and install this: http://http.us.debian.org/debian/pool/m ... _amd64.deb

Code: Select all

sudo dpkg -i libfluidsynth1_1.1.6-2_amd64.deb
Last edited by Dark-Assassin on Thu Aug 06, 2015 3:00 am, edited 1 time in total.
❗ Don't message me for technical or moderation support.
❔ Use the relevant support channels instead.

Packers4Evar12
New User
Posts: 14
Joined: Tue Aug 04, 2015 3:39 am

RE: Zandronum on SteamOS

#22

Post by Packers4Evar12 » Thu Aug 06, 2015 3:33 am

Dark Assassin, you are amazing. Editing source.list didn't do anything, so I downloaded the deb file and dpkg'd it, and zandronum opened the list of wads, I chose Doom 2, and it opened in a window! (I did all that in desktop mode). I then tried to open zandronum using steamOS's big picture mode, but SteamOS just restarted. I think it might be because it couldn't show me the list of wads. I'm gonna try it with just one wad in zandronum's folder, then I'm gonna try adding a .sh script to steam like I was able to on Lubuntu. But that will be for tomorrow, I'll update here when I've done so. I'm also gonna upload a tutorial somewhere online once I figure this all out. Thanks again, Assassin.
Ok, I took all but 1 wad out of zandronum's's folder, and it works fine in desktop mode, but in big picture mode when I try to play it, it's just like there's no wads in the folder. In other words, nothing happens.
Last edited by Packers4Evar12 on Thu Aug 06, 2015 3:44 am, edited 1 time in total.

Klofkac
Forum Regular
Posts: 481
Joined: Sat Jun 09, 2012 1:31 pm
Location: Ask Grandvoid servers

RE: Zandronum on SteamOS

#23

Post by Klofkac » Thu Aug 06, 2015 7:33 am

Zandronum is searching in ~/.zandronum/ folder. ~ means home directory. Basically, an equivalent of Windows' C:\Users\Username\. If Steam user has different home directory, the path will not correspond to where the IWAD is. One solution could be to create a symbolic link from desktop home folder to steam home folder:

As steam user:

Code: Select all

rm -r ~/.zandronum/
ln -s /home/desktop/.zandronum ~/.zandronum
Of course, the path could be different as I never tried Steam OS. Going to test around in the VM...
If you don't have any .zandronum folder in Steam user home folder, you can omit the first command (it just removes old directory).
This way, these two folders are linked. Whatever you do in the directory now, happens in the other directory too.
Last edited by Klofkac on Thu Aug 06, 2015 7:37 am, edited 1 time in total.
𝕂𝕝𝕠𝕗𝕜𝕒𝕔

User avatar
Dark-Assassin
Maintenence Crew
Posts: 968
Joined: Fri May 25, 2012 4:25 am

RE: Zandronum on SteamOS

#24

Post by Dark-Assassin » Thu Aug 06, 2015 7:41 am

No probs Packers4Evar12.
Though, I still got no idea why apt is failing to use the debian repo.
But I did submit a ticket on the tracker regarding zandronum-client not relying on libfluidsynth1.

Klofkac, steam appears to be a completely different user, so it should also have it's own home folder too.
Most of the launch problems were just missing libs, and the current would be trying to draw an X Window in a fullscreen application without any Window Manager running at all.
Last edited by Dark-Assassin on Thu Aug 06, 2015 7:58 am, edited 1 time in total.
❗ Don't message me for technical or moderation support.
❔ Use the relevant support channels instead.

Packers4Evar12
New User
Posts: 14
Joined: Tue Aug 04, 2015 3:39 am

RE: Zandronum on SteamOS

#25

Post by Packers4Evar12 » Thu Aug 06, 2015 1:56 pm

Assassin and kofklac, those are both of the possibilities I could think of. I'll see what I can do when I get home after work. Sometimes being an adult sucks.

Packers4Evar12
New User
Posts: 14
Joined: Tue Aug 04, 2015 3:39 am

RE: Zandronum on SteamOS

#26

Post by Packers4Evar12 » Fri Aug 07, 2015 1:38 am

Just setup a symbolic link like klofkac said. I am finally playing Doom on my Steam machine. Now I just need to set up Brutal Doom, but that should be easy sauce. Thanks all for the help! When I do post my tutorial somewhere on the internet (either on my own website or in the Steam forums or something like that) I'll mention you two. If I run into any more problems I'll let you know, too.
Last edited by Packers4Evar12 on Fri Aug 07, 2015 1:59 am, edited 1 time in total.

Post Reply