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,574 guests, and 6 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
update 5 templates probelm ??? #93636
10/08/06 17:18
10/08/06 17:18
Joined: Sep 2006
Posts: 21
Luxembourg
poltergeistluxxx Offline OP
Newbie
poltergeistluxxx  Offline OP
Newbie

Joined: Sep 2006
Posts: 21
Luxembourg
hallo,
ich habe das update 5 jetzt installiert ich benutze die a6/commercial

so, das problem ist, dass
ich , wenn ich ein neues project mache, dann füge ich plbiped01 ein (templates)

dann natürlich zuweisen compilen und dann will ich starten doch es geht nicht ...

hier mal die log :

Log of A6 Engine 6.50.2 run at Sun Oct 08 19:10:27 2006
ADMIN_@POLTERGEISTLU on Windows NT/2000/XP version 5.1 Build 2600
Options mapname.wdl -nx 30 -diag

App C:\Programme\GStudio6\acknex.exe in C:\Dokumente und Einstellungen\ADMIN_@POLTERGEISTLU\Desktop\NEEEEEEEEEEEEEEW\
MM mixer opened
CD audio device opened
DSOUND device opened
DI interface opened
Start Window opened
GameStudio © Conitec . Dieburg . San Diego . www.3dgamestudio.com
A6 Engine - Commercial Edition V6.50.2 - Sep 29 2006
Development version - NOT FOR DISTRIBUTION
Registered to: YVES KOCH

Mouse found
SigmaTel Audio opened
NVIDIA GeForce 6800 pure T&L device 1ff9 detected
D3D device NVIDIA GeForce 6800 1ff9 selected
Compiling MAPNAME.WDL - [Esc] to abort....
< (camera1stPerson01_bit_check>cameraSelect_max_camera)>
camera1stPerson01.wdl 88:0 (): Parameter unknown cameraSelect_max_camera

< cameraSelect_max_camera=camera1stPerson01_bit_check>
camera1stPerson01.wdl 88:0 (): Parameter unknown cameraSelect_max_camera

< cameraSelect_valid_cameras |= camera1stPerson01_bit_check;>
camera1stPerson01.wdl 91:0 (): Keyword unknown cameraSelect_valid_cameras

< while(1) {>
camera1stPerson01.wdl 97:0 (): Parameter unknown while bad keyword in { }


< updated_b = 0;>
camera1stPerson01.wdl 98:0 (): Parameter unknown updated_b bad keyword in { }

Can't run MAPNAME.WDL
Error E1: Cancelled
Program aborted
Shutdown
Close window
Close log

Re: update 5 templates probelm ??? [Re: poltergeistluxxx] #93637
10/09/06 06:35
10/09/06 06:35
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
plBiped needs a list of other includes - they are listed in the manual:


gid01.wdl, plSelect.wdl, cameraTarget.wdl, miscInput01.wdl, plBipedInput01.wdl, bipedPhy01.wdl, bipedAnim01.wdl, bipedSnd01.wdl - are they all automatically included in your project or are some missing?

Re: update 5 templates probelm ??? [Re: jcl] #93638
10/10/06 09:00
10/10/06 09:00
Joined: Sep 2006
Posts: 21
Luxembourg
poltergeistluxxx Offline OP
Newbie
poltergeistluxxx  Offline OP
Newbie

Joined: Sep 2006
Posts: 21
Luxembourg
ok thx,
they are missed :'(

Last edited by poltergeistluxxx; 10/10/06 09:12.
Re: update 5 templates probelm ??? [Re: poltergeistluxxx] #93639
10/10/06 09:15
10/10/06 09:15
Joined: Sep 2006
Posts: 21
Luxembourg
poltergeistluxxx Offline OP
Newbie
poltergeistluxxx  Offline OP
Newbie

Joined: Sep 2006
Posts: 21
Luxembourg
i cant find these things what i can do ?

in my old project, there they are but when i start a new project, then they are missed ::-...- ??..-

____________________________________________________

wenn ich ein neues project machen will, dann sind diese nicht drin, ich kann plbiped01 rein machen, doch da kommen die anderen nicht

bei meine alten project (vor dem update 5 erstellt)
da sind sie alle drin ...

was kann man da machen ?

Re: update 5 templates probelm ??? [Re: poltergeistluxxx] #93640
10/10/06 10:15
10/10/06 10:15
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
I've tried it too and confirm this problem. This is a bug of the 6.50 project manager. As a workaround, please include the files manually, and copy them manually from the template_6\code folder into your work folder.

This will be fixed.

Re: update 5 templates probelm ??? [Re: jcl] #93641
10/10/06 11:49
10/10/06 11:49
Joined: Sep 2006
Posts: 21
Luxembourg
poltergeistluxxx Offline OP
Newbie
poltergeistluxxx  Offline OP
Newbie

Joined: Sep 2006
Posts: 21
Luxembourg
okay thx m8

Re: update 5 templates probelm ??? [Re: poltergeistluxxx] #93642
10/10/06 13:49
10/10/06 13:49
Joined: Sep 2006
Posts: 12
LUX
C
CCLDESTROYER Offline
Newbie
CCLDESTROYER  Offline
Newbie
C

Joined: Sep 2006
Posts: 12
LUX
as far as i remember this bug were in v 6.40.5 as well...
the bug with the projektmanager...
i made a project and it didn't include the fxgore.wdl

edit:
will there be a button to include other (custom) wdls too?
this could be very usable

Last edited by CCLDESTROYER; 10/10/06 13:57.
Re: update 5 templates probelm ??? [Re: jcl] #93643
10/10/06 15:47
10/10/06 15:47
Joined: May 2003
Posts: 567
Spain, Canary Islands
Felixsg Offline
User
Felixsg  Offline
User

Joined: May 2003
Posts: 567
Spain, Canary Islands
Quote:

I've tried it too and confirm this problem. This is a bug of the 6.50 project manager. As a workaround, please include the files manually, and copy them manually from the template_6\code folder into your work folder.

This will be fixed.




I try to include manually but not work


Moderated by  old_bill, Tobias 

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