Looking for more Irrlicht-related code, open source games?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Malgodur
Posts: 195
Joined: Sun Mar 15, 2009 8:22 pm

Looking for more Irrlicht-related code, open source games?

Post by Malgodur »

Im looking'round for Irrlicht open source games...
found it on wiki:

Code: Select all

Open Source Games

    * Alpha Foundation
    * Stunt Challenge
    * Stunt Challenge(english transulted,plz put everything in english
    * Dauntless Rogue by Anteater
    * Run Rabbit RUN by XZIST Games (source)
    * People Shooter by XZIST Games (source)
    * irrlamb
    * Crimson Glory by Michal Marcinkowski 
But I didnt found code of any of this games... im especially intrested in multiplayer games engines (its what im planning to do..) for example Stunt Challenge..

Anyone know where i can download they code?
abhishekdey1985
Posts: 102
Joined: Sat Jan 17, 2009 4:33 am
Location: Pune
Contact:

Post by abhishekdey1985 »

NO!! I dont think so. But yes u can request them for the same. If they are willing to provide their code then dats more than enough for u. I wont share my full code with u..for example ;). Build your own games, write your own code and ask any doubts here. That's what we guys are doing here.
I work on "The Best Real-Time 3D Engine"
Halifax
Posts: 1424
Joined: Sun Apr 29, 2007 10:40 pm
Location: $9D95

Post by Halifax »

abhishekdey1985 wrote:NO!! I dont think so. But yes u can request them for the same. If they are willing to provide their code then dats more than enough for u. I wont share my full code with u..for example ;). Build your own games, write your own code and ask any doubts here. That's what we guys are doing here.
I'm not going to say that your philosophy is bad, but you seem to have this "eye for an eye" mentality. That's quite absurd considering you are a part of the open-source community. I'm not saying, "change your ways, release all your code!!", but I am saying that maybe you should rethink the reasons behind why you aren't sharing your code. Simply because "We came from hard knocks, so you should too!", doesn't appear to be that logical.

For example, if niko himself, BlindSide, hybrid, bitplane, or JP took that mentality, where would we be right now?
</rant>
At any rate, abhishekdey1985, you might want to browse around the "Project Announcements" forum to check out some of the projects and see if there are any you can check out.
TheQuestion = 2B || !2B
Malgodur
Posts: 195
Joined: Sun Mar 15, 2009 8:22 pm

Post by Malgodur »

Halifax wrote:I'm not saying, "change your ways, release all your code!!"
Dont say it, just release it!

And serious... im looking for any MULTIPLAYER irrlicht game code. I totally dont know how write something like this... i cant figure myself how multiplayer irrlicht game can work! So im looking for source, i'll use it as reference... or as my game base? Nevermind!
Spkka
Posts: 32
Joined: Fri Jan 02, 2009 8:30 am

Post by Spkka »

I only know the source to crimson glory, this guy made the popular 2d shooter "soldat" as well. http://code.google.com/p/crimsonglory/s ... wse/trunk/
sp00n
Posts: 114
Joined: Wed Sep 13, 2006 9:39 am

Post by sp00n »

Malgodur
Look at the IrrWizard on this forum - there is a multiplayer part too, as i remember :)
But other one -
any MULTIPLAYER irrlicht game code
what does it mean? Irrlicht is not a network engine, Irrlicht is not even a game engine. So, if you want to learn a multiplayer game core coding - read the books/artciles/forums about it and when(if) you'll done it then think about how it realise together with Irrlicht GRAPHIC engine (for example you can use an IrrNet Lite wrapper) :)
Good luck
Malgodur
Posts: 195
Joined: Sun Mar 15, 2009 8:22 pm

Post by Malgodur »

http://code.google.com/p/crimsonglory/s ... wse/trunk/

How can i dwonlaod whole code at once?


IrrWizard is a Windows based Irrlicht project creation wizard that produces a C++ game skeleton based on questions asked by the wizard (generated code isn't Windows specific) . Once the project is complete, a suitable C++ IDE such as Microsoft Visual Studio or Dev C++ will be required. Below is a checklist of what you need:

* Irrlicht 1.2
* IrrWizard 1.2 windows_logo.jpg
Its only for Irrlicht 1.2??!!
Spkka
Posts: 32
Joined: Fri Jan 02, 2009 8:30 am

Post by Spkka »

Malgodur wrote:http://code.google.com/p/crimsonglory/s ... wse/trunk/

How can i dwonlaod whole code at once?


IrrWizard is a Windows based Irrlicht project creation wizard that produces a C++ game skeleton based on questions asked by the wizard (generated code isn't Windows specific) . Once the project is complete, a suitable C++ IDE such as Microsoft Visual Studio or Dev C++ will be required. Below is a checklist of what you need:

* Irrlicht 1.2
* IrrWizard 1.2 windows_logo.jpg
Its only for Irrlicht 1.2??!!
You will need to use svn, If your on windows i recommend using TortoiseSVN, pretty straight forward. And yes i guess, its his old project he dropped.
Post Reply