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
1 registered members (TipmyPip), 18,633 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 2 of 2 1 2
Re: can´t load map II [Re: Damocles_] #290834
09/21/09 18:19
09/21/09 18:19
Joined: Nov 2008
Posts: 15
Germany
R
rrv094055036862 Offline OP
Warez kiddie
rrv094055036862  Offline OP
Warez kiddie
R

Joined: Nov 2008
Posts: 15
Germany
yeah I have Game Studio A7 Pro and using the Script Editor. So I think I use c-script. A Friend had edited this map with World Editor and I want to start this map

Re: can´t load map II [Re: rrv094055036862] #290867
09/22/09 00:58
09/22/09 00:58
Joined: Nov 2008
Posts: 15
Germany
R
rrv094055036862 Offline OP
Warez kiddie
rrv094055036862  Offline OP
Warez kiddie
R

Joined: Nov 2008
Posts: 15
Germany
I have start a new script file and when I set the command to load the map in function main than it works fine but so:

#include <acknex.h>
#include <default.c>

BMAP* first_pcx = "first.pcx";
BMAP* schriftzug = "schriftzug.pcx";
BMAP* cursor = "cursor.pcx";

PANEL* first_pan = // my first panel
{
pos_x = 0;
pos_y = 0;
layer = 1;
bmap = first_pcx;
}

PANEL* schriftzug_pan =
{
pos_x = 80;
pos_y = 380;
layer = 2;
bmap = schriftzug;
button (1,1, "schriftzug.pcx", "schriftzug.pcx", "schriftzug.pcx", castel, NULL, NULL);
}

function main()
{
mouse_map = cursor;
video_mode = 8;
video_screen = 1;
first_pan.flags |= VISIBLE;
schriftzug_pan.flags |= OVERLAY | VISIBLE;
}

function castel()
{
level_load("Level.wmb");
wait(1);
}


it also doesn´t work. Game will be started and I see the button but nothing happens when I click on it

Re: can´t load map II [Re: rrv094055036862] #290871
09/22/09 02:50
09/22/09 02:50
Joined: Sep 2003
Posts: 929
Spirit Offline

Moderator
Spirit  Offline

Moderator

Joined: Sep 2003
Posts: 929
Quote:
Q: Help! Your Gamestudio software is very buggy. The camera behaves strange, collision detection doesn't work properly, and WED often can't start my level.
A: You might be the proud owner of one of the two beta versions that leaked to the warez scene: 6.20 and 7.05. Both were early beta versions and don't work reliably as you probably noticed. Sometimes the version number is patched for letting them appear as different versions. Please contact Support for getting a working, legal Gamestudio version. We won't prosecute you as long as you don't distribute the illegal version further, or publish anything created with it. If you do, it can become expensive ($900 per distributed copy, plus legal fees). If you're short on money, just download Gamestudio / lite-C - it's legal and free.

Maybe this answers your question?

Re: can´t load map II [Re: Spirit] #290872
09/22/09 03:00
09/22/09 03:00
Joined: Nov 2008
Posts: 15
Germany
R
rrv094055036862 Offline OP
Warez kiddie
rrv094055036862  Offline OP
Warez kiddie
R

Joined: Nov 2008
Posts: 15
Germany
e

Last edited by rrv094055036862; 09/22/09 03:27.
Re: can´t load map II [Re: rrv094055036862] #290873
09/22/09 03:02
09/22/09 03:02
Joined: Sep 2003
Posts: 929
Spirit Offline

Moderator
Spirit  Offline

Moderator

Joined: Sep 2003
Posts: 929
No, lite-C has no WED, only MED. Its for model or terrain based levels only. You need a real gamestudio version for loading WMB levels.

Page 2 of 2 1 2

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

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