Board index » Present Evidence » Games

Page 47 of 131[ 5216 posts ]
Go to page Previous  1 ... 44, 45, 46, 47, 48, 49, 50 ... 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

Serio, are you sure both vars exist on the scope? I checked on pwlib code and larger is correct.
You can check if the compare "method" is wrong by looking for this on the log: "<Script Error> In compare function: unrecognized compare format."

I was so worked up with AIGE's render fix that i didn't work on a better Incorrect Signature messaging. Some of the messages are even wrong (reporting wrong command names).

Some drivers are crappy (specially MS ones, those are horrible), so updating to the latest is recommend in ANY occasion.
Also try to post the video card witch the issue happened, and a screenshot if the update made the issue go away.
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

you are already guilty.

Gender: None specified

Rank: Decisive Witness

Joined: Thu Apr 17, 2008 9:30 am

Posts: 151

well there's no error in the log, so i'm not sure what causes it.

the code i use is
Code:
[bar_reduce]
definevar([lifebarfx],"int");
definevar([lifebardamage],"int");
setvar([lifebarfx],0);
setvar([lifebardamage],[pw_lifeflash]);
jumptoscript("bar_reducing");
[bar_reducing]
runscript("pw_hidelifebar");
modifyvar([lifebarfx],"add",1);
modifyvar([pw_lifeflash],"subtract",1.0);
modifyvar([pw_lifecurrent],"subtract",1.0);
if(<compare([pw_lifecurrent],"smallerequal",1)>,<jumptoscript("crossstart")>,<null()>);
runscript("pw_showlifebar");
wait(0);
if(<compare([lifebarfx],"larger",[lifebardamage])>,<null()>,<jumptoscript("bar_reducing")>);


it requires a
Code:
setvar([pw_lifeflash],*damage number*);

to set how much damage does a wrong choice cause and
Code:
runscript("bar_reduce");

to run the animation of the lifebar slowly depleting. the code's probably largely unoptimised and could be done better, but it works for what i intended it to be.


also is it possible to stop the case selector from forgetting all the progress upon exit? as it is now, it resets every time i close, so i have to unlock the cases each time i start it.
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

You're defining the var as local, and trying to access it on another function, out of the scope.

As i tested here, the Case Selection automatically saves the cleared cases. The epiclick part contains the save call.

Calling pw_savecasecleared saves the cases cleared.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788


Last edited by KSA_Tech on Mon Sep 15, 2008 9:08 pm, edited 1 time in total.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

Serio wrote:
to run the animation of the lifebar slowly depleting. the code's probably largely unoptimised and could be done better, but it works for what i intended it to be.


also is it possible to stop the case selector from forgetting all the progress upon exit? as it is now, it resets every time i close, so i have to unlock the cases each time i start it.

1 - I would LOVE a copy of the script of how you do it ( And I could possibly suggest improvements ) once you complete the lifebar deplete.

2 - As KSA said, runscript("pw_endcase"); to end the case "appropriately" so that the case selection then does the "You have cleared the case!" I cannot give any more support then that as I have no idea what KSA has done in the save code.
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
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

Some PWLib new stats

PWLib Hayase 1.0: 329 downloads
PWLib Hayase 1.0a: 311 downloads
PWLib Hayase 1.0b: 463 downloads
PWLib Hayase 1.1: 121 downloads
Total: 1224 downloads

Serio, if you do something that's nice, you can talk to me so I add it to PWLib core.

-Note: AIGE won't support DirectX 8 or OpenGL rendering yet. There is a big refactoring i need to do in the Graphic Engine for 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
User avatar

Checkmate!

Gender: Male

Location: Earth

Rank: Suspect

Joined: Sun Apr 06, 2008 6:47 pm

Posts: 31

i have a problem
when i try and open PWLib or aige it comes up with "This application has failed to start because d3dx9_34.dll was not found. Re-installing the application may fix this."

i've tried re-installing it and i have installed divex or whatever. can anybody help me?

EDIT: btw this is the 2nd computer i've tried to install this on and i've had the same problem. also one is vista and one is XP.
ImageImage
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Gender: Female

Rank: Suspect

Joined: Sun Sep 14, 2008 8:05 pm

Posts: 23

Serio wrote:
good to hear. did it fix the blocky stretched graphics too?

Yes, the stretched block affect is gone.

KSA_Tech wrote:
Some drivers are crappy (specially MS ones, those are horrible), so updating to the latest is recommend in ANY occasion.
Also try to post the video card witch the issue happened, and a screenshot if the update made the issue go away.


I can't seem to find what version of my drivers I had before. I do know that it was SiS.
The version I updated to is SiS VGA Utilities V3.85
Here's the site for peeps who need new drivers for SiS
http://www.sis.com/

And a "how to" for those who have no clue how to find/install these drivers (like I did): http://www.positech.co.uk/support/videocards.html

Snapshots to show the difference. First=Before, Second=After.

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

Someone. Isn't that enough for you?

Gender: Male

Location: Somewhere

Rank: Suspect

Joined: Sat Sep 06, 2008 5:42 pm

Posts: 49

Contradiction wrote:
i have a problem
when i try and open PWLib or aige it comes up with "This application has failed to start because d3dx9_34.dll was not found. Re-installing the application may fix this."

i've tried re-installing it and i have installed divex or whatever. can anybody help me?

EDIT: btw this is the 2nd computer i've tried to install this on and i've had the same problem. also one is vista and one is XP.


Try searching the file on the internet and downloading it. Also KSA said he was going to include the file in 1.1 but i don't know why he didn't.
Image
Image
Awesome sig done by Caelestis!
Avatar from Croik!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

Contradiction wrote:
i have a problem
when i try and open PWLib or aige it comes up with "This application has failed to start because d3dx9_34.dll was not found. Re-installing the application may fix this."

i've tried re-installing it and i have installed divex or whatever. can anybody help me?

EDIT: btw this is the 2nd computer i've tried to install this on and i've had the same problem. also one is vista and one is XP.
d3dx9_34.dll Obtain it from this link (It's a known and safe DLL file distributor. Then put it into the AIGE folder.
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Tue Sep 16, 2008 12:33 am

Posts: 4

Heya. I have a problem here. I decided to try this out, but even though I did everything right. I get a error saying this:

<Scritp> Warning! Couldn't jumping to scritp "game" because it couldn't be found!
scritps/startup.aigehls:25
when running in primary mode
main:jumptoscript("game");

This is what I had for Tutogame and startup:

Tutogames:

#include(pwlib/pwlib.hlsl)

[game]
runscript("pw_initpwlib");
waitresponse();

startup:

// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

//This file is the entrypoint file for any AIGE game: startup.aigehls
//First we include the game's starting script
//#include(Tutogame.hlsl)

//Just like most languages, an entrypoint function is defined. In AIGE HLSL this function is [main]
//You're not obligated to put the main function in this file, but it is recommended to do so.
[main]
//Render and Process System Events to protect not found scripts
render();
processsystemevents();
//We are jumping to the function game that must be present on the game's files. (using runscript here isn't recommended)
jumptoscript("game");
waitresponse();

Any help would be appriciated.
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

I decided not to include to avoid Microsoft complains. I will include the link on the first post of the topic, for reference.

@Klavier22:
on //#include(Tutogame.hlsl) remove the //
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 16, 2008 12:33 am

Posts: 4

Thank you. I have another question to bring up. I've been following your tutorial and I got to this.

#include(pwlib/pwlib.hlsl)

[game]
runscript("pw_initpwlib");
runscript("pw_initpwbgs");
runscritp("pw_createema");
changetitle("Turnabout Troubles");
jumptoscript("run");

[run]
runscript("showpwchar");
runscript("pw_showmessagebox");
runscript("pw_usepwbgcourthall");
runscript("pw_setnameboxtoema");
runscript("setlipsynctochar");
runscript("pw_enableemanormal");
runscript("pw_showadvarrowmenu");
Message("Yes!);
Message("My name is Ema Skye!");

Now the GFX 2.0 I am downloading right now...will that have to be used to make the game work? And if yes, where would I put it?
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 GFX 2.0 has two folders: PW and sounds. Just put them on the same folder as AIGE.exe.

-------------------------
Roadmap for AIGE and PWLib
-Finish parameter-based custom commands
-Implement #link preprocessor -> #link(func,customcmd) (the #define might spawn from this)
-Start developing "PWLib Simpler Command Set" (the 1st step towards an editor for pwlib too)
-Work on the idea of playlists for music playback
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 16, 2008 12:33 am

Posts: 4

Ahh thanks. You are very helpful. Going give it a second try once the gfx is done downloading, which is about halfway, then if I encounter problems, you know where i'll post. :kyouya:
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Luke: Layton's #1 Apprentice

Gender: Male

Location: United Kingdom

Rank: Bug Sweeper

Joined: Fri May 30, 2008 4:19 pm

Posts: 365

Since interest in PWLib has heightened up again (and a new release has come out), I will be resuming work on my PWLib installer and Case Packer/Extractor.

=D
Web developer by night, school student by day. That's how I roll.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

you are already guilty.

Gender: None specified

Rank: Decisive Witness

Joined: Thu Apr 17, 2008 9:30 am

Posts: 151

Quote:
2 - As KSA said, runscript("pw_endcase"); to end the case "appropriately" so that the case selection then does the "You have cleared the case!" I cannot give any more support then that as I have no idea what KSA has done in the save code.

yeah, i know. i only tried running the default thing in the examples folder (and added my own case i made with the tutorial as case #3), and it didn't work right. the case cleared values were set and worked as long as i was in the program, but once i quit and restarted the values were erased, or at least not read at all.

do i need to define some special variable reading thing at the beginning of the startup file or something?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

Serio wrote:
Quote:
2 - As KSA said, runscript("pw_endcase"); to end the case "appropriately" so that the case selection then does the "You have cleared the case!" I cannot give any more support then that as I have no idea what KSA has done in the save code.

yeah, i know. i only tried running the default thing in the examples folder (and added my own case i made with the tutorial as case #3), and it didn't work right. the case cleared values were set and worked as long as i was in the program, but once i quit and restarted the values were erased, or at least not read at all.

do i need to define some special variable reading thing at the beginning of the startup file or something?
As far as I understand, the demoscript I gave KSA (the one you see provided with PWLib 1.1) does not initiate save/loading.
Obviously this is because I did not know how it would be done.
Some poking around the PWLib files reveals;

runscript("pw_initsaveload"); // Initializes and allows saving
runscript("pw_allowsaving"); // Allows saving
runscript("pw_disallowsaving"); // Disallows saving

simply putting the initsaveload into the casesel.hlsl demo (I put it in beneath pw_initpwbgs) got it to allow me to select case 1/2 after closing the game down (after I completed the first case)
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

you are already guilty.

Gender: None specified

Rank: Decisive Witness

Joined: Thu Apr 17, 2008 9:30 am

Posts: 151

Quote:
simply putting the initsaveload into the casesel.hlsl demo (I put it in beneath pw_initpwbgs) got it to allow me to select case 1/2 after closing the game down (after I completed the first case)
hmm. well, i tried to do that, but the variable loading upon start still doesn't seem to work.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

Serio wrote:
Quote:
simply putting the initsaveload into the casesel.hlsl demo (I put it in beneath pw_initpwbgs) got it to allow me to select case 1/2 after closing the game down (after I completed the first case)
hmm. well, i tried to do that, but the variable loading upon start still doesn't seem to work.
As you sure the code is as thus?
Spoiler: casesel.hlsl
#include(pwlib\pwlib.hlsl)
[pw_usepwlogo]

[game]
definekey("key_lclick",<null()>);
runscript("pw_initpwlib");
runscript("pw_initpwbgs");
runscript("pw_initsaveload");
setvar([pw_titlescript],"titlepage");
setvar([pw_episodepath],"episode/");
setvar([pw_episodes],2);
runscript([pw_titlescript]);

[titlepage]
changetitle("PWLib: Case Selection");
runscript("pw_showmain");
waitresponse();
runscript("pw_hidemain");
setbgsize(0,0);
jumptoscript("casemenu");

[casemenu]
runscript("pw_caseselect");
waitresponse();

[begin_case1]
runscript("case1_setup");

[case1_setup]
runscript("pw_createpayne");
jumptoscript("case1_begin");

[case1_begin]
runscript("pw_showadvarrowmenu");
runscript("pw_showprosecutorstand");
runscript("pw_enablepaynenormal");
runscript("pw_setnameboxtopayne");
runscript("pw_showmessagebox");
runscript("showpwchar");
runscript("setlipsynctochar");
message("I am here to tell you,\nYour Honor, that this is\nCase 1.");
runscript("pw_hidemessagebox");
placefadescreen(40,"I");
wait(40);
runscript("hidepwchar");
runscript("hidepwmenu");
hidegenobj("pw_courtbench");
placefadescreen(1,"O");
jumptoscript("pw_endcase");

[begin_case2]
runscript("case2_setup");

[case2_setup]
runscript("pw_createema");
jumptoscript("case2_begin");

[case2_begin]
runscript("pw_showadvarrowmenu");
runscript("pw_usepwbgcourthall");
runscript("pw_enableemahappy");
runscript("pw_setnameboxtoema");
runscript("pw_showmessagebox");
runscript("showpwchar");
runscript("setlipsynctochar");
message("Come on, guys!\nLet's go!!!");
runscript("pw_hidemessagebox");
placefadescreen(40,"I");
wait(40);
runscript("hidepwchar");
runscript("hidepwmenu");
placefadescreen(1,"O");
jumptoscript("pw_endcase");


If you do, try perhaps making sure you have a save folder (named exactly as it is in the bold text) in the same folder as AIGE.exe.

Also, everyone, take note. At present there is a small bug with the case selection screen saving the fact that you completed the final case. It won't show the custom art for it. I will post a fix for this sometime soon. It's not fatal so don't panic
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
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

PWLib inits save/load on the initpwlib:

Lines from the code:

...
runscript("pw_initevidenceadd");
runscript("pw_initpsychelockbase");
runscript("pw_initsaveload");
changetitle("Loading pwlib: configuring...");
runscript("pw_configurepwlib");
changetitle("Loading pwlib: completed");
...
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788


Last edited by KSA_Tech on Tue Sep 16, 2008 4:36 pm, edited 1 time in total.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Apollo Justice - Ace... PEACOCK?

Gender: Male

Location: Brazil

Rank: Suspect

Joined: Fri Jul 18, 2008 11:05 pm

Posts: 19

I have a little doubt about the casesel.hlsl: the blank [pw_usepwlogo] script. Why is it there? And other thing: how can we use the default PWLib logo?
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

That function is called on the case selection code when showing the logo screen.

I didn't do the default logo (i forgot to fix it on the pw_showmainex use).
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

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

Note to all; We should expect some fancy font to work with AIGE soon for PWLib. Apparently KSA decided to change to a magical font named "PW Extended" and not distribute it.
Code:
[pw_configuremsgbox]
setmsgboxfont("PW Extended",13,909092);
placemsgbox(0,127);
setmsgboxgraphic(14);
setmsgboxsize(256,65);
setmsgboxtextdelta(7,7);
setbgsize(256,192);
resetmsgboxtexturecoordinates();
setmsgboxtextspeed(2);

If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Tue Jul 22, 2008 4:47 pm

Posts: 30

^ Well, that explains that.

Does anyone have a working cross examination script that includes pressing/objecting/[anything that switches between CE mode and normal dialogue]? I've made a few beneficial changes to the pwlib core scripts concerning those little white arrows mentioned before, and I need to make sure I haven't broken anything before I hand out the alterations.
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

I forgot to make the new fonts available. That is jeti's font.

I need to develop one or wait for case 1-1 by DDRKhat.
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

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

Tatis Kartoffelov wrote:
^ Well, that explains that.

Does anyone have a working cross examination script that includes pressing/objecting/[anything that switches between CE mode and normal dialogue]? I've made a few beneficial changes to the pwlib core scripts concerning those little white arrows mentioned before, and I need to make sure I haven't broken anything before I hand out the alterations.
I have one but it requires a few variables. so it might be worth waiting a day for me to erlease 1-1.
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

*Double Post warning!*
:udgy: This court finds the defendant, DDRKhat...
Image
Download Here
Code:
//Open//
pwlib/pwlib.hlsl
//FIND//
runscript("pw_initsaveload");
//ADD BELOW//
runscript("pw_initguilty");


Usage:

runscript("pw_showguilty"); // Guilty!
runscript("pw_shownotguilty"); // Not Guilty!
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

A.K.A. Court or Court-Records.

Gender: None specified

Location: FL

Rank: Desk Jockey

Joined: Sun Mar 30, 2008 4:45 pm

Posts: 105

Whats it mean Configuration is wrong?I've got that like 10 times now.
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

Chess wrote:
Whats it mean Configuration is wrong?I've got that like 10 times now.
Did you put PWLib into a fresh folder? (Got rid of everything from old AIGE)
We need more detail before we are able to help you, sorry.
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

A.K.A. Court or Court-Records.

Gender: None specified

Location: FL

Rank: Desk Jockey

Joined: Sun Mar 30, 2008 4:45 pm

Posts: 105

i've tried all the different installers.put it in a new folder,in my c drive,and let it install.When finish i click the AIGE i think it is and it says system configuration is wrong.
Image
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

Did you install the Microsoft Visual Studio 2005 SP1 Redistributable?

http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en
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

A.K.A. Court or Court-Records.

Gender: None specified

Location: FL

Rank: Desk Jockey

Joined: Sun Mar 30, 2008 4:45 pm

Posts: 105

uhh....no. :redd:
shall it help?
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

Chess wrote:
i've tried all the different installers.put it in a new folder,in my c drive,and let it install.When finish i click the AIGE i think it is and it says system configuration is wrong.
I personally just recommend downloading the core from KSATechnology's Website and using winrar to extract it. lukegb's installer needs updating. If that is what you are currently using.

Do KSA's recommendation first, as it is a required package to get AIGE working.
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

A.K.A. Court or Court-Records.

Gender: None specified

Location: FL

Rank: Desk Jockey

Joined: Sun Mar 30, 2008 4:45 pm

Posts: 105

fixie! :gant:
now says cannot find game script? :beef:
Image
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

Now you need to read the tutorial book and start writing your case.
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

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

Okay, here we go folks. Fixes to sort out some last minute bugs that arose with pw_caseselect.hlsl!
pw_caseselect.zip just download it and extract it into your AIGE folder, it will ask you to if it can overwrite (if it doesn't, you extracted it wrong)
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl


Last edited by DDRKhat on Wed Sep 17, 2008 8:01 am, edited 4 times in total.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

A.K.A. Court or Court-Records.

Gender: None specified

Location: FL

Rank: Desk Jockey

Joined: Sun Mar 30, 2008 4:45 pm

Posts: 105

...I'll tell u if i get lost.XD
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

you are already guilty.

Gender: None specified

Rank: Decisive Witness

Joined: Thu Apr 17, 2008 9:30 am

Posts: 151

DDRKhat wrote:
As you sure the code is as thus?
Spoiler: casesel.hlsl
#include(pwlib\pwlib.hlsl)
[pw_usepwlogo]

[game]
definekey("key_lclick",<null()>);
runscript("pw_initpwlib");
runscript("pw_initpwbgs");
runscript("pw_initsaveload");
setvar([pw_titlescript],"titlepage");
setvar([pw_episodepath],"episode/");
setvar([pw_episodes],2);
runscript([pw_titlescript]);

[titlepage]
changetitle("PWLib: Case Selection");
runscript("pw_showmain");
waitresponse();
runscript("pw_hidemain");
setbgsize(0,0);
jumptoscript("casemenu");

[casemenu]
runscript("pw_caseselect");
waitresponse();

[begin_case1]
runscript("case1_setup");

[case1_setup]
runscript("pw_createpayne");
jumptoscript("case1_begin");

[case1_begin]
runscript("pw_showadvarrowmenu");
runscript("pw_showprosecutorstand");
runscript("pw_enablepaynenormal");
runscript("pw_setnameboxtopayne");
runscript("pw_showmessagebox");
runscript("showpwchar");
runscript("setlipsynctochar");
message("I am here to tell you,\nYour Honor, that this is\nCase 1.");
runscript("pw_hidemessagebox");
placefadescreen(40,"I");
wait(40);
runscript("hidepwchar");
runscript("hidepwmenu");
hidegenobj("pw_courtbench");
placefadescreen(1,"O");
jumptoscript("pw_endcase");

[begin_case2]
runscript("case2_setup");

[case2_setup]
runscript("pw_createema");
jumptoscript("case2_begin");

[case2_begin]
runscript("pw_showadvarrowmenu");
runscript("pw_usepwbgcourthall");
runscript("pw_enableemahappy");
runscript("pw_setnameboxtoema");
runscript("pw_showmessagebox");
runscript("showpwchar");
runscript("setlipsynctochar");
message("Come on, guys!\nLet's go!!!");
runscript("pw_hidemessagebox");
placefadescreen(40,"I");
wait(40);
runscript("hidepwchar");
runscript("hidepwmenu");
placefadescreen(1,"O");
jumptoscript("pw_endcase");


If you do, try perhaps making sure you have a save folder (named exactly as it is in the bold text) in the same folder as AIGE.exe.
yep, the code is exactly the same with exception of changing the amount of episodes to 3, where the third one points to my game files via an #include(game.hlsl) in startup.aigehls.

[spoiler]#include(pwlib\pwlib.hlsl)
[pw_usepwlogo]

[game]
definekey("key_lclick",<null()>);
runscript("pw_initpwlib");
runscript("pw_initcaseselectionscreen");
runscript("pw_initpwbgs");
runscript("pw_initsaveload");
setvar([pw_titlescript],"titlepage");
setvar([pw_episodepath],"episode/");
setvar([pw_episodes],3);
runscript([pw_titlescript]);[/spoiler]

the game script itself is segmented into several small files to all of which game.hlsl refers to via #includes, but i don't think that'd be the case. the case itself works and runs just fine.

i have the save folder, there's even a savefile inside. it just doesn't seem to work on startup.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

Serio wrote:
DDRKhat wrote:
As you sure the code is as thus?
Spoiler: casesel.hlsl
#include(pwlib\pwlib.hlsl)
[pw_usepwlogo]

[game]
definekey("key_lclick",<null()>);
runscript("pw_initpwlib");
runscript("pw_initpwbgs");
runscript("pw_initsaveload");
setvar([pw_titlescript],"titlepage");
setvar([pw_episodepath],"episode/");
setvar([pw_episodes],2);
runscript([pw_titlescript]);

[titlepage]
changetitle("PWLib: Case Selection");
runscript("pw_showmain");
waitresponse();
runscript("pw_hidemain");
setbgsize(0,0);
jumptoscript("casemenu");

[casemenu]
runscript("pw_caseselect");
waitresponse();

[begin_case1]
runscript("case1_setup");

[case1_setup]
runscript("pw_createpayne");
jumptoscript("case1_begin");

[case1_begin]
runscript("pw_showadvarrowmenu");
runscript("pw_showprosecutorstand");
runscript("pw_enablepaynenormal");
runscript("pw_setnameboxtopayne");
runscript("pw_showmessagebox");
runscript("showpwchar");
runscript("setlipsynctochar");
message("I am here to tell you,\nYour Honor, that this is\nCase 1.");
runscript("pw_hidemessagebox");
placefadescreen(40,"I");
wait(40);
runscript("hidepwchar");
runscript("hidepwmenu");
hidegenobj("pw_courtbench");
placefadescreen(1,"O");
jumptoscript("pw_endcase");

[begin_case2]
runscript("case2_setup");

[case2_setup]
runscript("pw_createema");
jumptoscript("case2_begin");

[case2_begin]
runscript("pw_showadvarrowmenu");
runscript("pw_usepwbgcourthall");
runscript("pw_enableemahappy");
runscript("pw_setnameboxtoema");
runscript("pw_showmessagebox");
runscript("showpwchar");
runscript("setlipsynctochar");
message("Come on, guys!\nLet's go!!!");
runscript("pw_hidemessagebox");
placefadescreen(40,"I");
wait(40);
runscript("hidepwchar");
runscript("hidepwmenu");
placefadescreen(1,"O");
jumptoscript("pw_endcase");


If you do, try perhaps making sure you have a save folder (named exactly as it is in the bold text) in the same folder as AIGE.exe.
yep, the code is exactly the same with exception of changing the amount of episodes to 3, where the third one points to my game files via an #include(game.hlsl) in startup.aigehls.

Spoiler:
#include(pwlib\pwlib.hlsl)
[pw_usepwlogo]

[game]
definekey("key_lclick",<null()>);
runscript("pw_initpwlib");
runscript("pw_initcaseselectionscreen");
runscript("pw_initpwbgs");
runscript("pw_initsaveload");
setvar([pw_titlescript],"titlepage");
setvar([pw_episodepath],"episode/");
setvar([pw_episodes],3);
runscript([pw_titlescript]);


the game script itself is segmented into several small files to all of which game.hlsl refers to via #includes, but i don't think that'd be the case. the case itself works and runs just fine.

i have the save folder, there's even a savefile inside. it just doesn't seem to work on startup.


Hmm. I have no idea what you are doing weird then. Maybe if we had instant messengers exchanged (Or get in contact via IRC) we could resolve this issue faster. In order for me to further diagnose your issue, I would need you to zip up your AIGE directory and send it over, so I could then use your working AIGE enviroment to diagnose the issue.
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Tue Sep 16, 2008 12:33 am

Posts: 4

Hey I have another question. How do I put characters in court (Ex. How to put the judge in his judge seat.) I've tried things, but I don't know how to add the characters in there. Is it the same as putting the characters on there? Plz help.
Page 47 of 131 [ 5216 posts ] 
Go to page Previous  1 ... 44, 45, 46, 47, 48, 49, 50 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

Who is online
Users browsing this forum: No registered users and 16 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:  
News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB

phpBB SEO