Announcement

Collapse
No announcement yet.

Help! GLPRO 3.50 excutable in Linux using Wine!

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Phenom
    started a topic Help! GLPRO 3.50 excutable in Linux using Wine!

    Help! GLPRO 3.50 excutable in Linux using Wine!

    I am getting an error when I try to start glpro.exe from Ubuntu Linux using Wine0.9

    The error is

    "W_LoadWadFile: couldn't load gfx.wad"

    I have replaced all files with lowercase letters and triple checked that everything is where it should be. Is there a GLProQuake Excutable for Linux that works? I heard of one but also heard that the mouse doesn't work for it?

    I would really like some help with this as I've been tryn to get this working for about a month now. Thanks!

  • Canadian*Sniper
    replied
    I knew about adding options but that's a cool idea you have there I'm lazy so I just make an alias called "quake" which plays quake from where ever I am in the directory

    if you're skeptical about how to make permissions, you can never go wrong with sudo chmon 777

    Leave a comment:


  • golden_boy
    replied
    Originally posted by Canadian*Sniper
    tru dat homie. I've come up with some intense bashscripts
    You know what a great bash script trick is?

    If you have several mod folders, you can have ONE SCRIPT TO RULE THEM ALL!

    #!/bin/bash
    ~/joequake.x11 -game $1 (add other options)

    script is called jquake.

    The $1 means "take a command line parameter."

    so you just start ./jquake ctf or ./jquake frikbot, no need to have different start scripts for every mod!

    Similarly you can use $2, $3 etc. if you want it to take more parameters:

    #!/bin/bash
    ~/joequake.x11 -game $1 -width $2 -height $3

    and start that with

    ./jquake frikbot 640 480

    Cool heh? :-)

    I love Linux!

    edit: for linux newbies, your scripts are pure text files that start with a line

    #!/bin/bash

    and contain chains of commands and options.

    The ~ means "this user's home directory." A dot . means "this directory." ./jquake means "the script called jquake in this here directory."

    Your scripts must be made executable with

    chmod +x scriptname

    (if you aren't Canadian Sniper, you probably do not know that.)
    Last edited by golden_boy; 07-27-2006, 08:49 AM.

    Leave a comment:


  • Canadian*Sniper
    replied
    tru dat homie. I've come up with some intense bashscripts

    Leave a comment:


  • Phenom
    replied
    uh, ok.

    Running Quake in it naitive form wasn't an option for me

    Besides, as a new Linux user I like to mess with the OS and see what is possible and what has to be manipulated to make possible

    Leave a comment:


  • golden_boy
    replied
    as a rule of thumb, you should never run something under wine when you can have a native Linux version.

    Wine is a fuckin' emulator (for all practical purposes) and no one in their right mind would play a windows game in an emulator under linux when the same thing exists as a native linux binary. It's just weird.

    The same program will almost always run slower in wine than in linux, and crazy errors may occur when it's a more complex program (*games*). I'm surprised that Quake even runs with wine.

    Before anyone says "linux sucks" ask yourself if there is a linux emulator for windows, and if there was, how well it would play Linux quake...

    ;-)

    Most quake engines run natively under Linux. No need to use wine.

    Leave a comment:


  • Phenom
    replied
    Ya I got it working... Hey Spooker You & Canadian>>>LOOK THERES A STAR HERE!!!*<<<Sniper wanna play a team game of WC3 sometime?

    Leave a comment:


  • spooker
    replied
    phenom if you got quake to work at all under wine then i am impressed and you are a better man than me

    Leave a comment:


  • foq
    replied
    define "slap"

    Leave a comment:


  • Canadian*Sniper
    replied
    you really are clueless. I'm surprised Bank hasn't slapped you a 3041231943rd time yet

    Leave a comment:


  • foq
    replied
    I would only use linux if I couldant get a copy of windows XP or windows 2000

    Leave a comment:


  • Canadian*Sniper
    replied
    linux budday, linux.

    Leave a comment:


  • foq
    replied
    *sigh* there's always wqpro..

    Leave a comment:


  • Canadian*Sniper
    replied
    oh, I thought the whole point was to get you to play on cheatfree servers.

    Leave a comment:


  • Phenom
    replied
    no i ran glquake.glx like this.

    ./glquake.glx


    Forget it though, R00k has just shown me Qrack :d :d :d

    Leave a comment:

Working...
X