Board index » Present Evidence » Games

Page 62 of 131[ 5218 posts ]
Go to page Previous  1 ... 59, 60, 61, 62, 63, 64, 65 ... 131  Next
 


Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Let me see the whole code, so I can test here.

Also check if you didn't added a space in front of the command. AIGR 0.9.700 is still too strict about that.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Sat Aug 16, 2008 9:52 am

Posts: 20

The whole script is:


#include(pwlib/pwlib.hlsl)

[game]
jumptoscript("setup");

[setup]
runscript("pw_initpwlib");
runscript("pw_initpwbgs");
runscript("charcreation");
changetitle("PWLib Tutorial Game");
jumptoscript("run");

[charcreation]
runscript("pw_createema");

[run]
jumptoscript("enterscene1");

[enterscene1]
runscript("pw_usepwbgcourthall");
runscript("pw_showadvarrowmenu");
jumptoscript("scene1")

[scene1]
runscript("setlipsynctochar");
runscript("showpwchar");
runscript("pw_showmessagebox");
runscript("pw_enableemanormal");
runscript("pw_setnameboxtoema");
message("Yes!");
message("My name is Ema Skye");
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

On the line "jumptoscript("scene1")" you forgot the tail ";".
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Sat Aug 16, 2008 9:52 am

Posts: 20

aagh, thanks :godot:
good eyesight
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Tue Sep 23, 2008 4:05 pm

Posts: 29

I'm still kinda confused about how i should install the visual c++ redistribution package - i installed wine and still have to install directx, but ^ confuses me

Then i just open the aige program i transferred over through usb drive with wine and it will work, right? Thanks
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

When I installed the redistributable file, I just ran it with WINE.

With AIGE I just ran it with WINE as well. I don't run AIGE on the linux pcs anymore at the university because I have a notebook with Windows Vista now, but that was the way I did.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Tue Sep 23, 2008 4:05 pm

Posts: 29

KSA_Tech wrote:
When I installed the redistributable file, I just ran it with WINE.

With AIGE I just ran it with WINE as well. I don't run AIGE on the linux pcs anymore at the university because I have a notebook with Windows Vista now, but that was the way I did.


ok cool thanks i'll try it as soon as i can
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Eternal Lurker

Gender: Female

Location: Courtroom

Rank: Desk Jockey

Joined: Sun Jul 13, 2008 6:12 pm

Posts: 105

one quick question: now that you can put little movie clips in, could you use them in the middle of a case to make a "cutscene" of sorts? That would be awesome :D
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Yes, you can use the video support anywhere in a game.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Eternal Lurker

Gender: Female

Location: Courtroom

Rank: Desk Jockey

Joined: Sun Jul 13, 2008 6:12 pm

Posts: 105

Good, they should've made a cutscene for that one scene in 3-5 imo
I have so many ideas for my cases now ^_^
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Prosecutor

Joined: Fri Sep 05, 2008 9:18 pm

Posts: 821

The ACTUAL game engine doesn't support videos I think...
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

The Wright person for Justice seekers

Gender: Male

Rank: Suspect

Joined: Sat Dec 20, 2008 3:47 pm

Posts: 6

OK, Hola to all of you senors and bambinas out there! :jake:

I'm Justice_Wright! A new member!

(fanfares)

(Everyone else)
(silence) :payne:

Uhhhhhhh! Wright! I mean, right!

OK, enough with that.

Thing is, I've started using PWLib, but I'm getting this weird error message, which says

The command
main:jumptoscript("game");
couldn't be linked!
Check if the command wasn't mistyped
or if the linking is valid.

I tried to put #link in that main:jumptoscript("game"); line, but all I get in AIGE.exe is a black screen.

Help. Please.

What should I do?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

The jumptoscript is an internal command of AIGE, it can't be "not linked". The reason is that there might be an space in front of the line or something. The startup.aigehls file comes out of production 100% working, and the [main] function is defined in it.

Get the startup.aigehls from the core package and put it again over the older one. And when developing the game, try putting the file first on the auto folder before trying to use the manual method.

Also AIGE sometimes points the wrong function/line that an error came up. Check if in your [game] function everything is fine.

The preprocessor #link is only present on AIGE 0.9.800a, so it won't do anything on 0.9.700a.

---------------------------------------------
The GS engine up to GS3 was GBA tranported to DS, so I think that:
A) Capcom didn't want to add the video feature or
B) The codec used in GS4 wasn't available at the time (many games use the same one, such as some Castlevanias).
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Tue Sep 23, 2008 4:05 pm

Posts: 29

Ok i just transferred the pwlib files over to the ubuntu computer, installed directX 9 using a tutorial, and transferred over the visual studios redistribution package and installed it using wine, though it didn't seem to do much after i hit install...

but now when i try to start up the aige program, it comes up and freezes as soon as it starts, and then closes itself shortly afterwards- any advice? Thanks
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

The install directx working version was made by, if I recall well, Neon.
I, when tested it on the university pcs, didn't install DirectX on WINE.

Delete the .wine folder in your home and try running AIGE just with the redistributable installed. You will need to get the d3dx dll and put on the same folder as AIGE.exe.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Tue Sep 23, 2008 4:05 pm

Posts: 29

I installed directx using this:
http://howto.landure.fr/gnu-linux/insta ... using-wine

Then opened the redistribution installer through wine
Then the aige only brought up a white screen to freeze

So you're saying i should delete wine from my computer? or just the .wine from my home folder? Thanks - this is so close to working; i can't wait!

EDIT: Moved the d3dx.dll file to the pwlib file, but still no good
Also, there was no .wine folder/file in the home folder
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

The .wine folder is hidden on the home folder.

I recall trying with DirectX installed and it didn't work for me by the time. It was Neon Lemmy Koopa who tried and worked.

Also if the screen is white, check if you put the gfx in the folder.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Tue Sep 23, 2008 4:05 pm

Posts: 29

Whenever i deleted the .wine folder in home and tried to run aige, the .wine folder kept coming back - and i have no idea what you meant by the gfx lol sorry

I pm'd Neon, so hopefully he'll be able to shed some light on why this isn't working

Thanks again
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Yes, the .wine folder returns, it is where WINE keeps its files (like when you install the redistributable). Deleting it only reverts wine to the "fresh installed" state.

PWLib 1.1 comes with 2 packs: core and gfx. You need to get both for PWLib to work.

1.1 uses GFX 2.0 btw.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Tue Sep 23, 2008 4:05 pm

Posts: 29

Oh ok yeah i have that stuff - it still wont work though - now it won't even open up when i open it with wine... ugh...
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

At the university, I just used to install the redistributable and put the correct dll in the aige.exe folder for it to work.

If I recall, simple render failed on Wine, so I needed to use the Accelerated.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Tue Sep 23, 2008 4:05 pm

Posts: 29

How do you know which is the correct dll to use? And how do you use accelerated? Thanks
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

The correct dll is d3dx9_36.dll.

To use Accelerated: open config.cfg and change "Simple" to "Accelerated".
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

News:

- (AIGE) Finished transition to new z reference on objects (for 3D Support).
- (AIGE) Added controls for GList II.


Working on:
- (AIGE) Object Package (allows sending orders to many objects at once).
- (PWLib) Shinku
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

The Wright person for Justice seekers

Gender: Male

Rank: Suspect

Joined: Sat Dec 20, 2008 3:47 pm

Posts: 6

KSA_Tech
I put the script game.hlsl in the Auto folder, and I think the problem's solved.
Thanks a lot for your help.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Phoenix Forever!!

Gender: Male

Location: Londonderry, NH

Rank: Suspect

Joined: Fri Dec 19, 2008 11:53 pm

Posts: 15

So I've been using PW Case Maker but you can't finish a full case with it, so everybody's been telling me to use PWLib, but I can't find a simple way to download it. If anybody can simply tell me how to set it up on windows vista (a video would help) I would GREATLY apreciate it. PLEASE HELP ME!!!!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

- Download PWLib 1.1 core package and depack it to a folder.
- Download GFX 2.0 package and depack it to the folder you depacked the core package.
- Install the Microsoft Visual C++ 2005 SP1 Redistributable from http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en
- Get the d3dx9 dll from http://www.dll-files.com/dllindex/dll-files.shtml?d3dx9_36 and put on the same folder as AIGE.exe.
- Done.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Phoenix Forever!!

Gender: Male

Location: Londonderry, NH

Rank: Suspect

Joined: Fri Dec 19, 2008 11:53 pm

Posts: 15

Alright, I've got everything now but when I put the dll in the same folder as AIGE and run it, it still says that it missing that dll, any idea what is going on?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

It may be saying it needs a different version of the dll. I'm not sure if its 36 or 34.
Just in case, get this one: http://www.dll-files.com/dllindex/dll-files.shtml?d3dx9_34
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Phoenix Forever!!

Gender: Male

Location: Londonderry, NH

Rank: Suspect

Joined: Fri Dec 19, 2008 11:53 pm

Posts: 15

That was the problem, thanks so much for your help, I feel like an idiot it was so simple to setup.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

The Wright person for Justice seekers

Gender: Male

Rank: Suspect

Joined: Sat Dec 20, 2008 3:47 pm

Posts: 6

Um, I sort of have a new problem.

Thing is, I created separate .hlsl.txt files for each tutorial in PWLIB in a nutshell.

When I created a file for the evidence tutorial, and included it in the startup document, that file never got loaded in AIGE.exe

Instead, the previous file, which was the file for the tutorial on conversations, got loaded.

I tried deleting that conversation tutorial file, but AIGE.exe only rolled back to the script for the tutorial named Making a Monologue.

I tried to change the names of the functions of the evidence tutorial script, but it didn't work!

Nothing worked! I need help! :larry:
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

The reason is simple. You're including multiple files with the [game] function. Make sure that only one game function is present across all files included. Also all files inside the auto folder with extension .hlsl or .txt gets automatically included.

AIGE uses the first [game] function it finds.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

The Wright person for Justice seekers

Gender: Male

Rank: Suspect

Joined: Sat Dec 20, 2008 3:47 pm

Posts: 6

Right, I changed the main function to game. Now its working, but I'm still having a problem or two. runscript("setevidencepagessimple");
runscript("setnameboxtophoenix");

AIGE.exe says that it couldn't run the above two lines because they weren't found. What do you think could the problem be?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

The Wright person for Justice seekers

Gender: Male

Rank: Suspect

Joined: Sat Dec 20, 2008 3:47 pm

Posts: 6

Yeah, I managed to correct that setnameboxtophoenix error(turns out that I missed the pw_ part of the line.)

But the first error still stands!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Doubled s's. The correct one is runscript("setevidencepagesimple"); with a single s.

wrong: ...pagessimple");
right: ...pagesimple");
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Fri Dec 12, 2008 8:31 am

Posts: 12

I have a small question: How exactly do you save with PWLib?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Use runscript("pw_saveprogress");
I'll update the main screen on 1.2 to allow loading.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

News

- (AIGE) Added Object Package system.

Currently in the works:

- (PWLib) Shinku
- (PWLib) Main Screen load support on the continue button
- (AIGE) Special Feature
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

News

- (AIGE) Special Feature completed. Added Achievement System to AIGE.

Now that I'm finally on holidays, I can focus on PWLib and specially Shinku.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Sat Aug 16, 2008 9:52 am

Posts: 20

YES!! THANK YOU
Page 62 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 59, 60, 61, 62, 63, 64, 65 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

Who is online
Users browsing this forum: No registered users and 26 guests

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum
Jump to:  
cron
News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB

phpBB SEO