Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
6 registered members (AndrewAMD, Ayumi, degenerate_762, 7th_zorro, VoroneTZ, HoopyDerFrood), 1,268 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
LucasJoshua, Baklazhan, Hanky27, firatv, wandaluciaia
19053 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
i know im an extreem noob #205512
05/06/08 23:11
05/06/08 23:11
Joined: Feb 2008
Posts: 87
O
OblivionDrake Offline OP
Junior Member
OblivionDrake  Offline OP
Junior Member
O

Joined: Feb 2008
Posts: 87
If you read my post in MED/WED forum you know im having trouble with the WED run comand (and if you didnt now you know). since i was having trouble with that i desided to try and test out my lvl in SED but ran into a proble every time it try to debug run or test run i get this message

Main script not found-check Preferences

this is my script anyone know whats wrong?

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

void main()
{
level_load (first lvl.wmp);
}

Re: i know im an extreem noob [Re: OblivionDrake] #205515
05/06/08 23:19
05/06/08 23:19
Joined: Aug 2007
Posts: 44
QLD, Australia
Serex Offline
Newbie
Serex  Offline
Newbie

Joined: Aug 2007
Posts: 44
QLD, Australia
You need to set your current project, go to options then preferences, then select your .c file and try run it again

Re: i know im an extreem noob [Re: Serex] #205516
05/06/08 23:21
05/06/08 23:21
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
or select use current file for test run option.


3333333333
Re: i know im an extreem noob [Re: Serex] #205517
05/06/08 23:34
05/06/08 23:34
Joined: Feb 2008
Posts: 87
O
OblivionDrake Offline OP
Junior Member
OblivionDrake  Offline OP
Junior Member
O

Joined: Feb 2008
Posts: 87
again sorry for being noob but in preferences window i browsed the preferences and only saw .c files for the Lite-C workshop. So im guessing i have to make my own some how?

my only thought is that i save my script and it becomes a .c file is that right?

Re: i know im an extreem noob [Re: OblivionDrake] #205521
05/06/08 23:39
05/06/08 23:39
Joined: Feb 2008
Posts: 87
O
OblivionDrake Offline OP
Junior Member
OblivionDrake  Offline OP
Junior Member
O

Joined: Feb 2008
Posts: 87
replying to Quadraxas:
isnt the test run option the button with the black arrow?
cause if so thats the one i tried and got the message i posted about above.

Re: i know im an extreem noob [Re: OblivionDrake] #205522
05/06/08 23:42
05/06/08 23:42
Joined: Feb 2008
Posts: 87
O
OblivionDrake Offline OP
Junior Member
OblivionDrake  Offline OP
Junior Member
O

Joined: Feb 2008
Posts: 87
ok now looking at the lite-c workshop again im guessing that .c files are saved SED files the only problem is that my file wont save anywere

Re: i know im an extreem noob [Re: OblivionDrake] #205532
05/07/08 02:47
05/07/08 02:47
Joined: Feb 2008
Posts: 87
O
OblivionDrake Offline OP
Junior Member
OblivionDrake  Offline OP
Junior Member
O

Joined: Feb 2008
Posts: 87
ok i got my file to save and when i try to test run it and it now almost runs gets to the white screen were everything starts to calculate and whatever else it does then stops and says

Parameter unknown void bad keyword in {}

Parameter unknown level_load bad keyword in {}

says its a script error but its the exact script I show in first post.
Whats wrong with that script?

Re: i know im an extreem noob [Re: OblivionDrake] #205540
05/07/08 06:48
05/07/08 06:48
Joined: Aug 2005
Posts: 1,558
HK
V
vlau Offline
Serious User
vlau  Offline
Serious User
V

Joined: Aug 2005
Posts: 1,558
HK
Try to compile your level : "first lvl.wmp" to "first lvl.wmb"
then change the line : level_load(first lvl.wmp) to
level_load("first lvl.wmb"); // include the quotation mark!

Re: i know im an extreem noob [Re: vlau] #205543
05/07/08 07:14
05/07/08 07:14
Joined: Mar 2006
Posts: 1,993
Karlsruhe
PadMalcom Offline
Serious User
PadMalcom  Offline
Serious User

Joined: Mar 2006
Posts: 1,993
Karlsruhe
Don't be sorry for being a noob, better be sorry for giving your topics stupid titles. Whenever someone else has the same problem he will never find this answer...

Re: i know im an extreem noob [Re: OblivionDrake] #205682
05/07/08 23:09
05/07/08 23:09
Joined: Feb 2008
Posts: 87
O
OblivionDrake Offline OP
Junior Member
OblivionDrake  Offline OP
Junior Member
O

Joined: Feb 2008
Posts: 87
i did what vlau suggested but got the same result heres a pic of the message if that helps



Page 1 of 2 1 2

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

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