Gamestudio Links
Zorro Links
Newest Posts
Executing Trades on Next Bar Open
by Zheka. 06/20/24 14:26
Lapsa's very own thread
by rki. 06/19/24 11:27
A simple game ...
by VoroneTZ. 06/18/24 10:50
Face player all the time ...
by bbn1982. 06/18/24 10:25
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, degenerate_762), 1,213 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mino, squik, AemStones, LucasJoshua, Baklazhan
19061 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
[NEWTON] funktioniert nicht #103816
12/23/06 19:02
12/23/06 19:02
Joined: Mar 2006
Posts: 19
B
Black_Jack Offline OP
Newbie
Black_Jack  Offline OP
Newbie
B

Joined: Mar 2006
Posts: 19
Ich habe mir newton heruntergeladen habe die include befelszeilen eingegeben aber 3dgs zeigt mir beim starten des Levels Haufen fehler an könnte mir bitte mal jemand auf Deutsch alles schrittweise erklären weil ich es im Toturial nicht so richtig verstanden habe danke im voraus

Re: [NEWTON] funktioniert nicht [Re: Black_Jack] #103817
12/23/06 20:56
12/23/06 20:56
Joined: Aug 2003
Posts: 511
Hilden in Germany
RobH Offline
User
RobH  Offline
User

Joined: Aug 2003
Posts: 511
Hilden in Germany
Du mußt folgende Zeilen in dein Main-Script eintragen:
string level_str = <dein Levelname.WMB>; // give file names in angular brackets
string newtonLevel_cls=<dein Levelname.cls>;

Und in dein Load Level dieses:
// now load the level
level_load(level_str);
ifdef USE_NEWTON_GAME_DYNAMICS;
wait(1);
dll_handle=newtonHandle;
NewtonAddMap(level_str,0);
endif;

Zusätzlich muß die Newton.dll in das Acknex_plugin - Folder kopiert werden. Die Newton.wdl und mindestens newtonsrcipt2.wdl müssen included werden. Das sollte eigentlich alles gewesen sein.


Moderated by  HeelX, Spirit 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1