Page 1 of 3
Still alive?
Posted: Tue Dec 23, 2008 12:22 pm
by Aprop
Do anybody still work with oMOHAA? Or project died? If not, maybe i can help you, but im a bit inexperienced in C++.. and when we'll be able to download code?
Posted: Tue Dec 23, 2008 10:15 pm
by 211476
project is written in C, I don't know if still alive or not, you can browse some code here
http://openmohaa.svn.sourceforge.net/
Posted: Wed Dec 24, 2008 10:34 am
by Aprop
Well is there any way how i can help you? Or try help? But first i need to get stuff for C, i have C++builder..... nvm i want see how it work..!
Posted: Wed Dec 24, 2008 10:55 am
by $oldier Of Ra
You can see here how it works:
/forum/viewtopic.php?t=13083
I'm afraid you have to be very experienced in C to be able to help coding. Remember that normally over 100 ppl work on 1 game alone.
Posted: Wed Dec 24, 2008 11:46 am
by Aprop
$oldier Of Ra wrote:
/forum/viewtopic.php?t=13083
.
....
I donr mean see screenshots...
Posted: Wed Dec 24, 2008 2:30 pm
by $oldier Of Ra
In that case...tough luck!

haha
Posted: Wed Dec 24, 2008 6:12 pm
by Aprop
So ill download the whole code, compile it, and? I need q3 files + mohaa files?
btw how can i dwonload all files from sourceforge at once?
Posted: Sat Dec 27, 2008 1:51 pm
by Rookie One.pl
Read the damn FAQ. The sticky topic in this forum section.
Posted: Tue Dec 30, 2008 3:50 am
by m0d hippY
We have all been very busy with other things. This project needs as many coders as it can get. 5 or 6 won't cut it.
Here is the download link, if you still need it:
http://openmohaa.svn.sourceforge.net/vi ... z?view=tar
In the meantime a few of the people that were originally associated with OMOHAA, have moved to smaller projects.
Heiko & I have been working on fixing wallhacks, STWH and other cheats serverside.
Posted: Tue Dec 30, 2008 9:38 am
by Aprop
If its OMOHAA actual source code, it'll be awesome! I already work'd with some sources, eg RTCW... Visual Studio C will compil'it?
But what the hell is gar.gz? Another WinRar ext?
Ok, Rar opened it.
Well Visual C cant open projectg file, but C++ can... i just compiled cgamex, but need to see how compile exe.
Damn with Visual C++ 2008 Express Edition i get a bunch of errrors, 2 succes 3 failed... so i have only two dll's....
Missing fioles? curl/curl.h? etc?
Downlaoded ioquake3, now downloading original Quake for pak0.pk3...
Posted: Wed Feb 11, 2009 12:07 pm
by Aprop
I again tried to compile this by MingW32.. but i havent make file in openmohaa directoanry..
I tried to run cross-make-mingw.sh, error:
Code: Select all
make: Nothing to be done for c:/open........
Tried run makefile:
Code: Select all
c:/o...... line7: shell: command not found
c:/o...... line9: shell: command not found
c:/o...... line11: syntax error near unexpected token '$(COMPILE PLATFORM).sunos'
c:/o...... line11 : ifeq ($(COMPILE_PLATFORM),sunos)'
And make-macosx-ub.sh
Code: Select all
grep: code/qcommon/q_shared.h : No such file or directory
This script must be run from the openmohaa buyild directory
Building PPC Dedicated Server Against ""
Buyilding PPC Client against ""
Building X86 Cliend/Dedicated Server Againts ""
Warning: in ordter to build a binary with maximum compatiblity you must build pm M<ac OS X 10.4 using Xcode 2.3 or 2.5 and have the MAcOSX10 2.8, MAcOSX10 2.9 and MAcOSX10.4u SDK installed from XCODE install disk packages foler.
ERROR: This script is for building a Universal Binary. YUou cannot build for a different architecture un;ess you have proper Mac OS X SDKs instal;led. If you just wanr to compile for your own system run make instead of this script.
Please help, i should download MAC OS X?
Posted: Wed Feb 11, 2009 3:34 pm
by Rookie One.pl
Well, if you don't have a makefile in your main OpenMoHAA directory then obviously you got the source code downloaded wrong.
See here, the makefile's right in the root directory. Download it again (instructions
here) and just run make.
Posted: Wed Feb 11, 2009 5:30 pm
by Aprop
Well, it seems the i have all files.... "makefile"
Aprop wrote:
Tried run makefile:
Code: Select all
c:/o...... line7: shell: command not found
c:/o...... line9: shell: command not found
c:/o...... line11: syntax error near unexpected token '$(COMPILE PLATFORM).sunos'
c:/o...... line11 : ifeq ($(COMPILE_PLATFORM),sunos)'
i mean i havent "make" file...
"Makefile" result error, its quoted above.... it appears in mingw console when i enter path to "makefile"
Posted: Wed Feb 11, 2009 10:10 pm
by Rookie One.pl
Get into the directory where you have the source code, type "make" and press enter. No parameters. That's all there is to the compilation.
Posted: Thu Feb 12, 2009 1:59 pm
by Aprop
Well... i open msys.bat, type
and get error:
Code: Select all
c:/o...... line7: shell: command not found
c:/o...... line9: shell: command not found
c:/o...... line11: syntax error near unexpected token '$(COMPILE PLATFORM).sunos'
c:/o...... line11 : ifeq ($(COMPILE_PLATFORM),sunos)'
Also tried Mingmw/bin/rxvt.exe
Code: Select all
c:/o...... line7: shell: command not found
c:/o...... line7: shed: command not found
c:/o...... line7: tr: command not found
c:/o...... line9: shell: command not found
c:/o...... line9: sed: command not found
c:/o...... line11: syntax error near unexpected token '$(COMPILE PLATFORM).sunos'
c:/o...... line11 : ifeq ($(COMPILE_PLATFORM),sunos)'
in mingw console, result:
Code: Select all
make: Nothing to be done for 'c:/om/makefile'