Welcome
Welcome to a320

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, join our community today!

Half-Life / Quake Mod on Dmenu 0.3 (Working 28-09-09)

Any and all A320 homebrew topics

Moderator: Moderators

Half-Life / Quake Mod on Dmenu 0.3 (Working 28-09-09)

Postby nine10 on Sun Sep 13, 2009 6:17 pm

ORIGINAL TOPIC


Help Rikku2000 fixed Half Life mod on Dmenu 0.3

"Half-Life works only with demu v0.2 dont know why 0.3 not work but 0.3 dont like commands like -game valve"

----

Dingoo A320 / Dingux - Half-Life(Quake) - Readme by Rikku2000

About:
Half-Life Mod allow to play the Half-life Maps on Quake.

Requirements:
Quake must be installed with Quakux.

Install:
Extract all files to your MemoryCard on your Dingoo A320
and copy all files to: "/usr/local/ports/quakux"

Now make an entry in the dmenu.cfg by ports:

MenuItem Half-Life {
Icon = "res/ports/halflife.png"
Name = "Half-Life"
Executable = "./quakux -game valve"
WorkDir = "/usr/local/ports/quakux"
}

You can find the Half-Life icon in valve folder.

----

Download:

http://u-ac.net/hl-dingux/index.php?id=2

----

http://www.youtube.com/watch?v=uPukneRA7pE&feature=channel_page

Image

Image

----

UPDATED 28-09-09

MeneerJansen wrote:Took me forever to find out how to start Half Life. First of all: indeed, Dmenu 0.3 does not support command line options like "-game valve". So first of all (after following the instructions in the top post) create a (text) file in /local/ports/Quakux/ called "halflife". Simply write in this text file (a shell script actually):
Code: Select all
#!/bin/sh
./Quakux -game valve

Then edit the file /local/dmenu/themes/Base/menu_ports.cfg and change the line: Executable = "./Quakux -game valve" into: Executable = "./hallife" so that it reads:
Code: Select all
MenuItem Half-Life
{
Icon = "res/ports/halflife.png"
Name = "Half-Life"
Executable = "./halflife"
WorkDir = "/usr/local/ports/Quakux"
}

And now here's the Hat Trick: place the file "pak1.pak" in the same folder as the shareware pak0.pak, i.e.: /usr/local/ports/Quakux/id1/. Now what's that pak1.pak file I hear you thinking... It's the non-shareware Quake levels which Half Life seems to need for it to actually run for some reason. Thats why I can't give you an url where to download it from: you'll have to pay for Quake to obtain it legally. ;)

P.S. Save a game with: Select > New game > Save game.


zear wrote:Just keep in mind guys, that you require a text editor that respects the unix endline characters, if you want to write the shell scripts.
Maybe that's the problem it doesn't work for you?
It works fine for me.


P.S. Added my Half Life shell script and my /local/dmenu/themes/Base/menu_ports.cfg file.

download/file.php_id=145

----
Last edited by nine10 on Mon Sep 28, 2009 2:47 pm, edited 2 times in total.
User avatar
nine10
 
Posts: 48
Joined: Tue Aug 04, 2009 6:20 am

Re: Half-Life / Quakux Mod on Dmenu 0.3 (Need Help)

Postby toddler on Sun Sep 13, 2009 7:19 pm

Create HalfLife.dge

Code: Select all
#!/bin/sh
cd /usr/local/ports/Quakux
./Quakux -game valve


Code: Select all
MenuItem HalfLife
{                   
Icon = "res/ports/quake.png"
Name = "Half-Life"                   
Executable = "./HalfLife.dge"
WorkDir = "/usr/local/ports/Quakux"
}
toddler
 
Posts: 15
Joined: Tue Jul 21, 2009 12:17 am

Re: Half-Life / Quakux Mod on Dmenu 0.3 (Need Help)

Postby nine10 on Sun Sep 13, 2009 7:56 pm

Thanks toddler,

You try it? here still dont work
User avatar
nine10
 
Posts: 48
Joined: Tue Aug 04, 2009 6:20 am

Re: Half-Life / Quakux Mod on Dmenu 0.3 (Need Help)

Postby mpolice2 on Mon Sep 14, 2009 12:13 am

i have done everything like this and got info

unable to execute (null)
no such file or directory

i have latest Fat32 SD Image (local-0.29)

i have same problem with calc and other several apps
but all necessary dir are in right places
whats wrong with it......
mpolice2
 
Posts: 1
Joined: Mon Sep 14, 2009 12:03 am

Re: Half-Life / Quakux Mod on Dmenu 0.3 (Need Help)

Postby spn-x on Mon Sep 14, 2009 8:10 am

when i don't use the .dge is starts the normal quake ..
I'll try the .dge thing later
User avatar
spn-x
 
Posts: 60
Joined: Sat Aug 22, 2009 12:42 pm

Re: Half-Life / Quakux Mod on Dmenu 0.3 (Need Help)

Postby Billinmich on Mon Sep 14, 2009 10:13 am

ok so i made the dge file but where do i find the dmenu.cfg? only dmenu i found was in the dmenu folder but when i try and open it with anything its a garbled mess of text and symbols.

Any help would be appreciated
Billinmich
 
Posts: 22
Joined: Thu Jun 18, 2009 9:03 am

Re: Half-Life / Quakux Mod on Dmenu 0.3 (Need Help)

Postby Billinmich on Mon Sep 14, 2009 10:28 am

nvm i found it its menu_ports.cfg
Billinmich
 
Posts: 22
Joined: Thu Jun 18, 2009 9:03 am

Re: Half-Life / Quakux Mod on Dmenu 0.3 (Need Help)

Postby Billinmich on Mon Sep 14, 2009 10:46 am

i too am getting

unable to execute (null)
no such file or directory

Toddler:

MenuItem HalfLife
{
Icon = "res/ports/quake.png"
Name = "Half-Life"
Executable = "./HalfLife.dge"
WorkDir = "/usr/local/ports/Quakux"
}

This is wrong. this way points to the quake icon and not the halflife one. after changing that line to read Icon = "res/ports/halflife.png does the correct icon show up. Just thought you might like to know.

Now i have copied everything over made the changes in the menu_ports.cfg and made a dge file. why is it saying

unable to execute (null)
no such file or directory
Billinmich
 
Posts: 22
Joined: Thu Jun 18, 2009 9:03 am

Re: Half-Life / Quakux Mod on Dmenu 0.3 (Need Help)

Postby spn-x on Mon Sep 14, 2009 10:54 am

mine says "applet not found"
User avatar
spn-x
 
Posts: 60
Joined: Sat Aug 22, 2009 12:42 pm

Re: Half-Life / Quakux Mod on Dmenu 0.3 (Need Help)

Postby rickstar009 on Mon Sep 14, 2009 3:04 pm

I did everything the instructions said to do and BLAH!!!!....nothing

It doesn't work

Now i have to search for my backup .cfg files ....what a waste of time. tsk :o/
rickstar009
 
Posts: 8
Joined: Sun Sep 06, 2009 6:55 am

Next

Return to Homebrew

Who is online

Users browsing this forum: No registered users and 0 guests