Arcis Online : a mmorpg wich use Irrlicht
Arcis Online : a mmorpg wich use Irrlicht
I am french, and i speak bad english sorry :p
but i love Irrlicht, and i developp a mmorpg : Arcis Online
you can see the first screens :
but i love Irrlicht, and i developp a mmorpg : Arcis Online
you can see the first screens :
looks promising
if you need help translating something i can perhaps help i can speak also a bit french but mostly only school french and some french words concerning computers but only some
if you need help translating something i can perhaps help i can speak also a bit french but mostly only school french and some french words concerning computers but only some
R2D2's Irrlicht Mods
Messed up with my database so the page is not working at the moment -.-
CPU: Core 2 Quad Q6700RAM: 4096 mb Graphics: Radeon 4850 512mb Sound: on board InternetConnection: DSL
Messed up with my database so the page is not working at the moment -.-
CPU: Core 2 Quad Q6700RAM: 4096 mb Graphics: Radeon 4850 512mb Sound: on board InternetConnection: DSL
i don't understand what you are confused,
the code for the paricle :
ps->setPosition(irr::core::vector3df(100,175,-200)); => is the position of the building
and with irr::core::vector3df(0.0f,0.07f,0.0f), the particle go --> Y++ (0.07f);
the map is a simple .3ds with one texture, this is why it' s bad;
I search a mapping man, wich can make a map with QtkRadiant (http://www.qeradiant.com/) for create a map in .bsp for Quake 3 and so Arcis
Now, i work over the network, for that the rpg become a really mmorpg
it' s a hobby for me, and i am not a designer 3d :s i have no good graphics in md2 for the players..
I upload more screenshoot in two weeks for see the real map and the PNJ.
Now the FPS is 200 with a GeForce 4 MX and a computer with virus :s lol
Arcis is not a classic mmorpg, in the classic mmorpg, we must always fight with creature to up the level; In arcis, there are three solutions for up the level :
- the fight classic
- the decouverte (discovery in english ??)
- the civilization (your charism with the anders persons of your CiviliZation)
the code for the paricle :
Code: Select all
irr::scene::IParticleSystemSceneNode* ps = 0;
ps = smgr->addParticleSystemSceneNode(false);
ps->setPosition(irr::core::vector3df(100,175,-200));
ps->setScale(irr::core::vector3df(2,2,2));
ps->setParticleSize(irr::core::dimension2d<irr::f32>(20.0f, 10.0f));
irr::scene::IParticleEmitter* em = ps->createBoxEmitter(
irr::core::aabbox3d<irr::f32>(-7,0,-7,7,1,7),
irr::core::vector3df(0.0f,0.07f,0.0f),
80,100,
irr::video::SColor(0,255,255,255), irr::video::SColor(0,255,255,255),
800,2000);
ps->setEmitter(em);
em->drop();
irr::scene::IParticleAffector* paf =
ps->createFadeOutParticleAffector();
ps->addAffector(paf);
paf->drop();
ps->setMaterialFlag(irr::video::EMF_LIGHTING, false);
ps->setMaterialTexture(0, driver->getTexture("Debug/Data/Textures/Particule1.bmp"));
ps->setMaterialType(irr::video::EMT_TRANSPARENT_VERTEX_ALPHA);
and with irr::core::vector3df(0.0f,0.07f,0.0f), the particle go --> Y++ (0.07f);
the map is a simple .3ds with one texture, this is why it' s bad;
I search a mapping man, wich can make a map with QtkRadiant (http://www.qeradiant.com/) for create a map in .bsp for Quake 3 and so Arcis
Now, i work over the network, for that the rpg become a really mmorpg
it' s a hobby for me, and i am not a designer 3d :s i have no good graphics in md2 for the players..
I upload more screenshoot in two weeks for see the real map and the PNJ.
Now the FPS is 200 with a GeForce 4 MX and a computer with virus :s lol
Arcis is not a classic mmorpg, in the classic mmorpg, we must always fight with creature to up the level; In arcis, there are three solutions for up the level :
- the fight classic
- the decouverte (discovery in english ??)
- the civilization (your charism with the anders persons of your CiviliZation)
"- the fight classic
- the decouverte (discovery in english ??)
- the civilization (your charism with the anders persons of your CiviliZation)"
very good idea, I encourage you to continue
- the decouverte (discovery in english ??)
- the civilization (your charism with the anders persons of your CiviliZation)"
very good idea, I encourage you to continue
Finally making games again!
http://www.konekogames.com
http://www.konekogames.com
Yes in Fact,
I am programmer C++ but not graphistic :s
And this is why, i recrute one or two persons wich can create map in .bsp
with this tool : GtkRadiant -> http://www.qeradiant.com/
If a person whose interressed, send me a mail at : aadrien@msn.com
I am programmer C++ but not graphistic :s
And this is why, i recrute one or two persons wich can create map in .bsp
with this tool : GtkRadiant -> http://www.qeradiant.com/
If a person whose interressed, send me a mail at : aadrien@msn.com
after more reflexion
After many month of work, i have succed to compile one version of my MMORPG Arcis which now manage the network, this bild show somebody which play at Arcis :
-
- Posts: 448
- Joined: Tue Oct 05, 2004 3:24 am
- Location: Boston, MA
Looks very nice, I like how the name shows on the shield.
Irrlicht Moderator || Game Designer
Learn the basics at </dream.in.code>
Learn the basics at </dream.in.code>