| View previous topic :: View next topic |
| Author |
Message |
StPenguin Grub Bug

Joined: 18 May 2008 Posts: 4
|
Posted: Sun May 18, 2008 10:36 pm Post subject: mouse control? |
|
|
Howdy,
Well, I was fortunate enough to stumble upon Egoboo this morning. Unfortunately, it didn't want to compile for me on Linux. However, I realized that my distro's repos had an Egoboo build in them (v2.22, I believe). After an hour or so of fun, I also discovered that there was a local (as in same computer) multiplayer feature for some of the worlds. Sweet! Any game with co-op is twice as much fun to me. However, after setting the controls and booting her up with a lady friend, I instantly became frustrated with the mouse control. It seemed to have no variation in walking speed (like keyboard) and the mouse-controlled character only moved very slowly. I realize that the multiplay features are not currently in the newest version, however, is there any way to help with this problem? Can keyboard keys be used for movement with the mouse-controlled player? Can there be 2 keyboard controlled players? Any help would be appreciated, thanks! |
|
| Back to top |
|
 |
penguinflyer5234 Penguin King

Joined: 01 Feb 2008 Age: 15 Posts: 1682 Location: Somewhere
|
Posted: Sun May 18, 2008 10:38 pm Post subject: |
|
|
Sadly, no.
But you can use joysticks.
What version wouldn't compile for you? _________________ Donna Noble has left the library. Donna Noble has been saved.
|
|
| Back to top |
|
 |
Zefz Lead Designer


Joined: 16 Sep 2007 Posts: 2305 Location: Norway
|
Posted: Sun May 18, 2008 10:40 pm Post subject: |
|
|
Two players on same keyboard is something that I've wanted too But sadly no current egoboo supports this yet.
Egoboo 2.7.5 and later supports multiplayer again. _________________ http://egoboo.sourceforge.net
"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword." |
|
| Back to top |
|
 |
PurpleSquerkle Supreme Cookiemancer


Joined: 28 Oct 2007 Age: 17 Posts: 4370 Location: Midwestern US
|
Posted: Sun May 18, 2008 10:41 pm Post subject: |
|
|
Welcome, and have a cookie!
We all know mouse control is awful.
Some of us may not admit it, but we all know it.
Joysticks are the way to go. Look at thrift stores. You can get good ones for maybe five bucks.
Also, out of curiosity, how did you find us (I'm always interested in knowing these things)? _________________
+ PurpleSquerkle
--My website--
Latest update= 7/15/08; Three new midi loops.
{new Squerkle coming as soon as I stop being lazy} |
|
| Back to top |
|
 |
Agent of Dread lolwut?? (Moderator)


Joined: 23 Sep 2007 Age: 11 Posts: 4347 Location: FACEPLANT
|
Posted: Mon May 19, 2008 9:15 am Post subject: |
|
|
INB4SQUERKLESAYSINB4DREADDY!
Mouthful.
Welcome, and yes, that's an interesting problem. _________________ FACEPLANT |
|
| Back to top |
|
 |
Chainsaw Lumberjack


Joined: 20 Oct 2007 Age: 15 Posts: 2378 Location: Israel
|
Posted: Mon May 19, 2008 12:41 pm Post subject: |
|
|
I remember playing multiplayer with my friends on the same keyboard in an older version of Egoboo (2.2 I think), before that red menu was added. _________________ "To err is human, to really mess up requires a computer."
Chainsaw's Cell [Last update: 27th May '08]
 |
|
| Back to top |
|
 |
PurpleSquerkle Supreme Cookiemancer


Joined: 28 Oct 2007 Age: 17 Posts: 4370 Location: Midwestern US
|
Posted: Mon May 19, 2008 1:05 pm Post subject: |
|
|
| Agent of Dread wrote: | | INB4SQUERKLESAYSINB4DREADDY! |
That was kind of a one-time thing, actually.
Speaking of red menus, though... *goes to start a new thread* _________________
+ PurpleSquerkle
--My website--
Latest update= 7/15/08; Three new midi loops.
{new Squerkle coming as soon as I stop being lazy} |
|
| Back to top |
|
 |
StPenguin Grub Bug

Joined: 18 May 2008 Posts: 4
|
Posted: Mon May 19, 2008 6:16 pm Post subject: |
|
|
Thanks for all the feedback and the warm welcome...and cookies! Interesting that the mouse movement has problems but the joystick doesn't suffer from the same issues. I'll have to find a cheap usb joystick somewhere. I tried to compile version 2.6.1 (latest stable I believe). I got the following output:
make -f Makefile.unix
gcc -Os -I../enet/include -I. -I.. -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o camera.o camera.c
In file included from egoboo.h:40,
from camera.c:22:
/usr/include/SDL/SDL_opengl.h:45:58: error: GL/glu.h: No such file or directory
In file included from camera.c:22:
egoboo.h:414:1: warning: "CLOCKS_PER_SEC" redefined
In file included from /usr/include/time.h:43,
from egoboo.h:37,
from camera.c:22:
/usr/include/bits/time.h:34:1: warning: this is the location of the previous definition
make: *** [camera.o] Error 1
I have sdl1.2dev, sdl1.2imagedev, sdl1.2mixerdev, and ttf2dev installed.
Last edited by StPenguin on Mon May 19, 2008 6:34 pm; edited 1 time in total |
|
| Back to top |
|
 |
penguinflyer5234 Penguin King

Joined: 01 Feb 2008 Age: 15 Posts: 1682 Location: Somewhere
|
Posted: Mon May 19, 2008 6:20 pm Post subject: |
|
|
You need these packages (in Debian/Ubuntu):
libsdl-mixer1.2-dev
libglu1-mesa-dev
mesa-common-dev
What distribution do you have? _________________ Donna Noble has left the library. Donna Noble has been saved.
|
|
| Back to top |
|
 |
StPenguin Grub Bug

Joined: 18 May 2008 Posts: 4
|
Posted: Mon May 19, 2008 9:08 pm Post subject: |
|
|
| I didn't have the mesa dev files, thanks for the tip penguinflyer! Those files should probably be included in the readme. It seems to have compiled successfully, however, I'm unsure where to go from here. In the readme, the step after compiling is to install as root....using the same command? that just produces an 'up to date' message...and make install is no good. I'm running PCLinuxOS 2008 Gnome. Perhaps it installs to somewhere I'm not familiar with, as it only has instructions for Ubuntu and Debian. Sorry for the dumb questions, thanks again |
|
| Back to top |
|
 |
penguinflyer5234 Penguin King

Joined: 01 Feb 2008 Age: 15 Posts: 1682 Location: Somewhere
|
Posted: Mon May 19, 2008 9:10 pm Post subject: |
|
|
It should have 'install' at the end. That's my fault.
sudo make -f Makefile.unix install
or
su -c 'make -f Makefile.unix install' _________________ Donna Noble has left the library. Donna Noble has been saved.
|
|
| Back to top |
|
 |
StPenguin Grub Bug

Joined: 18 May 2008 Posts: 4
|
Posted: Tue May 20, 2008 1:55 pm Post subject: |
|
|
| compiled and installed! Thanks for all the help |
|
| Back to top |
|
 |
|