How Can Remove Genesis3d Logo From begining of My Game...
can any one help me ...
about genesis3d Logo
- TyFun Team
- Posts: 6
- Joined: Wed Feb 22, 2006 12:04 pm
- Location: Portugal
- Contact:
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
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;
http://www.genesis3d.com/faq.php#RemoveLogo4.2. You may not:
(a) remove, alter, obscure, or modify in any way the appearance or
operation of the Genesis3D logo;
Another way would be to replace geEngine_SetDriverAndMode with geEngine_SetDriverAndModeNoSplash in the RF code.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.
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
maybe the DONT_DO_SPLASH flag is also commented in the geEngine_SetDriverAndMode function, I can't remember from the top of my headhello
I removed Logo from genesis Library and compiled Rf code , but when I run My demo
the logo is appearing again....
see the post aboveQ.what should I change in RF code to remove Genesis Logo from begining of my RF Demo
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.