webOS Nation Forums >  Homebrew >  WebOS Internals > DOOM!
DOOM!

  Reply
 
LinkBack Thread Tools Display Modes
Old 01/10/2010, 02:05 PM   #461 (permalink)
Member
 
Join Date: Nov 2003
Posts: 334
Likes Received: 0
Thanks: 20
Thanked 22 Times in 9 Posts
Default

You can boot from a cd but wouldn't be able to save any configurations you made

I'd advise getting a virtual machine application, like virtualbox, and installing linux on that.
dirtygreek is offline   Reply With Quote
Old 01/10/2010, 02:11 PM   #462 (permalink)
Member
 
Join Date: Aug 2009
Posts: 216
Likes Received: 0
Thanks: 7
Thanked 41 Times in 15 Posts
Default

Alrighty, guess thats my best option, i'll play some games while this stuff is downloading. Does anybody have any suggestions on the kinds of changes you'd like to see in doom and i'll see what i can manage, once i get the environment set up and take a gander into the source.
Indecom is offline   Reply With Quote
Old 01/11/2010, 11:30 AM   #463 (permalink)
Member
 
Spyral's Avatar
 
Join Date: Jul 2009
Posts: 131
Likes Received: 0
Thanks: 16
Thanked 21 Times in 12 Posts
Default

Quote:
Originally Posted by Indecom View Post
Alrighty, guess thats my best option, i'll play some games while this stuff is downloading. Does anybody have any suggestions on the kinds of changes you'd like to see in doom and i'll see what i can manage, once i get the environment set up and take a gander into the source.
I'd love to see a virtual joystick like the one you see in Quake. If I recall, you only need to Move, Shoot, Interact, and Change Weapons in Doom. Other useful controls would be Strafe and Run. Movement can be handled via the Virtual Joystick, as well as Shooting just like Quake. Interact/Use would be most intuitive if you simply tap the screen. Change weapons could also be handled the same way in Quake: Swipe up or down on the gesture area.

The other item on my wishlist would be music support. The Doom music is classic and goes a long way to complete the experience.
Spyral is offline   Reply With Quote
Old 01/11/2010, 11:44 AM   #464 (permalink)
Member
 
Join Date: Aug 2009
Posts: 216
Likes Received: 0
Thanks: 7
Thanked 41 Times in 15 Posts
Default

I know, i love the song for e1m1 so much i learned to play it on my guitar, i was busting it out acoustically last night at my girlfriends house lol. Doom music is classic and frankly this game is lacking just for that one missing feature. One other thing i'd like to see is full definition graphics, no interpolated upscaling, cuz we know the pre can handle that and much much more.

I'll see what i can do, i'm installing ubuntu via virtualbox now, and we'll see how far i can get using a foreign OS lol

EDIT:
Hey guys i got the pdk set up on my virtual ubuntu, and i compiled the doom source, however i can't transfer it to my pre for some reason, it's saying "could not resolve hostname pre: Name or service unknown, lost connection"

I'm not sure what that means but i followed all the steps, things compile right, i just can't transfer the stuff

Last edited by Indecom; 01/13/2010 at 01:02 AM.
Indecom is offline   Reply With Quote
Old 01/14/2010, 08:58 PM   #465 (permalink)
Member
 
Join Date: Oct 2009
Posts: 126
Likes Received: 0
Thanks: 11
Thanked 7 Times in 4 Posts
Default

any progress on this?
BronTron is offline   Reply With Quote
Old 01/17/2010, 09:25 PM   #466 (permalink)
Member
 
Join Date: Aug 2009
Posts: 216
Likes Received: 0
Thanks: 7
Thanked 41 Times in 15 Posts
Default

I've been trying and trying but i can't for the life of me figure out why linux isnt transfering my compiled files to my phone.

I write "ssh doom doom1.wad root@pre:" and i get "could not resolve hostname pre: Name or service unknown, lost connection"

Can anybody tell me what steps i may have missed?
Indecom is offline   Reply With Quote
Old 01/17/2010, 09:49 PM   #467 (permalink)
Member
 
Join Date: Nov 2003
Posts: 334
Likes Received: 0
Thanks: 20
Thanked 22 Times in 9 Posts
Default

In reading your previous posts, you probably need more help than I can give you. If you're trying to install DOOM, you should just do that using preware. Maybe you know this - can't tell - but the Doom1.wad file is just the map file for doom, not the game itself. It's nothing from anything you compiled. You're going to want to use scp, not ssh. Ssh is for making a terminal connection, and scp is for sending files.

Anyway, if you are just trying to send doom1.wad, you probably want to do something more like

scp doom doom1.wad root@pre:/media/internal/

Though you may have to use your actual username that you set up when you did your initial ssh installation instead of root. I'm not sure - I always use my username. You also may have to use the actual ip address of the pre instead of "pre," so

scp doom doom1.wad root@192.168.1.103:/media/internal/

where 192.168.1.103 is the ip of the phone.
dirtygreek is offline   Reply With Quote
Old 02/04/2010, 01:22 AM   #468 (permalink)
Member
 
Join Date: Jul 2009
Location: cincinnati ohio
Posts: 43
Likes Received: 0
Thanks: 39
Thanked 4 Times in 3 Posts
Default

nighty night
bryanjfaber is offline   Reply With Quote
Old 04/10/2010, 09:35 PM   #469 (permalink)
Member
 
Join Date: Dec 2009
Posts: 1
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by Pokerbrothersstudio View Post
I had this same problem. Using terminal and a tiny bit of linux understanding I was able to find the game was not in the same location as others. This might also be your problem.

Try launching terminal and typing:

cd /media/cryptofs/apps/usr/palm/applications/org.webosinternals.sdldoom/bin

then type doom and it should launch.

If you get lost along the way you can type in each sub-directory one at a time. like: cd /media then cd cryptofs and so on like that.

Also if you get lost you can type ls to get a list of all files in the directory and you can probably find the correct path.

Hope that helps.
what's the ( Try launching terminal and typing ) i dont know what that even is? i typed cd /media/cryptofs/apps/usr/palm/applications/org.webosinternals.sdldoom/bin
in my phone but it just google searches it. plz get me started on changing my keys for doom on my pre. thx
taskie is offline   Reply With Quote
Old 04/14/2010, 11:11 AM   #470 (permalink)
Member
 
Join Date: Jan 2010
Posts: 61
Likes Received: 0
Thanks: 2
Thanked 9 Times in 8 Posts
Default

Quote:
Originally Posted by taskie View Post
what's the ( Try launching terminal and typing ) i dont know what that even is? i typed cd /media/cryptofs/apps/usr/palm/applications/org.webosinternals.sdldoom/bin
in my phone but it just google searches it. plz get me started on changing my keys for doom on my pre. thx
You need to read before you post. He clearly states you need to type this in Terminal. You can't just type this from the home screen, of course it will google search. Please do some research first. Read this full thread before asking questions like this.
__________________
New Username: PrfndHatrdOfMan
Enox is offline   Reply With Quote
Old 04/17/2011, 05:06 PM   #471 (permalink)
Member
 
Join Date: Jan 2011
Posts: 60
Likes Received: 0
Thanks: 1
Thanked 1 Time in 1 Post
Default

Is this supposed to work on WebOs 2.x and Pre 2 too ??
Dragone is offline   Reply With Quote
Old 04/17/2011, 07:27 PM   #472 (permalink)
Member
 
RickNeff's Avatar
 
Join Date: Jul 2009
Posts: 340
Likes Received: 4
Thanks: 119
Thanked 133 Times in 74 Posts
Default

Quote:
Originally Posted by Dragone View Post
Is this supposed to work on WebOs 2.x and Pre 2 too ??
It didn't work on my 2.x Sprint Pre- nor my Pre 2. It's a shame, since it's more playable than Quake on the phone. (Not that I don't enjoy Quake, it's a blast, but Doom is better designed for keyboard-based play.)
__________________
Richard Neff

My tutorials on WebOS development: Beyond 'Hello World!' | Getting Started - WebOS Development

My apps: Percent Table | SierraPapa
RickNeff is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0