Board index » Present Evidence » Games

Page 24 of 131[ 5218 posts ]
Go to page Previous  1 ... 21, 22, 23, 24, 25, 26, 27 ... 131  Next
 


Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

Affection!

Gender: Male

Rank: Decisive Witness

Joined: Fri Apr 11, 2008 4:38 pm

Posts: 250

@Geno, the code itself is not the problem, I had someone check it already, I believe it has something to do with my video card.
Image
Still the same old...me.
I Am The Night, Colour Me Black.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

@Maelstorm

setvar([evidencesdesc],"Type: Photo\nReceived from Trucy Wright.);
You messed a ", and the sdesc was the last one (from the Gun).
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.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

The Rocking Attorney

Gender: Male

Rank: Medium-in-training

Joined: Fri Apr 11, 2008 11:49 pm

Posts: 375

KSA_Tech wrote:
@Maelstorm

setvar([evidencesdesc],"Type: Photo\nReceived from Trucy Wright.);
You messed a ", and the sdesc was the last one (from the Gun).


ksa help me! when trucy talks the name box says ??? so i checked the images and made a name box for trucy. but the name box is STILL ??? whatdoido?
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

Now with Glasses!

Gender: Male

Rank: Desk Jockey

Joined: Thu Oct 11, 2007 4:10 am

Posts: 135

Sphinx wrote:
@Geno, the code itself is not the problem, I had someone check it already, I believe it has something to do with my video card.

Which .exe are you using?
Use _S, less problems except this annoying closing problem for me.
Back, check out LOZ AA.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

What is my liiiife?!?

Gender: Male

Location: UK

Rank: Admin

Joined: Tue Feb 27, 2007 11:02 am

Posts: 2504

KSA, it works now, but I've hit a snag. The press works well now, but then it randomly freezes when it gets to a certain bit of it. Here's my code.

Code:
cross1-1press]
runscript("hidepwmenu");
runscript("pw_showadvarrowmenu");
runscript("pw_hidemessagebox");
runscript("pw_raiseholdit");
setmsgboxtextcolor(255,255,255,255);
setvar([sld_targetcharanim],"pw_enablephoenixnormal");
runscript("pw_slidewitnesstoattorney");
runscript("pw_setnameboxtophoenix");
message("Serious...?");
message("You defied the laws of physics!");
runscript("pw_showwitnessstand");
runscript("pw_setnameboxtoema");
runscript("pw_enableemaexcited");
message("What can I say? I'm special \nlike that.");
message("Or maybe just a tad weird");
runscript("hidepwmenu");
runscript("showpwcrossexamination");
runscript("nextpwcrossexamsimple");
jumptoscript("cross1-2");


It messes up when it gets to Ema saying her bit.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

PWlib is still setting it to ??? in (aige.exe dir)\PWlib\pw_assistants.hlsl:
Code:
//Trucy's Namebox
[pw_setnameboxtotrucy]
runscript("pw_setnameboxtounknown");


You need to change this to something like:
Code:
//Trucy's Namebox
[pw_setnameboxtotrucy]
setgenobjtexturecoordinates("pwnamebox",<x>,<y>,50,14);
showgenobj("pwnamebox");


replacing <x> and <y> with the x and y coords of the bit in the PW/PWNameBoxes.png file (which you'll have to add to).

I can't figure out how to display a different thing to "pwnamebox" over the top instead and this would need extra managment. Your best bet is probably to wait for KSA_Tech to add it himself!
Web developer by night, school student by day. That's how I roll.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

End Quote.

Gender: Male

Location: UK

Rank: Decisive Witness

Joined: Mon Feb 25, 2008 9:11 pm

Posts: 201

Thanks KSA. That sorted it :]
Image
ImageImage
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

The Rocking Attorney

Gender: Male

Rank: Medium-in-training

Joined: Fri Apr 11, 2008 11:49 pm

Posts: 375

lukegb wrote:
PWlib is still setting it to ??? in (aige.exe dir)\PWlib\pw_assistants.hlsl:
Code:
//Trucy's Namebox
[pw_setnameboxtotrucy]
runscript("pw_setnameboxtounknown");


You need to change this to something like:
Code:
//Trucy's Namebox
[pw_setnameboxtotrucy]
setgenobjtexturecoordinates("pwnamebox",<x>,<y>,50,14);
showgenobj("pwnamebox");


replacing <x> and <y> with the x and y coords of the bit in the PW/PWNameBoxes.png file (which you'll have to add to).

I can't figure out how to display a different thing to "pwnamebox" over the top instead and this would need extra managment. Your best bet is probably to wait for KSA_Tech to add it himself!


i hope cause it didnt work T-T
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

I haven't tested it myself, but the nametag needs to be added to the PW/PWNameBoxes.png. Have you done that? (make a backup first)


Also - there really needs to be some kind of bug tracker. I'm going to talk to KSA about this privately. Stay tuned.
Web developer by night, school student by day. That's how I roll.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

The Rocking Attorney

Gender: Male

Rank: Medium-in-training

Joined: Fri Apr 11, 2008 11:49 pm

Posts: 375

yeah i made a name box and added it to the file
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

OK - can you upload the file? Have you replaced <x> and <y> with the correct co-ordinates for the particular section? Did you change pwlib\pw_assistants.hlsl?
Web developer by night, school student by day. That's how I roll.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

The Rocking Attorney

Gender: Male

Rank: Medium-in-training

Joined: Fri Apr 11, 2008 11:49 pm

Posts: 375

err i didnt do the pwlib/assistant thingy. explain pwease?
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

@Gerkuman

Ema's excited pose WILL lock AIGE when used due to a typo on the loademafiles. "ong" instead of "png". I fixed the code and testing your code on current pwlib works perfectly.

------
I'll dedicate a single new tuto to the namebox.

Also other with drawings to expalin the texture coordinates too in a more general view (so people can get the ide for commands that use it).

___--------------
I recommand using the new exe in Simple mode. It contains a better texture management system then the old exes.
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.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title

The truth's in THERE, not out THERE.

Gender: Male

Rank: Decisive Witness

Joined: Fri May 16, 2008 7:50 pm

Posts: 205

Changing the config file didn't fix my problem...
Reunion of Lawyers Writer - Case 3 (Turnabout Twins)
Mah Sprites
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

This weekend I'll sit and think about this issue. Also lukegb mentioned a good bugtracking software I'll be using.
Unless I get a copy of the data generated by DirectX 9's get capabilities function, it will be hard to determinate the cause.
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.0 at 14/June/2008 2:23AM 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

@KSA: It might be a good idea to post a recommendation abuot dxdiag. It cvould be useful for debugging :acro: !
Web developer by night, school student by day. That's how I roll.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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'll look into it. Never used dxdiag debug info. Can be useful. I will stay until late on uni so if one of the users with issues log in, I may ask them about dxdiag debug data.

I installed the bug management system that you mentioned:

http://www.ksatechnologyhq.com:1357/pwlibhome/bugtrap
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.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

The Rocking Attorney

Gender: Male

Rank: Medium-in-training

Joined: Fri Apr 11, 2008 11:49 pm

Posts: 375

Hey this is probably known but since it is not in the tutos i made a fancy way of taking evidence away ^_^

Code:
setvar([evidencenumber],902);
runscript("takeevidence");
setvar([pw_headeviaddmsg],"");
setvar([pw_taileviaddmsg]," was taken\nfrom the Court Record.");
runscript("pw_startevidenceadd");
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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 never tested the evidenceadd effect with an evidence not in the court records. What were your results? :maya:
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.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

What is my liiiife?!?

Gender: Male

Location: UK

Rank: Admin

Joined: Tue Feb 27, 2007 11:02 am

Posts: 2504

Didn't I fix the ong thing? Oh wait, I reset it when I thought it was that that crashed AIGE. I'll go re-add it in. :)
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

Affection!

Gender: Male

Rank: Decisive Witness

Joined: Fri Apr 11, 2008 4:38 pm

Posts: 250

Is there anyway I can look up my specs (ie: video card specifications etc.), like can I dl some program which can show me them?
Image
Still the same old...me.
I Am The Night, Colour Me Black.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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 can use SiSoft SANDRA or any similar program for easier report.

Note -> Make sure to check the bugtrap to see about open/resolved issues.
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.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

Affection!

Gender: Male

Rank: Decisive Witness

Joined: Fri Apr 11, 2008 4:38 pm

Posts: 250

Could you perhaps, link me to the site or anything? I don't seem to be able to find it.
Image
Still the same old...me.
I Am The Night, Colour Me Black.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

SiSoft SANDRA:

http://www.sisoftware.net/index.html?dir=dload&location=sware_dl_3264&langx=en&a=
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.0 at 14/June/2008 2:23AM 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

Btw. i've been wondering, would it be possible to include some sort of "flip" so that you could turn the sprite around? That could be either a part of the code or something, so everyone would be coded to an attorney bench by default, and then if they're assigned as prosecutor the engine would automatically flip their sprite and the axis to the other side to turn him/her into a prosecutor without having to keep two spritesets.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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, there is. I did that when someone asked about it waaay back. I need to look on the code to see the command's correct name (my AHLSL references are on my pendrive and the current pc i'm now is blocked for pendrives). If we are thinkig the same, I call it "mirroring".
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.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

The Rocking Attorney

Gender: Male

Rank: Medium-in-training

Joined: Fri Apr 11, 2008 11:49 pm

Posts: 375

Sorry i didnt expali. i was in a hurry

Code:
setvar([evidencenumber],x);
runscript("takeevidence");
setvar([pw_headeviaddmsg],"");
setvar([pw_taileviaddmsg]," was taken\nfrom the Court Record.");
runscript("pw_startevidenceadd");


replace x for the evidence number.
that way. when you take evidence. you will get the add effect. but removing the evidence
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

Four is Death

Gender: Male

Location: Wales. That little place next to England.

Rank: Ace Attorney

Joined: Thu Jul 05, 2007 9:14 pm

Posts: 2284

I apologise for the trouble, but when I follow the tutorial up to Page 12 - I think, it tells me to open up the AIGE.exe. When I do so, I am met with the black screen once again, while I should (apparently) be seeing a white screen. Any reason why I would have this trouble?
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

The Rocking Attorney

Gender: Male

Rank: Medium-in-training

Joined: Fri Apr 11, 2008 11:49 pm

Posts: 375

hmm lemme see your code (copyrighted by ksa tech)
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

^ Ji Hye Jang

Gender: None specified

Location: Your mom

Rank: Medium-in-training

Joined: Tue Dec 18, 2007 4:16 am

Posts: 535

Serio wrote:
Btw. i've been wondering, would it be possible to include some sort of "flip" so that you could turn the sprite around? That could be either a part of the code or something, so everyone would be coded to an attorney bench by default, and then if they're assigned as prosecutor the engine would automatically flip their sprite and the axis to the other side to turn him/her into a prosecutor without having to keep two spritesets.


The problem with that being, for example, if they have a badge or something else on only one side. You'd have to come up with a reason it'd magically jump side. :P
Proud creator of the first released PWLib-made fangame! ^_^
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

The Rocking Attorney

Gender: Male

Rank: Medium-in-training

Joined: Fri Apr 11, 2008 11:49 pm

Posts: 375

Ignore. problem fixed
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

Yeah, i meant mirroring.

Is there a way to disable the talk options etc. during the talking in the investigation? I made a simple talk option, but when i select the choice it doesn't go away, just hovers above the big arrow button thing and persists there. It can be selected at any time, even after i'm back to the main investigation part.

The tutorial doesn't explain anything about it other than how to make it go into the different choices.

Image

Same with examine, after finding something and having phoenix comment on it i don't know what script to send him to resume the exploring, so i end with sending him back to the choices still in examine mode.

Also for some reason when i set move to have 2 choices, i can only highlight the first one by placing the mouse over the second choice.

Last edited by Serio on Wed Jun 18, 2008 9:47 pm, edited 1 time in total.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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 code, please.
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.0 at 14/June/2008 2:23AM 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

Code:
[lobbyentr]
setmsgboxtextcolor(255,255,255,255);
runscript("pw_usepwbgcourthall");
runscript("showpwchar");
runscript("pw_enablefranziskaonormal");
runscript("hidepwmenu");
runscript("pw_hidemessagebox");
setbuttongraphic("pw_investigmove1",9000,9001);
setbuttongraphic("pw_investigmove2",9010,9011);
setbuttongraphic("pw_investigtalk1",9000,9001);
setbuttongraphic("pw_investigtalk2",9010,9011);
setbuttonarea("pw_examinearea1",157,302,81,83);
jumptoscript("lobbynormal");

[lobbynormal]
setvar([pw_examinemaxplaces],1);
setvar([pw_talkmaxoptions],2);
setvar([pw_movemaxplaces],2);
setvar([pw_examineexaminefunction],"examx1");
setvar([pw_examinepresentfunction],"presentx1");
setvar([pw_talkoption1],"talkx1");
setvar([pw_talkoption2],"talkx2");
setvar([pw_moveoption1],"movex1");
setvar([pw_moveoption2],"movex2");
runscript("pw_showinvestigationfull");
jumptoscript("pw_investigprocessactions");

[examx1]
runscript("showpwmenu");
runscript("pw_showadvarrowmenu");
runscript("pw_showmessagebox");
runscript("setlipsynctonoone");
runscript("pw_setnameboxtophoenix");
message("lol.");
runscript("pw_hidemessagebox");
runscript("hidepwmenu");
jumptoscript("lobbynormal");

[movex1]
jumptoscript("lobbynormal");
[movex2]
jumptoscript("lobbynormal");

[talkx1]
runscript("showpwmenu");
runscript("pw_showadvarrowmenu");
runscript("pw_showmessagebox");
runscript("setlipsynctochar");
runscript("pw_setnameboxtofranziska");
message("What?");
runscript("setlipsynctonoone");
runscript("pw_setnameboxtophoenix");
message("Dunno.");
runscript("pw_hidemessagebox");
runscript("hidepwmenu");
jumptoscript("lobbynormal");

[talkx2]
runscript("showpwmenu");
runscript("pw_showadvarrowmenu");
runscript("pw_showmessagebox");
runscript("setlipsynctochar");
runscript("pw_setnameboxtofranziska");
message("What? 2");
runscript("setlipsynctonoone");
runscript("pw_setnameboxtophoenix");
message("Dunno. 2");
runscript("pw_hidemessagebox");
runscript("hidepwmenu");
jumptoscript("lobbynormal");

[presentx1]
jumptoscript("lobbynormal");
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

End Quote.

Gender: Male

Location: UK

Rank: Decisive Witness

Joined: Mon Feb 25, 2008 9:11 pm

Posts: 201

I'm up to the presenting evidence section of the tutorial and i've run into another little snag.. Basically, if I get the present incorrect then the text appears with phoenix going "what about this?" and ema doing her "what is this supposed to mean anyway?" bit.. but if you get the choice correct, the message box doesn't reappear.. instead you can just hear the "blipping" of the text in the background.. ema doesn't get lipsync'd during this background blipping either, then it just circles back to the "present" bit again, until you get it wrong to "proceed" :S Here's my code;

Code:
#include(pwlib/pwlib.hlsl)

[game]
jumptoscript("setup");

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

[charcreation]
runscript("pw_createema");
runscript("pw_createtrucy");

[load]
loadtexture(80900,"PW/evidence/gun.png");
loadtexture(80901,"PW/evidence/lawyer badge.png");
loadtexture(80902,"PW/evidence/photo.png");
loadtexture(90900,"PW/profile/ema.png");
loadtexture(90901,"PW/profile/minuki.png");
loadtexture(70000,"PW/ElisePhoto.png");
loadtexture(70010,"cust/main.png");

[evidenceprofilecreation]
setvar([evidencenumber],900);
setvar([evidencegfs],80901);
setvar([evidencegfl],80901);
setvar([evidencesup],0);
setvar([evidencename],"Attorney's Badge");
setvar([evidencesdesc],"Type: Other\n One of my possessions.");
setvar([evidenceldesc],"It's my all important badge.\nIt shows that i'm a defense attorney.");
runscript("createevidence");
setvar([evidencenumber],901);
setvar([evidencegfs],80900);
setvar([evidencegfl],80900);
setvar([evidencesup],0);
setvar([evidencename],"Gun");
setvar([evidencesdesc],"Type: Weapons\n Submitted as evidence\nby Prosecutor Von Karma.");
setvar([evidenceldesc],"The murder weapon.\nIt was shot once.");
runscript("createevidence");
setvar([evidencenumber],902);
setvar([evidencegfs],80902);
setvar([evidencegfl],80902);
setvar([evidencesup],1);
setvar([evidencename],"Trucy GS4 Promo");
setvar([evidencesdesc],"Type: Photo\nReceived from Trucy Wright.");
setvar([evidenceldesc],"A promotional photo of\nGyakuten Saiban 4..");
runscript("createevidence");
setvar([evidencestex],70000);
runscript("setevidencepagesimple");

setvar([profilenumber],800);
setvar([profilegfs],90900);
setvar([profilegfl],90900);
setvar([profilename],"Ema Skye");
setvar([profilesdesc],"Age: 19\nGender: Female.");
setvar([profileldesc],"An energetic girl that wants to be a \nforensic detective.");
runscript("createprofile");
setvar([profilenumber],801);
setvar([profilegfs],90901);
setvar([profilegfl],90901);
setvar([profilename],"Trucy Wright");
setvar([profilesdesc],"Age: 15\nGender: Female.");
setvar([profileldesc],"A cheerful magician girl.");
runscript("createprofile");

[run]
setbg(70010);
runscript("pw_showmain");
waitresponse();
runscript("pw_hidemain");
jumptoscript("casestart");

[casestart]
setvar([evidencenumber],900);
runscript("addevidence");
setvar([evidencenumber],901);
runscript("addevidence");
setvar([profilenumber],800);
runscript("addprofile");
setvar([profilenumber],801);
runscript("addprofile");
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("Oh, hello.");
message("My name is Ema Skye!");
runscript("pw_enabletrucynormal");
runscript("pw_setnameboxtotrucy");
message("Oh, hello. My name is Trucy.");
message("I'm a Magician.");
message("This photo proves it.");
runscript("pw_hidemessagebox");
runscript("pw_raisetakethat");
runscript("pw_showmessagebox");
setvar([evidencenumber],902);
runscript("addevidence");
setvar([pw_headeviaddmsg],"");
setvar([pw_taileviaddmsg]," was added\nto the Court Record.");
runscript("pw_startevidenceadd");
runscript("pw_enableemanormal");
runscript("pw_setnameboxtoema");
runscript("setlipsynctochar");
message("That's cool! But scientifically \nspeaking...");
message("Magic doesn't exist.");
runscript("pw_enabletrucynormal");
runscript("pw_setnameboxtotrucy");
message("Scientifically speaking...? \nHmmm...");
message("But does magic need to be \nproven?");
runscript("setlipsynctonoone");
runscript("pw_setnameboxtophoenix");
message("(I better not try to argue \nin this one.)");
runscript("setlipsynctochar");
runscript("pw_enableemanormal");
runscript("pw_setnameboxtoema");
message("What do you think, \nMr. Wright?");
runscript("setlipsynctonoone");
runscript("pw_setnameboxtophoenix");
message("Ah?");
message("Well... Ah...");
jumptoscript("presenttrucyevidence");

[presenttrucyevidence]
definevar([signal],"int");
runscript("pw_setnameboxtonoone");
messageauto("(Show what proves that trucy is \na magician!)");
runscript("pw_forcepresent");
waitsignal("advance",[signal]);
runscript("pw_hidemessagebox");
runscript("pw_raisetakethat");
wait(6);
if(<compare([currentitemcode],"equal",902)>,<jumptoscript("presenttrucyevidencecorrect")>,<jumptoscript("presenttrucyevidencewrong")>);

[presenttrucyevidncecorrect]
runscript("pw_showmessagebox");
runscript("pw_setnameboxtophoenix");
message("What about this?");
runscript("setlipsynctochar");
runscript("pw_setnameboxtoema");
runscript("pw_enableemanormal");
message("You may be right...");
message("But who gave you this?");
jumptoscript("presenttrucyprofile");

[presenttrucyevidencewrong]
runscript("pw_showmessagebox");
runscript("pw_setnameboxtophoenix");
message("What about this?");
runscript("setlipsynctochar");
runscript("pw_setnameboxtoema");
runscript("pw_enableemanormal");
message("What's this supposed to mean anyway?");
jumptoscript("scene1");

[presenttrucyprofile]
definevar([signal],"int");
runscript("pw_setnameboxtonoone");
messageauto("(Show who gave you this \nphoto!)");
setvar([pwonetypepresent],2);
runscript("pw_forcepresent");
waitsignal("advance",[signal]);
runscript("pw_hidemessagebox");
runscript("pw_raisetakethat");
wait(6);
if(<compare([currentitemcode],"equal",801)>,<jumptoscript("presenttrucyprofilecorrect")>,<jumptoscript("presenttrucyprofilewrong")>);

[presenttrucyprofilecorrect]

runscript("pw_showmessagebox");
runscript("pw_setnameboxtophoenix");
message("What about this?");
runscript("setlipsynctochar");
runscript("pw_setnameboxtoema");
runscript("pw_enableemanormal");
message("Hmmm, that is interesting...");
jumptoscript("scene1");

[presenttrucyprofilewrong]
runscript("pw_showmessagebox");
runscript("pw_setnameboxtophoenix");
message("What about this?");
runscript("setlipsynctochar");
runscript("pw_setnameboxtoema");
runscript("pw_enableemanormal");
message("I'm not sure about this, you \nknow...!");
jumptoscript("scene1");


Image
ImageImage
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

The Rocking Attorney

Gender: Male

Rank: Medium-in-training

Joined: Fri Apr 11, 2008 11:49 pm

Posts: 375

typo

Code:
[presenttrucyevidncecorrect] -> [presenttrucyevidencecorrect]
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

End Quote.

Gender: Male

Location: UK

Rank: Decisive Witness

Joined: Mon Feb 25, 2008 9:11 pm

Posts: 201

As is the norm, i'm caught in the trap of typos. Thanks for pointing that one out Geno :]
Image
ImageImage
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

The Rocking Attorney

Gender: Male

Rank: Medium-in-training

Joined: Fri Apr 11, 2008 11:49 pm

Posts: 375

No problem ^_^ , im getting the hang of it, so i try to help as much as i can ^_^
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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, try using the hide instead of show

[talkx1]
runscript("showpwmenu"); <<------------ here. You want to hide the "questions"
runscript("pw_showadvarrowmenu"); <------ this one shows the adv arrow menu.
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.0 at 14/June/2008 2:23AM 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 just added Serio's changes to Franziska (didn't do before because I didn't had the time).

Also on the weekend i will be working on the issue of the blank textures.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Page 24 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 21, 22, 23, 24, 25, 26, 27 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

Who is online
Users browsing this forum: No registered users and 5 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