about genesis3d Logo

Programming Reality Factory and Genesis3D.
Post Reply
mustafaatall
Posts: 21
Joined: Tue Nov 15, 2005 8:26 am

about genesis3d Logo

Post by mustafaatall »

How Can Remove Genesis3d Logo From begining of My Game...
can any one help me ...
User avatar
TyFun Team
Posts: 6
Joined: Wed Feb 22, 2006 12:04 pm
Location: Portugal
Contact:

Post by TyFun Team »

i guess u need to ask the engine programmers, but for that u need to pay a fee...
"...ruleZ are made to break, gameZ are made to mod..."
User avatar
QuestOfDreams
Site Admin
Posts: 1520
Joined: Sun Jul 03, 2005 11:12 pm
Location: Austria
Contact:

Post 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.
User avatar
QuestOfDreams
Site Admin
Posts: 1520
Joined: Sun Jul 03, 2005 11:12 pm
Location: Austria
Contact:

Post 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.
Post Reply