Posted By: HackerL
[newton]Newton screen! - 10/04/05 18:48
Do you now have to put other screen instead NEWTON!
Posted By: jweb
Re: [newton]Newton screen! - 10/04/05 19:36
Hi
what you mean with Newton Screen ?????
JWEB
Posted By: Daedelus
Re: [newton]Newton screen! - 10/04/05 19:54
I think he means the Newton splash screen..
There is a way to disable it. Check out the docs that come with it or the Newton forum. Its in one of those places.
Also, I believe that the screen is no longer mandatory as long as you mention Newton Game Dynamics somewhere in your credits.
Posted By: HackerL
Re: [newton]Newton screen! - 10/05/05 13:03
But if i want to set my own splash screen, i how to put newton logo in my splash screen or what!
Posted By: Sido1152
Re: [newton]Newton screen! - 10/05/05 14:08
i know how to disable the newton splashscreen
Posted By: Sido1152
Re: [newton]Newton screen! - 10/05/05 14:16
1. in the function NewtonShowLog at newton.wdl stands :
function NewtonShowLogo ()
{
var t;
t = 0;
}
2. in main function stands
NewtonAddMap(string_of_level,0);
Posted By: HackerL
Re: [newton]Newton screen! - 10/05/05 14:45
Thank you, all worked fine! But i wanted to change newton logo to my logo!
If you now again THANKS! But if not THANKS too! Because i can add logo in fullscreen, but better will be just change newton logo to my logo!
Posted By: Sido1152
Re: [newton]Newton screen! - 10/05/05 14:52
ok, stupit but if you want: go to newton.wdl and search the line
bmap newtonBimap = <newtonsplash.tga>; and for example your bitmap is bit1.bmp
write : bmap newtonBimap = <bit1.bmp>; and delete old line
Posted By: HackerL
Re: [newton]Newton screen! - 10/05/05 15:38
LOL he he! I am having the old error! Now car is'nt falling down anymore!
Look! Download! Please!What did i do wrong again!
maybe a "wait(5);" after the level load in your main function could help. it helped me too
Posted By: HackerL
Re: [newton]Newton screen! - 10/08/05 10:57
Did'nt work! I need NEWTON SPLASH screen change to MY splash screen, but when i did that CAR is'nt falling down! NOTHING HAPPENS!
Posted By: Asse
Re: [newton]Newton screen! - 10/10/05 18:11
I think the NGD-team won't be happy about this!
Posted By: HackerL
Re: [newton]Newton screen! - 10/10/05 18:36
I now! But in my game is NGD credits!
Posted By: poke_smot
Re: [newton]Newton screen! - 10/10/05 23:06
Newton checks the logo and if its modified won't start the simulation.
I think its a relic from when the logo was required.
I'm not positive the logo isn't required anymore, but I think I remember something about that, best for you to check and make sure.