[Quake Live] Wallhack

SDS

New member
Works great,Thank you

PS:If someone wants to change the chams(the protolava shader isn't very attractice,try changing it on qlh.c)example:qlhShader = RE_RegisterShader("textures/liquids/slime7c");
has a slimey color,but looks cooler than protolava
another example is: qlhShader = RE_RegisterShader("textures/liquids/protolava2");
 

Punishers

New member
It seems to be going well but when i login then go to home page (where you enter games, it gets stuck on loading and in the terminal i get this msg

(firefox:7533): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed

But if i open firefox normally without the hack running I dont get stuck on loading.

Any ideas?
 

pulovey

New member
Seems that problem with Segmentation fault has appeared with 2.6.30 kernel, Tried on Ubuntu 9.04 2.6.27 kernel, still work perfect.




Thx. Solved
 

hoopa

New member
New problem on 64bit Karmic now.

asm.c:1: error: CPU you selected does not support x86-64 instruction set
make[1]: *** [asm.o] Error 1
make[1]: Leaving directory `/home/locmachine/Desktop/qlh_distro/ghf'
make: *** [ghf/libghf.a] Error 2
 

Noobie

the mad m.c. with a multiple personality
try to replace -march=i686 in the makefile in your ghf dir with -march=x86-64
 

randomperson

New member
Can't get this to build at all. Ubuntu 9.04, 64bit:

make RELEASE=1
tar xzf ghf-0.5-2.tar.gz
make -C ghf clean all RELEASE=1
make[1]: Entering directory `/home/xvzf/qlh_distro/ghf'
rm -rf asm.o elf.o utils.o vfunction.o libghf.a ghf-test.o ghf-test ghf-0.5-2.tar.gz ghf
cc -Wall -pipe -march=i686 -I/usr/include/libelf -c -o asm.o asm.c
asm.c:1: error: CPU you selected does not support x86-64 instruction set
make[1]: *** [asm.o] Error 1
make[1]: Leaving directory `/home/xvzf/qlh_distro/ghf'
make: *** [ghf/libghf.a] Error 2

Changed the ghf -march i686 to x86-64, and removed untaring of the ghf so the makefile change isn't lost:

make -C ghf clean all RELEASE=1
make[1]: Entering directory `/home/xvzf/qlh_distro/ghf'
rm -rf asm.o elf.o utils.o vfunction.o libghf.a ghf-test.o ghf-test ghf-0.5-2.tar.gz ghf
cc -Wall -pipe -march=x86-64 -I/usr/include/libelf -c -o asm.o asm.c
asm.c: In function ‘my_buffer_read_memory’:
asm.c:31: warning: cast to pointer from integer of different size
asm.c: In function ‘disassemble_x86’:
asm.c:55: warning: cast from pointer to integer of different size
asm.c: In function ‘detourFunction’:
asm.c:105: warning: cast from pointer to integer of different size
asm.c:105: warning: cast from pointer to integer of different size
asm.c:105: warning: cast to pointer from integer of different size
asm.c:108: warning: cast from pointer to integer of different size
asm.c:108: warning: cast to pointer from integer of different size
asm.c:110: warning: cast from pointer to integer of different size
asm.c:110: warning: cast to pointer from integer of different size
asm.c:110: warning: cast from pointer to integer of different size
asm.c:110: warning: cast from pointer to integer of different size
asm.c:110: warning: cast to pointer from integer of different size
asm.c:111: warning: cast from pointer to integer of different size
asm.c:111: warning: cast to pointer from integer of different size
asm.c: In function ‘undetourFunction’:
asm.c:121: warning: cast from pointer to integer of different size
asm.c:121: warning: cast to pointer from integer of different size
asm.c:123: warning: cast from pointer to integer of different size
asm.c:123: warning: cast to pointer from integer of different size
asm.c: In function ‘nopInstruction’:
asm.c:133: warning: cast from pointer to integer of different size
asm.c:133: warning: cast to pointer from integer of different size
asm.c:137: warning: cast from pointer to integer of different size
asm.c:137: warning: cast to pointer from integer of different size
cc -Wall -pipe -march=x86-64 -I/usr/include/libelf -c -o elf.o elf.c
elf.c: In function ‘pltHook’:
elf.c:172: warning: cast to pointer from integer of different size
cc -Wall -pipe -march=x86-64 -I/usr/include/libelf -c -o utils.o utils.c
g++ -Wall -pipe -march=x86-64 -I/usr/include/libelf -c -o vfunction.o vfunction.cpp
ar r libghf.a asm.o elf.o utils.o vfunction.o
ar: creating libghf.a
ranlib libghf.a
g++ -Wall -pipe -march=x86-64 -I/usr/include/libelf -c -o ghf-test.o ghf-test.cpp
ghf-test.cpp: In member function ‘void GhfTest::testGetSection()’:
ghf-test.cpp:26: warning: deprecated conversion from string constant to ‘char*’
ghf-test.cpp:29: warning: deprecated conversion from string constant to ‘char*’
ghf-test.cpp:32: warning: deprecated conversion from string constant to ‘char*’
ghf-test.cpp:36: warning: deprecated conversion from string constant to ‘char*’
ghf-test.cpp:39: error: cast from ‘int (*)(int, char**)’ to ‘unsigned int’ loses precision
ghf-test.cpp:40: error: cast from ‘int (*)(int, char**)’ to ‘unsigned int’ loses precision
ghf-test.cpp: In member function ‘void GhfTest::testGetSymbol()’:
ghf-test.cpp:53: warning: deprecated conversion from string constant to ‘char*’
ghf-test.cpp:57: warning: deprecated conversion from string constant to ‘char*’
ghf-test.cpp:60: warning: deprecated conversion from string constant to ‘char*’
ghf-test.cpp:62: error: no matching function for call to ‘assertEquals(long unsigned int, unsigned int, CppUnit::SourceLine, const char [1])’
ghf-test.cpp:64: warning: deprecated conversion from string constant to ‘char*’
ghf-test.cpp:66: error: no matching function for call to ‘assertEquals(long unsigned int, unsigned int, CppUnit::SourceLine, const char [1])’
ghf-test.cpp:68: warning: deprecated conversion from string constant to ‘char*’
ghf-test.cpp: In member function ‘void GhfTest::testPltHook()’:
ghf-test.cpp:75: warning: deprecated conversion from string constant to ‘char*’
ghf-test.cpp:77: error: cast from ‘void*’ to ‘int’ loses precision
make[1]: *** [ghf-test.o] Error 1
make[1]: Leaving directory `/home/xvzf/qlh_distro/ghf'
make: *** [ghf/libghf.a] Error


Any ideas?
 

broganbogan

New member
anon@anon-desktop:~$ tar -xvzf '/home/anon/Desktop/qlh_distro.tar.gz'
qlh_distro/
qlh_distro/ghf/
qlh_distro/q3-sdk/
qlh_distro/q3-sdk/ui/
qlh_distro/q3-sdk/q3asm/
qlh_distro/q3-sdk/lcc/
qlh_distro/q3-sdk/code/
qlh_distro/q3-sdk/lcc/alpha/
qlh_distro/q3-sdk/lcc/lib/
qlh_distro/q3-sdk/lcc/doc/
qlh_distro/q3-sdk/lcc/src/
qlh_distro/q3-sdk/lcc/x86/
qlh_distro/q3-sdk/lcc/sparc/
qlh_distro/q3-sdk/lcc/tst/
qlh_distro/q3-sdk/lcc/lburg/
qlh_distro/q3-sdk/lcc/msdev/
qlh_distro/q3-sdk/lcc/include/
qlh_distro/q3-sdk/lcc/mips/
qlh_distro/q3-sdk/lcc/etc/
qlh_distro/q3-sdk/lcc/cpp/
qlh_distro/q3-sdk/code/cgame/
qlh_distro/q3-sdk/code/unix/
qlh_distro/q3-sdk/code/q3_ui/
qlh_distro/q3-sdk/code/game/
qlh_distro/q3-sdk/code/ui/
qlh_distro/q3-sdk/lcc/alpha/osf/
qlh_distro/q3-sdk/lcc/x86/linux/
qlh_distro/q3-sdk/lcc/x86/win32/
qlh_distro/q3-sdk/lcc/sparc/solaris/
qlh_distro/q3-sdk/lcc/include/alpha/
qlh_distro/q3-sdk/lcc/include/x86/
qlh_distro/q3-sdk/lcc/include/sparc/
qlh_distro/q3-sdk/lcc/include/mips/
qlh_distro/q3-sdk/lcc/mips/irix/
qlh_distro/q3-sdk/lcc/alpha/osf/tst/
qlh_distro/q3-sdk/lcc/x86/linux/tst/
qlh_distro/q3-sdk/lcc/x86/win32/tst/
qlh_distro/q3-sdk/lcc/sparc/solaris/tst/
qlh_distro/q3-sdk/lcc/include/alpha/osf/
qlh_distro/q3-sdk/lcc/include/x86/linux/
qlh_distro/q3-sdk/lcc/include/sparc/solaris/
qlh_distro/q3-sdk/lcc/include/mips/irix/
qlh_distro/q3-sdk/lcc/mips/irix/tst/
qlh_distro/qlh
qlh_distro/Makefile
qlh_distro/ghf-0.5-2.tar.gz
qlh_distro/qlh.c
qlh_distro/ghf/ghf-test
qlh_distro/ghf/ghf-test.o
qlh_distro/ghf/libghf.a
qlh_distro/ghf/vfunction.o
qlh_distro/ghf/utils.o
qlh_distro/ghf/elf.o
qlh_distro/ghf/asm.o
qlh_distro/ghf/ghf-test.h
qlh_distro/ghf/version.def
qlh_distro/ghf/Makefile
qlh_distro/ghf/ghf-test.cpp
qlh_distro/ghf/ghf.h
qlh_distro/ghf/vfunction.cpp
qlh_distro/ghf/utils.c
qlh_distro/ghf/elf.c
qlh_distro/ghf/asm.c
qlh_distro/q3-sdk/ui/menudef.h
qlh_distro/q3-sdk/q3asm/lib.txt
qlh_distro/q3-sdk/q3asm/q3asm.c
qlh_distro/q3-sdk/q3asm/q3asm.dsw
qlh_distro/q3-sdk/q3asm/cmdlib.h
qlh_distro/q3-sdk/q3asm/qfiles.h
qlh_distro/q3-sdk/q3asm/README.Id
qlh_distro/q3-sdk/q3asm/Makefile
qlh_distro/q3-sdk/q3asm/ops.txt
qlh_distro/q3-sdk/q3asm/opstrings.h
qlh_distro/q3-sdk/q3asm/notes.txt
qlh_distro/q3-sdk/q3asm/cmdlib.c
qlh_distro/q3-sdk/q3asm/mathlib.h
qlh_distro/q3-sdk/q3asm/q3asm.dsp
qlh_distro/q3-sdk/lcc/makefile.nt
qlh_distro/q3-sdk/lcc/makefile
qlh_distro/q3-sdk/lcc/custom.mk
qlh_distro/q3-sdk/lcc/README.Id
qlh_distro/q3-sdk/lcc/buildnt.sh
qlh_distro/q3-sdk/lcc/README
qlh_distro/q3-sdk/lcc/buildnt.bat
qlh_distro/q3-sdk/lcc/LOG
qlh_distro/q3-sdk/lcc/COPYRIGHT
qlh_distro/q3-sdk/lcc/packing.lst
qlh_distro/q3-sdk/code/Makefile
qlh_distro/q3-sdk/code/Construct
qlh_distro/q3-sdk/lcc/lib/bbexit.c
qlh_distro/q3-sdk/lcc/lib/assert.c
qlh_distro/q3-sdk/lcc/lib/yynull.c
qlh_distro/q3-sdk/lcc/doc/lcc.1
qlh_distro/q3-sdk/lcc/doc/install.html
qlh_distro/q3-sdk/lcc/doc/4.html
qlh_distro/q3-sdk/lcc/doc/lcc.pdf
qlh_distro/q3-sdk/lcc/doc/bprint.1
qlh_distro/q3-sdk/lcc/doc/bprint.pdf
qlh_distro/q3-sdk/lcc/src/sym.c
qlh_distro/q3-sdk/lcc/src/expr.c
qlh_distro/q3-sdk/lcc/src/profio.c
qlh_distro/q3-sdk/lcc/src/output.c
qlh_distro/q3-sdk/lcc/src/input.c
qlh_distro/q3-sdk/lcc/src/bytecode.c
qlh_distro/q3-sdk/lcc/src/enode.c
qlh_distro/q3-sdk/lcc/src/config.h
qlh_distro/q3-sdk/lcc/src/x86linux.md
qlh_distro/q3-sdk/lcc/src/token.h
qlh_distro/q3-sdk/lcc/src/tree.c
qlh_distro/q3-sdk/lcc/src/prof.c
qlh_distro/q3-sdk/lcc/src/c.h
qlh_distro/q3-sdk/lcc/src/dagcheck.md
qlh_distro/q3-sdk/lcc/src/alloc.c
qlh_distro/q3-sdk/lcc/src/x86.md
qlh_distro/q3-sdk/lcc/src/asdl.c
qlh_distro/q3-sdk/lcc/src/stab.h
qlh_distro/q3-sdk/lcc/src/gen.c
qlh_distro/q3-sdk/lcc/src/inits.c
qlh_distro/q3-sdk/lcc/src/bind.c
qlh_distro/q3-sdk/lcc/src/simp.c
qlh_distro/q3-sdk/lcc/src/main.c
qlh_distro/q3-sdk/lcc/src/init.c
qlh_distro/q3-sdk/lcc/src/event.c
qlh_distro/q3-sdk/lcc/src/2html.c
qlh_distro/q3-sdk/lcc/src/string.c
qlh_distro/q3-sdk/lcc/src/mips.md
qlh_distro/q3-sdk/lcc/src/error.c
qlh_distro/q3-sdk/lcc/src/dag.c
qlh_distro/q3-sdk/lcc/src/pass2.c
qlh_distro/q3-sdk/lcc/src/stab.c
qlh_distro/q3-sdk/lcc/src/sparc.md
qlh_distro/q3-sdk/lcc/src/rcc.asdl
qlh_distro/q3-sdk/lcc/src/lex.c
qlh_distro/q3-sdk/lcc/src/symbolic.c
qlh_distro/q3-sdk/lcc/src/null.c
qlh_distro/q3-sdk/lcc/src/alpha.md
qlh_distro/q3-sdk/lcc/src/run.sh
qlh_distro/q3-sdk/lcc/src/stmt.c
qlh_distro/q3-sdk/lcc/src/list.c
qlh_distro/q3-sdk/lcc/src/decl.c
qlh_distro/q3-sdk/lcc/src/trace.c
qlh_distro/q3-sdk/lcc/src/types.c
qlh_distro/q3-sdk/lcc/tst/array.0
qlh_distro/q3-sdk/lcc/tst/switch.c
qlh_distro/q3-sdk/lcc/tst/cq.c
qlh_distro/q3-sdk/lcc/tst/limits.0
qlh_distro/q3-sdk/lcc/tst/struct.0
qlh_distro/q3-sdk/lcc/tst/stdarg.0
qlh_distro/q3-sdk/lcc/tst/yacc.0
qlh_distro/q3-sdk/lcc/tst/spill.0
qlh_distro/q3-sdk/lcc/tst/spill.c
qlh_distro/q3-sdk/lcc/tst/paranoia.c
qlh_distro/q3-sdk/lcc/tst/8q.c
qlh_distro/q3-sdk/lcc/tst/front.0
qlh_distro/q3-sdk/lcc/tst/fields.c
qlh_distro/q3-sdk/lcc/tst/fields.0
qlh_distro/q3-sdk/lcc/tst/cf.c
qlh_distro/q3-sdk/lcc/tst/cq.0
qlh_distro/q3-sdk/lcc/tst/yacc.c
qlh_distro/q3-sdk/lcc/tst/array.c
qlh_distro/q3-sdk/lcc/tst/init.0
qlh_distro/q3-sdk/lcc/tst/front.c
qlh_distro/q3-sdk/lcc/tst/switch.0
qlh_distro/q3-sdk/lcc/tst/init.c
qlh_distro/q3-sdk/lcc/tst/incr.0
qlh_distro/q3-sdk/lcc/tst/wf1.0
qlh_distro/q3-sdk/lcc/tst/limits.c
qlh_distro/q3-sdk/lcc/tst/stdarg.c
qlh_distro/q3-sdk/lcc/tst/paranoia.0
qlh_distro/q3-sdk/lcc/tst/incr.c
qlh_distro/q3-sdk/lcc/tst/8q.0
qlh_distro/q3-sdk/lcc/tst/wf1.c
qlh_distro/q3-sdk/lcc/tst/sort.0
qlh_distro/q3-sdk/lcc/tst/sort.c
qlh_distro/q3-sdk/lcc/tst/cf.0
qlh_distro/q3-sdk/lcc/tst/cvt.c
qlh_distro/q3-sdk/lcc/tst/struct.c
qlh_distro/q3-sdk/lcc/tst/cvt.0
qlh_distro/q3-sdk/lcc/lburg/lburg.h
qlh_distro/q3-sdk/lcc/lburg/gram.c
qlh_distro/q3-sdk/lcc/lburg/lburg.1
qlh_distro/q3-sdk/lcc/lburg/lburg.c
qlh_distro/q3-sdk/lcc/lburg/gram.y
qlh_distro/q3-sdk/lcc/msdev/rcc.dsp
qlh_distro/q3-sdk/lcc/msdev/rcc.dsw
qlh_distro/q3-sdk/lcc/etc/linux.c
qlh_distro/q3-sdk/lcc/etc/irix.c
qlh_distro/q3-sdk/lcc/etc/gcc-solaris.c
qlh_distro/q3-sdk/lcc/etc/lcc.c
qlh_distro/q3-sdk/lcc/etc/solaris.c
qlh_distro/q3-sdk/lcc/etc/ops.c
qlh_distro/q3-sdk/lcc/etc/osf.c
qlh_distro/q3-sdk/lcc/etc/win32.c
qlh_distro/q3-sdk/lcc/etc/bprint.c
qlh_distro/q3-sdk/lcc/cpp/getopt.c
qlh_distro/q3-sdk/lcc/cpp/hideset.c
qlh_distro/q3-sdk/lcc/cpp/nlist.c
qlh_distro/q3-sdk/lcc/cpp/unix.c
qlh_distro/q3-sdk/lcc/cpp/tokens.c
qlh_distro/q3-sdk/lcc/cpp/macro.c
qlh_distro/q3-sdk/lcc/cpp/include.c
qlh_distro/q3-sdk/lcc/cpp/cpp.c
qlh_distro/q3-sdk/lcc/cpp/cpp.h
qlh_distro/q3-sdk/lcc/cpp/lex.c
qlh_distro/q3-sdk/lcc/cpp/eval.c
qlh_distro/q3-sdk/code/cgame/cg_servercmds.c
qlh_distro/q3-sdk/code/cgame/cg_consolecmds.c
qlh_distro/q3-sdk/code/cgame/cg_main.c
qlh_distro/q3-sdk/code/cgame/cgame.vcproj
qlh_distro/q3-sdk/code/cgame/cgame.dsp
qlh_distro/q3-sdk/code/cgame/cg_localents.c
qlh_distro/q3-sdk/code/cgame/cgame.sh
qlh_distro/q3-sdk/code/cgame/cg_event.c
qlh_distro/q3-sdk/code/cgame/cg_marks.c
qlh_distro/q3-sdk/code/cgame/cg_predict.c
qlh_distro/q3-sdk/code/cgame/cg_syscalls.asm
qlh_distro/q3-sdk/code/cgame/cg_draw.c
qlh_distro/q3-sdk/code/cgame/Conscript
qlh_distro/q3-sdk/code/cgame/cg_ents.c
qlh_distro/q3-sdk/code/cgame/cgame_ta.q3asm
qlh_distro/q3-sdk/code/cgame/cgame_ta.bat
qlh_distro/q3-sdk/code/cgame/cg_scoreboard.c
qlh_distro/q3-sdk/code/cgame/cg_local.h
qlh_distro/q3-sdk/code/cgame/cg_players.c
qlh_distro/q3-sdk/code/cgame/cg_effects.c
qlh_distro/q3-sdk/code/cgame/cg_syscalls.c
qlh_distro/q3-sdk/code/cgame/cg_playerstate.c
qlh_distro/q3-sdk/code/cgame/cgame.q3asm
qlh_distro/q3-sdk/code/cgame/cg_info.c
qlh_distro/q3-sdk/code/cgame/cg_public.h
qlh_distro/q3-sdk/code/cgame/cg_drawtools.c
qlh_distro/q3-sdk/code/cgame/cg_weapons.c
qlh_distro/q3-sdk/code/cgame/cg_snapshot.c
qlh_distro/q3-sdk/code/cgame/tr_types.h
qlh_distro/q3-sdk/code/cgame/cg_particles.c
qlh_distro/q3-sdk/code/cgame/cgame.def
qlh_distro/q3-sdk/code/cgame/cgame.plg
qlh_distro/q3-sdk/code/cgame/cg_newdraw.c
qlh_distro/q3-sdk/code/cgame/cg_view.c
qlh_distro/q3-sdk/code/cgame/cgame.bat
qlh_distro/q3-sdk/code/cgame/cgame_ta.sh
qlh_distro/q3-sdk/code/unix/Conscript-pk3
qlh_distro/q3-sdk/code/unix/cons
qlh_distro/q3-sdk/code/unix/pcons-2.3.1
qlh_distro/q3-sdk/code/q3_ui/ui_credits.c
qlh_distro/q3-sdk/code/q3_ui/ui_ingame.c
qlh_distro/q3-sdk/code/q3_ui/ui_network.c
qlh_distro/q3-sdk/code/q3_ui/ui_sound.c
qlh_distro/q3-sdk/code/q3_ui/ui_controls2.c
qlh_distro/q3-sdk/code/q3_ui/ui_mods.c
qlh_distro/q3-sdk/code/q3_ui/ui_video.c
qlh_distro/q3-sdk/code/q3_ui/ui_login.c
qlh_distro/q3-sdk/code/q3_ui/ui_local.h
qlh_distro/q3-sdk/code/q3_ui/ui_removebots.c
qlh_distro/q3-sdk/code/q3_ui/ui_players.c
qlh_distro/q3-sdk/code/q3_ui/ui_rankstatus.c
qlh_distro/q3-sdk/code/q3_ui/keycodes.h
qlh_distro/q3-sdk/code/q3_ui/ui_confirm.c
qlh_distro/q3-sdk/code/q3_ui/ui_sparena.c
qlh_distro/q3-sdk/code/q3_ui/ui_servers2.c
qlh_distro/q3-sdk/code/q3_ui/ui_display.c
qlh_distro/q3-sdk/code/q3_ui/ui_spskill.c
qlh_distro/q3-sdk/code/q3_ui/ui_sppostgame.c
qlh_distro/q3-sdk/code/q3_ui/ui_saveconfig.c
qlh_distro/q3-sdk/code/q3_ui/ui_specifyserver.c
qlh_distro/q3-sdk/code/q3_ui/ui_gameinfo.c
qlh_distro/q3-sdk/code/q3_ui/ui_setup.c
qlh_distro/q3-sdk/code/q3_ui/ui_rankings.c
qlh_distro/q3-sdk/code/q3_ui/ui_signup.c
qlh_distro/q3-sdk/code/q3_ui/ui_syscalls.c
qlh_distro/q3-sdk/code/q3_ui/ui_spreset.c
qlh_distro/q3-sdk/code/q3_ui/Conscript
qlh_distro/q3-sdk/code/q3_ui/ui_team.c
qlh_distro/q3-sdk/code/q3_ui/ui_cinematics.c
qlh_distro/q3-sdk/code/q3_ui/ui_loadconfig.c
qlh_distro/q3-sdk/code/q3_ui/ui_splevel.c
qlh_distro/q3-sdk/code/q3_ui/ui_playermodel.c
qlh_distro/q3-sdk/code/q3_ui/ui_menu.c
qlh_distro/q3-sdk/code/q3_ui/compile.bat
qlh_distro/q3-sdk/code/q3_ui/ui_cdkey.c
qlh_distro/q3-sdk/code/q3_ui/ui_mfield.c
qlh_distro/q3-sdk/code/q3_ui/ui_specifyleague.c
qlh_distro/q3-sdk/code/q3_ui/ui_playersettings.c
qlh_distro/q3-sdk/code/q3_ui/ui_startserver.c
qlh_distro/q3-sdk/code/q3_ui/q3_ui.bat
qlh_distro/q3-sdk/code/q3_ui/q3_ui.sh
qlh_distro/q3-sdk/code/q3_ui/ui_atoms.c
qlh_distro/q3-sdk/code/q3_ui/q3_ui.q3asm
qlh_distro/q3-sdk/code/q3_ui/ui_connect.c
qlh_distro/q3-sdk/code/q3_ui/ui_addbots.c
qlh_distro/q3-sdk/code/q3_ui/ui_demo2.c
qlh_distro/q3-sdk/code/q3_ui/ui_teamorders.c
qlh_distro/q3-sdk/code/q3_ui/ui_qmenu.c
qlh_distro/q3-sdk/code/q3_ui/q3_ui.dsp
qlh_distro/q3-sdk/code/q3_ui/ui_main.c
qlh_distro/q3-sdk/code/q3_ui/ui.q3asm
qlh_distro/q3-sdk/code/q3_ui/ui_preferences.c
qlh_distro/q3-sdk/code/q3_ui/ui.def
qlh_distro/q3-sdk/code/q3_ui/ui_options.c
qlh_distro/q3-sdk/code/q3_ui/ui_serverinfo.c
qlh_distro/q3-sdk/code/q3_ui/q3_ui.vcproj
qlh_distro/q3-sdk/code/game/bg_public.h
qlh_distro/q3-sdk/code/game/bg_misc.c
qlh_distro/q3-sdk/code/game/game_ta.q3asm
qlh_distro/q3-sdk/code/game/bg_lib.h
qlh_distro/q3-sdk/code/game/ai_cmd.h
qlh_distro/q3-sdk/code/game/game_ta.sh
qlh_distro/q3-sdk/code/game/be_ai_char.h
qlh_distro/q3-sdk/code/game/inv.h
qlh_distro/q3-sdk/code/game/g_bot.c
qlh_distro/q3-sdk/code/game/g_svcmds.c
qlh_distro/q3-sdk/code/game/game.dsp
qlh_distro/q3-sdk/code/game/botlib.h
qlh_distro/q3-sdk/code/game/g_public.h
qlh_distro/q3-sdk/code/game/game_ta.bat
qlh_distro/q3-sdk/code/game/be_ai_chat.h
qlh_distro/q3-sdk/code/game/g_rankings.c
qlh_distro/q3-sdk/code/game/ai_dmq3.c
tar: Skipping to next header

gzip: stdin: invalid compressed data--crc error

gzip: stdin: invalid compressed data--length error
tar: Child returned status 1
tar: Error exit delayed from previous errors
anon@anon-desktop:~$


im a total noob, how do i fix this? or what am i not doing right?
 
Top