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
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (AndrewAMD, Akow), 1,371 guests, and 10 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19055 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 4 1 2 3 4
Re: menu and level load issue... [Re: Blink] #319453
04/15/10 02:30
04/15/10 02:30
Joined: Apr 2005
Posts: 1,988
Canadian, Eh
DLively Offline
Serious User
DLively  Offline
Serious User

Joined: Apr 2005
Posts: 1,988
Canadian, Eh
technically your first level is your first level.

your menu is your menu.


your script can contain both - But I see how you've got it set up - so your menu script will be run on your menu level - so when you load your first level, it loads another script, which is where all your actions should be.

I can't see your code or your project so its tough to say where your problem is.


A8 Pro 8.45.4
YouTube: Create Games For Free
Free Resources: www.CGForFree.com
Re: menu and level load issue... [Re: DLively] #319454
04/15/10 03:01
04/15/10 03:01
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline OP

Expert
Blink  Offline OP

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
well, the first level is packed with all of the includes, so i dont understand when it loads, why they arent there.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: menu and level load issue... [Re: Blink] #319456
04/15/10 03:08
04/15/10 03:08
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline OP

Expert
Blink  Offline OP

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
if anyone has any suggestions i would be greatful. this is the last issue so i can finally complete my project.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: menu and level load issue... [Re: Blink] #319581
04/15/10 22:09
04/15/10 22:09
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline OP

Expert
Blink  Offline OP

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
maybe someone has a solution? i tried modifying supermenu from AU, i got errors from emre's template, and i tried using the menu's from various AUM's, unfortunately, i kept having issues. i just need a simple menu so when you press start, it plays a movie, then loads the first level. i have the menu and it plays a movie, but when it goes to load the level, certain scripts are missing. i hope this is clear. i posted the code earlier. i can really use a hand.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: menu and level load issue... [Re: Blink] #319586
04/15/10 22:58
04/15/10 22:58
Joined: Oct 2006
Posts: 470
Balkan
Ganderoleg Offline
Senior Member
Ganderoleg  Offline
Senior Member

Joined: Oct 2006
Posts: 470
Balkan
This is just a wild guess but here is the problem that I had with my player actions:

When exiting from one & entering into the second level, at the very beginning(loading) of the second level, my player had to be placed near the doors that he has just entered, and the level had three doors. So the player xyz had to be determined by the xyz of the doors BUT the door mdl's were placed in WED after the player mdl so the engine always issued an error message that he can't find the doors xyz & therefore can't place the player to the wanted position. Once I deleted the player mdl file from WED and re-loaded him to be after the door mdl files everything worked out.

If I told you something that you already know: sorry crazy Just trying to help.


>>Demos free3DModels Tutorials<<
>>>>>>> by Pavle Nikolic <<<<<<<

Re: menu and level load issue... [Re: Ganderoleg] #319600
04/16/10 02:09
04/16/10 02:09
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline OP

Expert
Blink  Offline OP

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Thanks, no my problem must be with my menu somehow. it works the way it should, and even plays the movie fine, but when its time to load the level i have an issue. none of the actions are there when the level actually loads. maybe it how i am loading the level. i am using the templates and original code for the menu. maybe i have to load the level the way the templates do? i dont know, its driving me crazy.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: menu and level load issue... [Re: Blink] #319602
04/16/10 02:30
04/16/10 02:30
Joined: Apr 2005
Posts: 1,988
Canadian, Eh
DLively Offline
Serious User
DLively  Offline
Serious User

Joined: Apr 2005
Posts: 1,988
Canadian, Eh
perhaps the names of the actions have been changed in level 1's script, so if player_act is changed to player_acts in the script, but is still player_act in WED, it wont recognize what action you are trying to tell it to use.


A8 Pro 8.45.4
YouTube: Create Games For Free
Free Resources: www.CGForFree.com
Re: menu and level load issue... [Re: Blink] #319603
04/16/10 02:47
04/16/10 02:47
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline OP

Expert
Blink  Offline OP

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
ok...here is the solution. i discovered it after i read my last post. i had to set up my menu just like the dummy level. i need to set a path so the scripts will be found, i had to include all of the scripts needed, and i had to set up the level string the same way. it works perfectly!


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: menu and level load issue... [Re: Blink] #319652
04/16/10 12:31
04/16/10 12:31
Joined: Apr 2005
Posts: 1,988
Canadian, Eh
DLively Offline
Serious User
DLively  Offline
Serious User

Joined: Apr 2005
Posts: 1,988
Canadian, Eh
good to hear you finally got it solved, Blink.


A8 Pro 8.45.4
YouTube: Create Games For Free
Free Resources: www.CGForFree.com
Re: menu and level load issue... [Re: DLively] #319654
04/16/10 13:02
04/16/10 13:02
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline OP

Expert
Blink  Offline OP

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
yes, i had to step away and clear my head, but i got it.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Page 2 of 4 1 2 3 4

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