Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 16,232 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 6 of 6 1 2 3 4 5 6
Re: 2GEN Game Editor for 3D Gamestudio [Re: HeelX] #416452
01/31/13 17:07
01/31/13 17:07
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
the window which appears when i call engine_open (and it opens at least one time)
also i don't want to use static variables except for things that are really static (like the size of structs)


Visit my site: www.masterq32.de
Re: 2GEN Game Editor for 3D Gamestudio [Re: MasterQ32] #416466
01/31/13 18:24
01/31/13 18:24
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Originally Posted By: MasterQ32
the window which appears when i call engine_open (and it opens at least one time)
You don't need to open/close the whole engine to change levels. And who said that you have to use static variables?

Re: 2GEN Game Editor for 3D Gamestudio [Re: HeelX] #416469
01/31/13 18:33
01/31/13 18:33
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
because i need a way to check if the engine was already opened
or how would you store this state?


Visit my site: www.masterq32.de
Re: 2GEN Game Editor for 3D Gamestudio [Re: MasterQ32] #416473
01/31/13 18:46
01/31/13 18:46
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Originally Posted By: MasterQ32
because i need a way to check if the engine was already opened
or how would you store this state?
Why do you have to do this? Open the engine, load the editor and make a button "open level". When opening the level, load it in the engine instance. Later, unload the level with level_load(NULL) and reload the next with level_load("myCoolLevel.wmb") or a custom function for WMP parsing.

Re: 2GEN Game Editor for 3D Gamestudio [Re: HeelX] #416476
01/31/13 18:56
01/31/13 18:56
Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
MasterQ32 Offline
Expert
MasterQ32  Offline
Expert

Joined: Nov 2007
Posts: 2,568
Germany, BW, Stuttgart
but this isn't the way i want my expansion to work grin
i just want to associate a file type with my editor, visual studio manages opening, closing, movement, UI, ...
all i need to do is calling visual studio to show me the correct toolbar and properties
so i don't write an editor from scratch but expanding visual studio


Visit my site: www.masterq32.de
Page 6 of 6 1 2 3 4 5 6

Moderated by  aztec, Blink, HeelX 

Gamestudio download | 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