Still alive?

A place for all things OpenMoHAA

Moderator: OpenMoHAA developers

Aprop
Major
Posts: 291
Joined: Mon Nov 17, 2008 3:40 pm

Still alive?

Post 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?
User avatar
211476
Captain
Posts: 273
Joined: Fri Feb 29, 2008 2:20 am
Location: Arizona, USA
Contact:

Post 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/
Image
Aprop
Major
Posts: 291
Joined: Mon Nov 17, 2008 3:40 pm

Post 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..!
$oldier Of Ra
Lieutenant Colonel
Posts: 404
Joined: Sun Oct 16, 2005 7:16 pm
Location: Belgium
Contact:

Post 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.
Our official website: http://www.mohaairborne.co.cc
(Still accessible through http://mohaaclantb.tk and http://users.skynet.be/mohaaclantb/)

For all your bot needs!!!!

$oldier Of Ra.
Aprop
Major
Posts: 291
Joined: Mon Nov 17, 2008 3:40 pm

Post by Aprop »

$oldier Of Ra wrote: /forum/viewtopic.php?t=13083
.
....

I donr mean see screenshots...
$oldier Of Ra
Lieutenant Colonel
Posts: 404
Joined: Sun Oct 16, 2005 7:16 pm
Location: Belgium
Contact:

Post by $oldier Of Ra »

In that case...tough luck! :D haha
Our official website: http://www.mohaairborne.co.cc
(Still accessible through http://mohaaclantb.tk and http://users.skynet.be/mohaaclantb/)

For all your bot needs!!!!

$oldier Of Ra.
Aprop
Major
Posts: 291
Joined: Mon Nov 17, 2008 3:40 pm

Post 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?
Rookie One.pl
Site Admin
Posts: 2752
Joined: Fri Jan 31, 2003 7:49 pm
Location: Nowa Wies Tworoska, Poland
Contact:

Post by Rookie One.pl »

Read the damn FAQ. The sticky topic in this forum section.
Admin
Image
Image
Honour guide me.

here's my stuff - inequation.org | here's where I work - thefarm51.com
m0d hippY
Warrant Officer
Posts: 132
Joined: Tue Apr 27, 2004 3:58 am

Post 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.
Image
Image
Aprop
Major
Posts: 291
Joined: Mon Nov 17, 2008 3:40 pm

Post 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...
Aprop
Major
Posts: 291
Joined: Mon Nov 17, 2008 3:40 pm

Post 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?
Rookie One.pl
Site Admin
Posts: 2752
Joined: Fri Jan 31, 2003 7:49 pm
Location: Nowa Wies Tworoska, Poland
Contact:

Post 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.
Admin
Image
Image
Honour guide me.

here's my stuff - inequation.org | here's where I work - thefarm51.com
Aprop
Major
Posts: 291
Joined: Mon Nov 17, 2008 3:40 pm

Post 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"
Rookie One.pl
Site Admin
Posts: 2752
Joined: Fri Jan 31, 2003 7:49 pm
Location: Nowa Wies Tworoska, Poland
Contact:

Post 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.
Admin
Image
Image
Honour guide me.

here's my stuff - inequation.org | here's where I work - thefarm51.com
Aprop
Major
Posts: 291
Joined: Mon Nov 17, 2008 3:40 pm

Post by Aprop »

Well... i open msys.bat, type

Code: Select all

c:/om/makefile
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)' 




Code: Select all


make c:/om/makefile
in mingw console, result:

Code: Select all

make: Nothing to be done for 'c:/om/makefile'
Post Reply