Page 1 of 1

about genesis3d Logo

Posted: Wed Mar 01, 2006 6:57 pm
by mustafaatall
How Can Remove Genesis3d Logo From begining of My Game...
can any one help me ...

Posted: Wed Mar 01, 2006 7:07 pm
by TyFun Team
i guess u need to ask the engine programmers, but for that u need to pay a fee...

Posted: Thu Mar 02, 2006 10:55 am
by QuestOfDreams
http://www.genesis3d.com/g3dlicense.txt
4. RESTRICTIONS

4.1. You agree to:
(a) display the original, unmodified Genesis3D animated logo as the
first logo on startup of your product, demo or application;
(b) prominently display the Genesis3D logo on any marketing
materials, advertising or packaging of your product, demo or
application;
4.2. You may not:
(a) remove, alter, obscure, or modify in any way the appearance or
operation of the Genesis3D logo;
http://www.genesis3d.com/faq.php#RemoveLogo
Can I remove the engine logo?
You can only remove the logo if you pay the licensing fee. The only exception to this is on in-house builds. You can remove the logo during development of a game but any version of the game that is seen by anyone other than the developer must show the logo.

There is a flag called DONT_DO_SPLASH at the top of Engine.c that can be uncommented. After rebuilding the engine, the logo will not be shown.
Another way would be to replace geEngine_SetDriverAndMode with geEngine_SetDriverAndModeNoSplash in the RF code.

Posted: Sat Mar 04, 2006 5:02 pm
by QuestOfDreams
hello
I removed Logo from genesis Library and compiled Rf code , but when I run My demo
the logo is appearing again....
maybe the DONT_DO_SPLASH flag is also commented in the geEngine_SetDriverAndMode function, I can't remember from the top of my head
Q.what should I change in RF code to remove Genesis Logo from begining of my RF Demo
see the post above

Also to make it clear again: If you publish a demo, game, product etc that uses the Genesis3D engine you MUST display the Genesis3D logo. Otherwise you will have to pay for it.