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
4 registered members (NewbieZorro, Grant, TipmyPip, AndrewAMD), 13,040 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 3 1 2 3
Re: sky [Re: Doug] #112436
02/23/07 21:04
02/23/07 21:04
Joined: May 2006
Posts: 398
Bot190 Offline OP
Senior Member
Bot190  Offline OP
Senior Member

Joined: May 2006
Posts: 398
using another test lvl i have, it doesn't work either. you followed the same steps i used right?


Wait, there isn't a "Make My Game Now" button?
Re: sky [Re: Bot190] #112437
02/26/07 21:40
02/26/07 21:40
Joined: Jul 2000
Posts: 8,973
Bay Area
Doug Offline
Senior Expert
Doug  Offline
Senior Expert

Joined: Jul 2000
Posts: 8,973
Bay Area
This is what I did:

WED: file->new, object->hollow cube, default texture
Properties: <blocks> Sky.
Build and Run: blue sky (background color).

Project Manager: WalkThru_Project.
Add: Basic Sky (01)
Run: Sky Cube.

Quote:


Project Manager: 1.8
Template: Template 6
Type: WDL Script
Date: 061011
Vers: 6.7
Req: 6.50.0

Main Script: C:\Documents and Settings\Doug\My Documents\Projects GStudio\TESTSKY\testsky.wdl

gid01.wdl (5.0) (061011)
display00.wdl (5.0) (061011)
plSelect.wdl (5.0) (061011)
cameraTarget.wdl (5.0) (061011)
miscInput01.wdl (5.0) (061011)
plBipedInput01.wdl (5.0) (061011)
bipedPhy01.wdl (5.0) (061011)
bipedAnim01.wdl (5.0) (061011)
bipedSnd01.wdl (5.0) (061011)
plBiped01.wdl (5.0) (061011)
cameraSelect.wdl (5.0) (061011)
camera1stPerson01.wdl (5.0) (061011)
sky01.wdl (5.0) (061011)






Conitec's Free Resources:
User Magazine || Docs and Tutorials || WIKI
Re: sky [Re: Doug] #112438
03/02/07 20:44
03/02/07 20:44
Joined: May 2006
Posts: 398
Bot190 Offline OP
Senior Member
Bot190  Offline OP
Senior Member

Joined: May 2006
Posts: 398
ok after following your directions it works, but the player doesn't move... i added a player model and gave it the player action. any ideas? the model plays the walk aanimation but doesn't move.
ps i was gone all week.


Wait, there isn't a "Make My Game Now" button?
Re: sky [Re: Bot190] #112439
03/15/07 10:40
03/15/07 10:40
Joined: May 2006
Posts: 398
Bot190 Offline OP
Senior Member
Bot190  Offline OP
Senior Member

Joined: May 2006
Posts: 398
any help? i would like to get this resolved.


Wait, there isn't a "Make My Game Now" button?
Re: sky [Re: Bot190] #112440
03/15/07 18:04
03/15/07 18:04
Joined: Jul 2000
Posts: 8,973
Bay Area
Doug Offline
Senior Expert
Doug  Offline
Senior Expert

Joined: Jul 2000
Posts: 8,973
Bay Area
Sounds like the player can't find the ground in his/her world.

Make sure your sky is a hollow cube. Also make sure you give your player something to walk on other than sky (place another block in the level for the ground).


Conitec's Free Resources:
User Magazine || Docs and Tutorials || WIKI
Re: sky [Re: Doug] #112441
03/15/07 20:24
03/15/07 20:24
Joined: May 2006
Posts: 398
Bot190 Offline OP
Senior Member
Bot190  Offline OP
Senior Member

Joined: May 2006
Posts: 398
the sky is a hollow cube, i placed another block for her to walk on, and it still doesn't work.


Wait, there isn't a "Make My Game Now" button?
Re: sky [Re: Bot190] #112442
03/16/07 17:42
03/16/07 17:42
Joined: Jul 2000
Posts: 8,973
Bay Area
Doug Offline
Senior Expert
Doug  Offline
Senior Expert

Joined: Jul 2000
Posts: 8,973
Bay Area
Okay, "Sanity Check" time. I'm going to go over some common problems here. Some of them will sound really basic, but don't get offended (I make all these mistakes from time-to-time myself ).

I assume you followed the steps I did above.
I also assume you have added a working A6 model to the level (i.e. sf_women.mdl).
Make sure you've attached the "PlBiped01" action to her.
- Select the model (should be red).
- Right-click and select "Properties"
- Make sure the "Action" field says "PlBiped01".

Make sure there are no other "PlBiped01" entities in the level.

Build the level and run.


Conitec's Free Resources:
User Magazine || Docs and Tutorials || WIKI
Re: sky [Re: Doug] #112443
03/16/07 20:30
03/16/07 20:30
Joined: May 2006
Posts: 398
Bot190 Offline OP
Senior Member
Bot190  Offline OP
Senior Member

Joined: May 2006
Posts: 398
ok this is annoying, it still doesn't work, i have done everything you've said, except im using the cbabe model, but that shouldn't matter.


Wait, there isn't a "Make My Game Now" button?
Re: sky [Re: Bot190] #112444
03/19/07 18:43
03/19/07 18:43
Joined: Jul 2000
Posts: 8,973
Bay Area
Doug Offline
Senior Expert
Doug  Offline
Senior Expert

Joined: Jul 2000
Posts: 8,973
Bay Area
The cbabe model works as well.

If you remove the sky block does everything work correctly?

My guess is that this is a simple procedure error but I can't tell what is missing. Make sure to start with a new project just so we can rule out other factors.


Conitec's Free Resources:
User Magazine || Docs and Tutorials || WIKI
Re: sky [Re: Doug] #112445
03/20/07 00:15
03/20/07 00:15
Joined: May 2006
Posts: 398
Bot190 Offline OP
Senior Member
Bot190  Offline OP
Senior Member

Joined: May 2006
Posts: 398
ok now what the heck, i remove the sky block and build and run it, it still shows the sky. and no it doesn't help.


Wait, there isn't a "Make My Game Now" button?
Page 2 of 3 1 2 3

Moderated by  HeelX, rvL_eXile 

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