Board index » Present Evidence » Games

Page 50 of 131[ 5216 posts ]
Go to page Previous  1 ... 47, 48, 49, 50, 51, 52, 53 ... 131  Next
 


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 redownloaded everything but now after putting tutogame.hlsl in the scripts folder or leaving it out and editing the setup file, it says it cannot jump to script tutogame b/c it cannot be found. Its probably something small that i'm doing wrong - any advice?
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

Put it on the auto 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

Nevermind - sorry - it was hiding from me along with one other folder hehe
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

Here's the next problem:

i just added the new game/continue screen, but when it tries to load the top picture, it is just a white box-i guess it can't find "PWLibTutomain.png" - it says it is under cust:
loadtexture(70010,"cust/PWLibTutoMain.png"); but i don't know where cust is

Any advice on how to make this work? 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

That file is missing, i didn't add it since 1.0 was released. Use your own for that. Same goes for the trucy promo image used for check.
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

Gender: Female

Rank: Suspect

Joined: Sun Sep 14, 2008 8:05 pm

Posts: 23

gah, so much to skim through...Anyway

Have a tiny prob (or I think it is). It occured a few days ago, but didn't really have a chance to post about it now. I was running through the Testimony/Cross Examination tutorial. When the word animation for Cross Examination flashes it does weird stuff. It gleams like it should, but then it becomes streaky in a vertical way before pulling up and down to go off screen. It doesn't hinder the progression of the script in anyway, but I'm not sure if it was supposed to look that way. I'd take a screencap of it if I could, but all my attempts don't seem to display the problem.

Also, the text at the beginning of each Testimony/Cross Exam (ex "--The Knife--") doesn't seem to stay on screen like it should. Like it should stay on screen and carry over after the Testimony/Cross Exam animations are complete. Instead they stay on for a short while, disappear when either animation plays, and leaves a blank message box that requires a click to proceed to the witness' dialogue. Is this normal?
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

Why is there no picture for the profile of Trucy? Also, why can't i see the photo of trucy's when i hit check? 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

@vampirecheetah

PWLib 1.1 ships with a different code then PWLib 1.0x. The 1.1's code is a bit different then the one presented on the tuto book (search some pages for DDRKhat's tuto on that)

@mikepika

PWLib ships with Trucy's profile if i recall, but not the trucy promo image (as i mentioned). Use Elise's one present on the PW folder for the Check.
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 i didn't know what you meant by "promo" - thanks
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

vampirecheetah wrote:
gah, so much to skim through...Anyway

Have a tiny prob (or I think it is). It occured a few days ago, but didn't really have a chance to post about it now. I was running through the Testimony/Cross Examination tutorial. When the word animation for Cross Examination flashes it does weird stuff. It gleams like it should, but then it becomes streaky in a vertical way before pulling up and down to go off screen. It doesn't hinder the progression of the script in anyway, but I'm not sure if it was supposed to look that way. I'd take a screencap of it if I could, but all my attempts don't seem to display the problem.

Also, the text at the beginning of each Testimony/Cross Exam (ex "--The Knife--") doesn't seem to stay on screen like it should. Like it should stay on screen and carry over after the Testimony/Cross Exam animations are complete. Instead they stay on for a short while, disappear when either animation plays, and leaves a blank message box that requires a click to proceed to the witness' dialogue. Is this normal?

Cross Examination/Witnes Testimony has a message appear during the animation now.
Code:
setmsgboxtextcolor(255,247,115,57); // messagebox to orange
runscript("pw_showtestimony"); // show the "Testimony" that blinks
setvar([pw_crossmessage],"\n    -- Witness's Account --"); // Set the messagebox's message
runscript("pw_showwitnesstestimony"); // show "Witness Testimony"


Code:
setvar([pw_crossexamattorneycode],36); // Phoenix's Code
setvar([pw_crossexamprosecutorcode],35); // Payne's Code
placefadescreen(1,"O"); // Make screen visible! (We hide it elsewhere)
runscript("showpwchar"); // Show the character (Hidden elsewhere)
runscript("pw_showwitnessstand"); // Show the witness stand!
runscript("pw_enablesahwitnormal"); // Show frank sahwit!
setmsgboxtextcolor(255,247,115,57); // Set the messagebox to orange.
setvar([pw_crossmessage],"\n    -- Witness's Account --"); // set the messagebox's message
runscript("pw_showcrossexaminationvs"); // Show the "Cross Examination!" animation
runscript("pw_showlifebar"); // Show the lifebar
runscript("hidepwmenu"); // Hide the menu
runscript("begincrossexamination"); // Begin cross examination
runscript("pw_showmessagebox"); // show our messagebox


This might possibly resolve your issue, let me know if not!
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 23, 2008 4:05 pm

Posts: 29

The screen definitions are killing me! How do you work the examine feature?? Ugh... thanks
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

@DDRKhat

I can say that the new var code for the text to stay through the animation works. However...my issue with the Cross Examin animation still remains. I've done some tinkering with removing and adding different coding, and I did find the exact line of code that was giving me an issue. However, there's a problem. The code line that seems to affect the CE animation is this " runscript("pw_showwitnesstestimony"); " As you know, the problem with removing this line of code also removes the command to let the WT animation scroll by the beginning of the initial testimony. But leaving it in screws with the CE animation.... o_O;; I'm at a weird Catch 22. Is there any kind of code that sort of "hides" that line of runscript after the fact? It's the only logical solution I can think of that would maybe allow me to have both.
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

I think I'm having a similar problem. After the witness testimony shows and the message goes away, the message box suddenly disappears with no message. I'm using:
Code:
setmsgboxtextcolor(255,247,0,0);
setvar([pw_crossmessage],"\n        --Witness's Account--");
loadandplaysfx("sfx-testimony2");
runscript("pw_showwitnesstestimony");
runscript("pw_showtestimony");
runscript("pw_setnameboxtoedgeworth");
loadandplaymp3("music/examinationmoderate2001",0,"R");
message("Message.");

FYI, I have more message after that message. So what can be done to fix this?

Side note: What would be the preferred color set for blue and green? (ex. setmsgboxtextcolor(?,?,?,?); //green
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

I'd say

Gender: Male

Location: Belgium

Rank: Moderators

Joined: Thu May 29, 2008 10:49 am

Posts: 2480

@KSA: Thanks for the offer, but I'm going to continue AT on Pywright, But i appreciate the thought. :)

But...I may have a "sort of proposal" for you, if you're interested.
Would it be okay to post it here, or do you prefer Pm?
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

Hey could someone explain better how to use the "examine" feature with the screen dimensions and such? I don't really understand the guide's explanation. thanks!

Where you have to find out whats wrong with the picture in the tutorial-i don't get it... please help!

Last edited by mikepika on Thu Sep 25, 2008 2:17 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

vampirecheetah wrote:
I would need a screenshot to know how to resolve your issue M'afraid.


someone70 wrote:
I think I'm having a similar problem. After the witness testimony shows and the message goes away, the message box suddenly disappears with no message. I'm using:
<!-- Some code was here --!>
FYI, I have more message after that message. So what can be done to fix this?

Side note: What would be the preferred color set for blue and green? (ex. setmsgboxtextcolor(?,?,?,?); //green

1 - After displaying "Testimony/Examination" animation, the end of the script executes;
runscript("pw_hidemessagebox");
so you will have to show it again
Code:
setmsgboxtextcolor(255,247,0,0);
setvar([pw_crossmessage,"\nMy witness");
runscript("pw_showtestimony");
runscript("pw_showwitnesstestimony");
runscript("pw_showmessagebox");
runscript("pw_setnameboxtoedgeworth");
loadandplaymp3("music/examinationmoderate2001.mp3",0,"");
message("I shall begin this, Mr. Wright");


2 - the witness/cross does its own sounds, so you do not need to do them.
3 - Don't forget .wav on the end of soundaffects, .mp3 on the end of songs.
4 - I use this for coloured messageboxes;
Code:
[pw_whitemessagebox]
setmsgboxtextcolor(255,240,240,240);

[pw_bluemessagebox]
setmsgboxtextcolor(255,107,198,247);

[pw_greenmessagebox]
setmsgboxtextcolor(255,0,247,0);

[pw_orangemessagebox]
setmsgboxtextcolor(255,247,115,57);

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 23, 2008 4:05 pm

Posts: 29

Besides the not being able to find the correct examine location, where is the mp3 for the background music? 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

Examination in 1.1 pre-pwlib language is a bit irritating to make:

-Your Examine Area is 256x192 (default pw screen size).
-The rectangle is defined by X,Y,W,H. W and H is relative to X,Y respectively.
-On an image, define the rectangles (X,Y,W,H) you want to use.
-When passing to PWLib (using method explained on the book), add 192 to the Y value (so the area will be on the lower screen)
-Done.

I need to do a diagram of this for easy reference.

@Ceres
What kind of proposal? You can PM me, it is better.


2 hard tests finished, so I can resume attention to PWLib and AIGE.

------------
Note:
Now I just noticed that the bg "per image" initialization isn't required anymore due to the Smart Texture Management I implemented (loadtexture doesn't load the texture, just generate the texture object. And when an object uses it, the texture is loaded).
This might change a bit the bg definition. (pw_initpwbgs call only).
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 Thu Sep 25, 2008 7: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

you are already guilty.

Gender: None specified

Rank: Decisive Witness

Joined: Thu Apr 17, 2008 9:30 am

Posts: 151

Image
http://serio.piiym-net.com/leech/emapack.7z
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 really needed Old Ema for my game.
Thanks, Serio.

"Remember the golden Snackoo."
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:
Examination in 1.1 pre-pwlib language is a bit irritating to make:

-Your Examine Area is 256x192 (default pw screen size).
-The rectangle is defined by X,Y,W,H. W and H is relative to X,Y respectively.
-On an image, define the rectangles (X,Y,W,H) you want to use.
-When passing to PWLib (using method explained on the book), add 192 to the Y value (so the area will be on the lower screen)
-Done.

I need to do a diagram of this for easy reference.

@Ceres
What kind of proposal? You can PM me, it is better.


2 hard tests finished, so I can resume attention to PWLib and AIGE.

------------
Note:
Now I just noticed that the bg "per image" initialization isn't required anymore due to the Smart Texture Management I implemented (loadtexture doesn't load the texture, just generate the texture object. And when an object uses it, the texture is loaded).
This might change a bit the bg definition. (pw_initpwbgs call only).


Thank you so much!! I finally get it! That was bugging me all day... I can finally move on in peace
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

Nice. I'll focus on a better and easier way to make such areas. I hope to get PWLib Language Himeko working very soon.

------------
Got any idea/comment/etc on how to improve pwlib? Let me know, since such things help making PWLib better.
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

I've isolated the issue I was having with the intro slide. Now doing some minor finishing touches and getting someone to externally test it.
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 23, 2008 4:05 pm

Posts: 29

Hey i was just working with the in-court stuff and am wondering why after i use the gavel, my people (witness, attorney, prosecutor) don't show up-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

Just show the character again after using the gavel.
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

Not sure exactly what you mean, but here's what i have right now:

[scene2]
runscript("pw_showgaveltriplehit");
runscript("pw_showattorneystand");
runscript("pw_enableemaunsure");
message("what?");
setvar([sld_targetcharanim],"pw_enableemanormal");
runscript("pw_slideattoneytowitness");
message("done");
setvar([sld_targetcharanim],"pw_enableemamad");
runscript("pw_slidewitnesstoprosecutor");
message("done2!");
runscript("pw_showattorneystand");
setvar([sld_targetcharanim],"pw_enableemaunsure");
runscript("pw_slideattoneytoprosecutor");
message("done3!");
setvar([sld_targetcharanim],"pw_enableemasurprised");
runscript("pw_slideprosecutortoattoney");
message("done4!");
jumptoscript("witnesstestimonytest1");

Also, when i go from the flashing witness testimony words to the actual testimony, a few problems; the topic of the testimony shows up quickly then vanishes - then i cannot actually enter the testimony b/c it enters but ema says nothing and i cannot click on anything-this same thing happens after the cross-examine scene happens. here is the code from the tutorial i used:

[witnesstestimonytest1]
runscript("showpwchar");
runscript("pw_showwitnessstand");
setmsgboxtextcolor(255,0,255,0);
runscript("pw_showmessagebox");
runscript("pw_setnameboxtonoone");
runscript("pw_enableemadown");
setmsgboxtextcolor(255,255,255,255);
messageinstantauto("\n --The Knife--");
runscript("pw_showwitnesstestimony");
runscript("pw_showtestimony");
runscript("pw_setnameboxtoema");
runscript("pw_enableemanormal");
message("I bought the knife from a local seller.");
message("It cost me about U$D: 4,59.");
runscript("pw_enableemadown");
message("But the handle broke when I used it the first time.");
runscript("pw_enableemanormal");
message("I didn't threw it away because its cutting was very good.");
wait(10);
jumptoscript("crossstart");

[crossstart]
setvar([pw_crossexamattorneycode],36);
setvar([pw_crossexamprosecutorcode],35);
runscript("hidepwmenu");
runscript("pw_showmessagebox");
runscript("pw_setnameboxtonoone");
messageinstantauto("\n --The Knife--");
runscript("pw_showcrossexaminationvs");
runscript("pw_showpwmenubasicrec");
waitresponse();
jumptoscript("crossbegin");

[crossbegin]
runscript("hidepwmenu");
runscript("begincrossexamination");
setvar([pwcrossexamstages],4);
jumptoscript("cross1-1");

[cross1-1]
definevar([signal],"int");
setmsgboxtextcolor(255,0,255,0);
runscript("pw_enableemanormal");
runscript("pw_setnameboxtoema");
message("I bought the knife from a local seller.");
waitsignal("advance",[signal]);
if(<compare([signal],"equal",1)>,<jumptoscript("cross1-1present")>,<null()>); //present
if(<compare([signal],"equal",2)>,<jumptoscript("cross1-1press")>,<null()>); //press
if(<compare([signal],"equal",4)>,<jumptoscript("cross1-2")>,<null()>); //next
...
...
...

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

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

KSA, sorry about that PM. I figured it out as you can see.


Phoenix is getting more difficult as he ages:

Image

It wasn't like this until after I installed 1.1. It was perfectly centered. It doesn't have anything to do with the multiple characters on screen, I know that. This is the only AJ sprite that I have used though. That might be the problem.
Image<--- Friend me!
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

I had a look at it. The animation script is completely borked. It looks as if someone decided to redo hobophoenix and then forgot to change the image files that the frames are taken from.

You can probably get him working as he should by copying his script from the previous version of pwlib over the current script.
Use the text in the spoiler to replace what is in pwlib\data\pw_hobophoenixwright.hlsl:
Remember to save a backup; I haven't tested this at all.

Spoiler: Old hobophoenix animation script
//Hobo Phoenix
[pw_createhobophoenix]
runscript("pw_loadhobophoenixfiles");

//Normal
createanimation("HoboPhoenix_Normal",1);
insertanimationframe("HoboPhoenix_Normal",1,12002,200);
setanimationframetexturecoordinates("HoboPhoenix_Normal",1,0,0,151,188);
insertanimationframe("HoboPhoenix_Normal",2,12002,10);
setanimationframetexturecoordinates("HoboPhoenix_Normal",2,0,187,151,188);
insertanimationframe("HoboPhoenix_Normal",3,12002,10);
setanimationframetexturecoordinates("HoboPhoenix_Normal",3,186,187,151,188);
insertanimationframe("HoboPhoenix_Normal",4,12002,10);
setanimationframetexturecoordinates("HoboPhoenix_Normal",4,0,187,151,188);
createanimation("HoboPhoenix_Normal_Talking",1);
insertanimationframe("HoboPhoenix_Normal_Talking",1,12002,5);
setanimationframetexturecoordinates("HoboPhoenix_Normal_Talking",1,0,0,151,188);
insertanimationframe("HoboPhoenix_Normal_Talking",2,12002,5);
setanimationframetexturecoordinates("HoboPhoenix_Normal_Talking",2,186,0,151,188);
insertanimationframe("HoboPhoenix_Normal_Talking",3,12002,5);
setanimationframetexturecoordinates("HoboPhoenix_Normal_Talking",3,369,0,151,188);
insertanimationframe("HoboPhoenix_Normal_Talking",4,12002,5);
setanimationframetexturecoordinates("HoboPhoenix_Normal_Talking",4,0,0,151,188);

//Big Eyed
createanimation("HoboPhoenix_BigEyes",1);
insertanimationframe("HoboPhoenix_BigEyes",1,12004,200);
setanimationframetexturecoordinates("HoboPhoenix_BigEyes",1,0,0,150,187);
insertanimationframe("HoboPhoenix_BigEyes",2,12004,10);
setanimationframetexturecoordinates("HoboPhoenix_BigEyes",2,163,0,150,187);
insertanimationframe("HoboPhoenix_BigEyes",3,12004,10);
setanimationframetexturecoordinates("HoboPhoenix_BigEyes",3,334,0,150,187);
insertanimationframe("HoboPhoenix_BigEyes",4,12004,10);
setanimationframetexturecoordinates("HoboPhoenix_BigEyes",4,163,0,150,187);
createanimation("HoboPhoenix_BigEyes_Talking",1);
insertanimationframe("HoboPhoenix_BigEyes_Talking",1,12004,5);
setanimationframetexturecoordinates("HoboPhoenix_BigEyes_Talking",1,0,0,150,187);
insertanimationframe("HoboPhoenix_BigEyes_Talking",2,12004,5);
setanimationframetexturecoordinates("HoboPhoenix_BigEyes_Talking",2,0,191,150,187);
insertanimationframe("HoboPhoenix_BigEyes_Talking",3,12004,5);
setanimationframetexturecoordinates("HoboPhoenix_BigEyes_Talking",3,167,191,150,187);
insertanimationframe("HoboPhoenix_BigEyes_Talking",4,12004,5);
setanimationframetexturecoordinates("HoboPhoenix_BigEyes_Talking",4,0,191,150,187);

//Huh
createanimation("HoboPhoenix_Huh",1);
insertanimationframe("HoboPhoenix_Huh",1,12003,200);
setanimationframetexturecoordinates("HoboPhoenix_Huh",1,0,189,151,188);
insertanimationframe("HoboPhoenix_Huh",2,12003,10);
setanimationframetexturecoordinates("HoboPhoenix_Huh",2,191,189,151,188);
insertanimationframe("HoboPhoenix_Huh",3,12003,10);
setanimationframetexturecoordinates("HoboPhoenix_Huh",3,385,189,151,188);
insertanimationframe("HoboPhoenix_Huh",4,12003,10);
setanimationframetexturecoordinates("HoboPhoenix_Huh",4,191,189,151,188);
createanimation("HoboPhoenix_Huh_Talking",1);
insertanimationframe("HoboPhoenix_Huh_Talking",1,12003,5);
setanimationframetexturecoordinates("HoboPhoenix_Huh_Talking",1,0,0,151,188);
insertanimationframe("HoboPhoenix_Huh_Talking",2,12003,5);
setanimationframetexturecoordinates("HoboPhoenix_Huh_Talking",2,192,0,151,188);
insertanimationframe("HoboPhoenix_Huh_Talking",3,12003,5);
setanimationframetexturecoordinates("HoboPhoenix_Huh_Talking",3,385,0,151,188);
insertanimationframe("HoboPhoenix_Huh_Talking",4,12003,5);
setanimationframetexturecoordinates("HoboPhoenix_Huh_Talking",4,0,0,151,188);

//Mysterious

createanimation("HoboPhoenix_Mysterious",1);
insertanimationframe("HoboPhoenix_Mysterious",1,12007,200);
setanimationframetexturecoordinates("HoboPhoenix_Mysterious",1,0,0,151,182);
createanimation("HoboPhoenix_Mysterious_Talking",1);
insertanimationframe("HoboPhoenix_Mysterious_Talking",1,12007,5);
setanimationframetexturecoordinates("HoboPhoenix_Mysterious_Talking",1,0,0,151,182);
insertanimationframe("HoboPhoenix_Mysterious_Talking",2,12007,5);
setanimationframetexturecoordinates("HoboPhoenix_Mysterious_Talking",2,178,0,151,182);
insertanimationframe("HoboPhoenix_Mysterious_Talking",3,12007,5);
setanimationframetexturecoordinates("HoboPhoenix_Mysterious_Talking",3,354,0,151,182);

//Heh
createanimation("HoboPhoenix_Heh",1);
insertanimationframe("HoboPhoenix_Heh",1,12006,200);
setanimationframetexturecoordinates("HoboPhoenix_Heh",1,0,0,150,188);
insertanimationframe("HoboPhoenix_Heh",2,12006,10);
setanimationframetexturecoordinates("HoboPhoenix_Heh",2,0,188,150,188);
insertanimationframe("HoboPhoenix_Heh",3,12006,10);
setanimationframetexturecoordinates("HoboPhoenix_Heh",3,180,188,150,188);
insertanimationframe("HoboPhoenix_Heh",4,12006,10);
setanimationframetexturecoordinates("HoboPhoenix_Heh",4,0,188,150,188);
createanimation("HoboPhoenix_Heh_Talking",1);
insertanimationframe("HoboPhoenix_Heh_Talking",1,12006,5);
setanimationframetexturecoordinates("HoboPhoenix_Heh_Talking",1,0,0,150,188);
insertanimationframe("HoboPhoenix_Heh_Talking",2,12006,5);
setanimationframetexturecoordinates("HoboPhoenix_Heh_Talking",2,187,0,150,188);
insertanimationframe("HoboPhoenix_Heh_Talking",3,12006,5);
setanimationframetexturecoordinates("HoboPhoenix_Heh_Talking",3,381,0,150,188);
insertanimationframe("HoboPhoenix_Heh_Talking",4,12006,5);
setanimationframetexturecoordinates("HoboPhoenix_Heh_Talking",4,0,0,150,188);

//Laugh
createanimation("HoboPhoenix_Laugh",1);
insertanimationframe("HoboPhoenix_Laugh",1,12009,10);
setanimationframetexturecoordinates("HoboPhoenix_Laugh",1,0,0,151,189);
insertanimationframe("HoboPhoenix_Laugh",2,12009,10);
setanimationframetexturecoordinates("HoboPhoenix_Laugh",2,165,0,151,189);

//Serious
createanimation("HoboPhoenix_Serious",1);
insertanimationframe("HoboPhoenix_Serious",1,12010,200);
setanimationframetexturecoordinates("HoboPhoenix_Serious",1,0,0,150,189);
insertanimationframe("HoboPhoenix_Serious",2,12010,10);
setanimationframetexturecoordinates("HoboPhoenix_Serious",2,0,189,150,189);
insertanimationframe("HoboPhoenix_Serious",3,12010,10);
setanimationframetexturecoordinates("HoboPhoenix_Serious",3,197,189,150,189);
insertanimationframe("HoboPhoenix_Serious",4,12010,10);
setanimationframetexturecoordinates("HoboPhoenix_Serious",4,0,189,150,189);
createanimation("HoboPhoenix_Serious_Talking",1);
insertanimationframe("HoboPhoenix_Serious_Talking",1,12010,5);
setanimationframetexturecoordinates("HoboPhoenix_Serious_Talking",1,0,0,150,188);
insertanimationframe("HoboPhoenix_Serious_Talking",2,12010,5);
setanimationframetexturecoordinates("HoboPhoenix_Serious_Talking",2,198,0,150,188);
insertanimationframe("HoboPhoenix_Serious_Talking",3,12010,5);
setanimationframetexturecoordinates("HoboPhoenix_Serious_Talking",3,391,0,150,188);
insertanimationframe("HoboPhoenix_Serious_Talking",4,12010,5);
setanimationframetexturecoordinates("HoboPhoenix_Serious_Talking",4,198,0,150,188);

//Happy
createanimation("HoboPhoenix_Happy",1);
insertanimationframe("HoboPhoenix_Happy",1,12011,200);
setanimationframetexturecoordinates("HoboPhoenix_Happy",1,0,0,151,189);
insertanimationframe("HoboPhoenix_Happy",2,12011,10);
setanimationframetexturecoordinates("HoboPhoenix_Happy",2,0,189,151,189);
insertanimationframe("HoboPhoenix_Happy",3,12011,10);
setanimationframetexturecoordinates("HoboPhoenix_Happy",3,192,189,151,189);
insertanimationframe("HoboPhoenix_Happy",4,12011,10);
setanimationframetexturecoordinates("HoboPhoenix_Happy",4,0,189,151,189);
createanimation("HoboPhoenix_Happy_Talking",1);
insertanimationframe("HoboPhoenix_Happy_Talking",1,12011,5);
setanimationframetexturecoordinates("HoboPhoenix_Happy_Talking",1,0,0,151,189);
insertanimationframe("HoboPhoenix_Happy_Talking",2,12011,5);
setanimationframetexturecoordinates("HoboPhoenix_Happy_Talking",2,200,0,151,189);
insertanimationframe("HoboPhoenix_Happy_Talking",3,12011,5);
setanimationframetexturecoordinates("HoboPhoenix_Happy_Talking",3,398,0,151,189);
insertanimationframe("HoboPhoenix_Happy_Talking",4,12011,5);
setanimationframetexturecoordinates("HoboPhoenix_Happy_Talking",4,0,0,151,189);

//Glare
createanimation("HoboPhoenix_Glare",1);
insertanimationframe("HoboPhoenix_Glare",1,12012,200);
setanimationframetexturecoordinates("HoboPhoenix_Glare",1,0,14,111,189);
insertanimationframe("HoboPhoenix_Glare",2,12012,10);
setanimationframetexturecoordinates("HoboPhoenix_Glare",2,478,14,111,189);
insertanimationframe("HoboPhoenix_Glare",3,12012,10);
setanimationframetexturecoordinates("HoboPhoenix_Glare",3,612,14,111,189);
insertanimationframe("HoboPhoenix_Glare",4,12012,10);
setanimationframetexturecoordinates("HoboPhoenix_Glare",4,478,14,111,189);
createanimation("HoboPhoenix_Glare_Talking",1);
insertanimationframe("HoboPhoenix_Glare_Talking",1,12012,5);
setanimationframetexturecoordinates("HoboPhoenix_Glare_Talking",1,0,14,111,189);
insertanimationframe("HoboPhoenix_Glare_Talking",2,12012,5);
setanimationframetexturecoordinates("HoboPhoenix_Glare_Talking",2,156,14,111,189);
insertanimationframe("HoboPhoenix_Glare_Talking",3,12012,5);
setanimationframetexturecoordinates("HoboPhoenix_Glare_Talking",3,314,14,111,189);
insertanimationframe("HoboPhoenix_Glare_Talking",4,12012,5);
setanimationframetexturecoordinates("HoboPhoenix_Glare_Talking",4,0,14,111,189);

//BenchHeh
createanimation("HoboPhoenix_BenchHeh",1);
insertanimationframe("HoboPhoenix_BenchHeh",1,12014,200);
setanimationframetexturecoordinates("HoboPhoenix_BenchHeh",1,0,2,111,189);
insertanimationframe("HoboPhoenix_BenchHeh",2,12014,10);
setanimationframetexturecoordinates("HoboPhoenix_BenchHeh",2,481,2,111,189);
insertanimationframe("HoboPhoenix_BenchHeh",3,12014,10);
setanimationframetexturecoordinates("HoboPhoenix_BenchHeh",3,620,2,111,189);
insertanimationframe("HoboPhoenix_BenchHeh",4,12014,10);
setanimationframetexturecoordinates("HoboPhoenix_BenchHeh",4,481,2,111,189);
createanimation("HoboPhoenix_BenchHeh_Talking",1);
insertanimationframe("HoboPhoenix_BenchHeh_Talking",1,12014,5);
setanimationframetexturecoordinates("HoboPhoenix_BenchHeh_Talking",1,0,2,111,189);
insertanimationframe("HoboPhoenix_BenchHeh_Talking",2,12014,5);
setanimationframetexturecoordinates("HoboPhoenix_BenchHeh_Talking",2,166,2,111,189);
insertanimationframe("HoboPhoenix_BenchHeh_Talking",3,12014,5);
setanimationframetexturecoordinates("HoboPhoenix_BenchHeh_Talking",3,318,2,111,189);
insertanimationframe("HoboPhoenix_BenchHeh_Talking",4,12014,5);
setanimationframetexturecoordinates("HoboPhoenix_BenchHeh_Talking",4,0,2,111,189);

//Point
createanimation("HoboPhoenix_Point",1);
insertanimationframe("HoboPhoenix_Point",1,12015,200);
setanimationframetexturecoordinates("HoboPhoenix_Point",1,230,20,253,186);
createanimation("HoboPhoenix_Point_Talking",1);
insertanimationframe("HoboPhoenix_Point_Talking",1,12015,5);
setanimationframetexturecoordinates("HoboPhoenix_Point_Talking",1,230,20,253,186);
insertanimationframe("HoboPhoenix_Point_Talking",2,12015,5);
setanimationframetexturecoordinates("HoboPhoenix_Point_Talking",2,528,20,253,186);
insertanimationframe("HoboPhoenix_Point_Talking",3,12015,5);
setanimationframetexturecoordinates("HoboPhoenix_Point_Talking",3,3,232,253,186);
insertanimationframe("HoboPhoenix_Point_Talking",4,12015,5);
setanimationframetexturecoordinates("HoboPhoenix_Point_Talking",4,310,232,253,186);
insertanimationframe("HoboPhoenix_Point_Talking",5,12015,5);
setanimationframetexturecoordinates("HoboPhoenix_Point_Talking",5,230,20,253,186);

//BenchNormal

createanimation("HoboPhoenix_BenchNormal",1);
insertanimationframe("HoboPhoenix_BenchNormal",1,12017,200);
setanimationframetexturecoordinates("HoboPhoenix_BenchNormal",1,50,1,111,189);
insertanimationframe("HoboPhoenix_BenchNormal",2,12017,10);
setanimationframetexturecoordinates("HoboPhoenix_BenchNormal",2,523,1,111,189);
insertanimationframe("HoboPhoenix_BenchNormal",3,12017,10);
setanimationframetexturecoordinates("HoboPhoenix_BenchNormal",3,662,1,111,189);
insertanimationframe("HoboPhoenix_BenchNormal",4,12017,10);
setanimationframetexturecoordinates("HoboPhoenix_BenchNormal",4,523,1,111,189);
createanimation("HoboPhoenix_BenchNormal_Talking",1);
insertanimationframe("HoboPhoenix_BenchNormal_Talking",1,12017,5);
setanimationframetexturecoordinates("HoboPhoenix_BenchNormal_Talking",1,50,1,111,189);
insertanimationframe("HoboPhoenix_BenchNormal_Talking",2,12017,5);
setanimationframetexturecoordinates("HoboPhoenix_BenchNormal_Talking",2,205,1,111,189);
insertanimationframe("HoboPhoenix_BenchNormal_Talking",3,12017,5);
setanimationframetexturecoordinates("HoboPhoenix_BenchNormal_Talking",3,366,1,111,189);
insertanimationframe("HoboPhoenix_BenchNormal_Talking",4,12017,5);
setanimationframetexturecoordinates("HoboPhoenix_BenchNormal_Talking",4,50,1,111,189);


[pw_enablehobophoenixnormal]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",50,5);
setcharactersize("pw_char",156,192);
setcharacterlipsyncsilent("pw_char","HoboPhoenix_Normal");
setcharacterlipsynctalking("pw_char","HoboPhoenix_Normal_Talking");

[pw_enablehobophoenixbigeyes]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",50,5);
setcharactersize("pw_char",156,193);
setcharacterlipsyncsilent("pw_char","HoboPhoenix_BigEyes");
setcharacterlipsynctalking("pw_char","HoboPhoenix_BigEyes_Talking");

[pw_enablehobophoenixhuh]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",50,5);
setcharactersize("pw_char",155,192);
setcharacterlipsyncsilent("pw_char","HoboPhoenix_Huh");
setcharacterlipsynctalking("pw_char","HoboPhoenix_Huh_Talking");

[pw_enablehobophoenixmysterious]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",50,5);
setcharactersize("pw_char",156,188);
setcharacterlipsyncsilent("pw_char","HoboPhoenix_Mysterious");
setcharacterlipsynctalking("pw_char","HoboPhoenix_Mysterious_Talking");

[pw_enablehobophoenixheh]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",50,5);
setcharactersize("pw_char",156,188);
setcharacterlipsyncsilent("pw_char","HoboPhoenix_Heh");
setcharacterlipsynctalking("pw_char","HoboPhoenix_Heh_Talking");

[pw_enablehobophoenixserious]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",50,5);
setcharactersize("pw_char",155,193);
setcharacterlipsyncsilent("pw_char","HoboPhoenix_Serious");
setcharacterlipsynctalking("pw_char","HoboPhoenix_Serious_Talking");

[pw_enablehobophoenixlaugh]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",50,5);
setcharactersize("pw_char",156,194);
setcharacterlipsyncsilent("pw_char","HoboPhoenix_Laugh");
setcharacterlipsynctalking("pw_char","HoboPhoenix_Laugh");

[pw_enablehobophoenixhappy]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",50,5);
setcharactersize("pw_char",155,193);
setcharacterlipsyncsilent("pw_char","HoboPhoenix_Happy");
setcharacterlipsynctalking("pw_char","HoboPhoenix_Happy_Talking");

[pw_enablehobophoenixglare]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",90,16);
setcharactersize("pw_char",114,194);
setcharacterlipsyncsilent("pw_char","HoboPhoenix_Glare");
setcharacterlipsynctalking("pw_char","HoboPhoenix_Glare_Talking");

[pw_enablehobophoenixbenchheh]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",90,16);
setcharactersize("pw_char",114,194);
setcharacterlipsyncsilent("pw_char","HoboPhoenix_BenchHeh");
setcharacterlipsynctalking("pw_char","HoboPhoenix_BenchHeh_Talking");

[pw_enablehobophoenixpoint]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",0,16);
setcharactersize("pw_char",258,191);
setcharacterlipsyncsilent("pw_char","HoboPhoenix_Point");
setcharacterlipsynctalking("pw_char","HoboPhoenix_Point_Talking");

[pw_enablehobophoenixbenchnormal]
recfunctionname([pw_charfunc]);
placecharacter("pw_char",90,16);
setcharactersize("pw_char",116,194);
setcharacterlipsyncsilent("pw_char","HoboPhoenix_BenchNormal");
setcharacterlipsynctalking("pw_char","HoboPhoenix_BenchNormal_Talking");

//Hobo Phoenix
[pw_loadhobophoenixfiles]
loadtexture(12002,"PW\character\HoboPhoenix\HoboPhoenix_Normal.png");
loadtexture(12003,"PW\character\HoboPhoenix\HoboPhoenix_Huh.png");
loadtexture(12004,"PW\character\HoboPhoenix\HoboPhoenix_BigEyes.png");
loadtexture(12006,"PW\character\HoboPhoenix\HoboPhoenix_Heh.png");
loadtexture(12007,"PW\character\HoboPhoenix\HoboPhoenix_Mysterious.png");

loadtexture(12009,"PW\character\HoboPhoenix\HoboPhoenix_Laugh.png");
loadtexture(12010,"PW\character\HoboPhoenix\HoboPhoenix_Serious.png");
loadtexture(12011,"PW\character\HoboPhoenix\HoboPhoenix_Happy.png");
loadtexture(12012,"PW\character\HoboPhoenix\HoboPhoenix_Glare.png");
loadtexture(12014,"PW\character\HoboPhoenix\HoboPhoenix_BenchHeh.png");
loadtexture(12015,"PW\character\HoboPhoenix\HoboPhoenix_Point.png");
loadtexture(12017,"PW\character\HoboPhoenix\HoboPhoenix_BenchNormal.png");
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM 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

So now he doesn't work on pwlib 1.1?

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

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

GenoWhirl wrote:
So now he doesn't work on pwlib 1.1?


Thanks to Tatis' help, he DOES work. :hobohodo:

Image
Image<--- Friend 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

@mikepika

There is a difference on 1.1 and old 1.0x crossexamination. DDRKhat did a new code for it and so it differs from the tutorial. DDRKhat did a small guide that is present on the previous page or so. He did it recently, so it won't be hard to find.

----
I updated the hobo code here. I think i might have done some mistake on the fix for an issue with his gfx. (that required a new animation code for certain expressions).
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

mikepika wrote:
Not sure exactly what you mean, but here's what i have right now:
<!-- Lots of code --!>
Thanks again for all the help!

Code:
setvar([pw_crossexamattorneycode],36); // Phoenix's Code
setvar([pw_crossexamprosecutorcode],35); // Payne's Code
placefadescreen(1,"O"); // Make screen visible! (We hide it elsewhere)
runscript("showpwchar"); // Show the character (Hidden elsewhere)
runscript("pw_showwitnessstand"); // Show the witness stand!
runscript("pw_enablesahwitnormal"); // Show frank sahwit!
setmsgboxtextcolor(255,247,115,57); // Set the messagebox to orange.
setvar([pw_crossmessage],"\n    -- Witness's Account --"); // set the messagebox's message
runscript("pw_showcrossexaminationvs"); // Show the "Cross Examination!" animation
runscript("pw_showlifebar"); // Show the lifebar
runscript("hidepwmenu"); // Hide the menu
runscript("begincrossexamination"); // Begin cross examination
runscript("pw_showmessagebox"); // show our messagebox


Your main interest is, instead of messageautoinstant. You do...
setvar([pw_crossmessage],"YOURMESSAGEHERE"); // set the messagebox's message
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

Legendary Ace Attorney

Gender: None specified

Rank: Suspect

Joined: Thu Jul 24, 2008 11:56 am

Posts: 6

How can you create cases? All I see extracted from the .rar is the AIGE no 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

The core package contains aige and pwlib. AIGE is the engine and the folder pwlib contains all pwlib script.
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

Gyakuten Saiban 1 aka Phoenix Wright: Ace Attorney.
Coded for PWLib. Downloadable from here
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

They don't :c

Gender: Male

Location: http://www.ezilon.com/maps/images/southamerica/political-map-of-Argentina.gif

Rank: Moderators

Joined: Mon Jan 21, 2008 6:34 pm

Posts: 3188

Great! 1-1! Downloading.

Oh, and mikepika, if you couldn't solve the Trucy profile thing, the path should be PW/profile/minuki.png

EDIT: I found a typo: when Larry says "Dude, I'm so guilty!", in the next message he says "Gimme the death sentance!". It should be sentence. Oh, and the green messages (Date and Time, Location) are too much to the left.
Nothing else.
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

DeMatador wrote:
Great! 1-1! Downloading.

Oh, and mikepika, if you couldn't solve the Trucy profile thing, the path should be PW/profile/minuki.png

EDIT: I found a typo: when Larry says "Dude, I'm so guilty!", in the next message he says "Gimme the death sentance!". It should be sentence. Oh, and the green messages (Date and Time, Location) are too much to the left.
Nothing else.

The green messages are not aligned due to the changes of the font type. There is no proper method to center-align them yet so that will have to stay as is.

as for the "sentence" thing, a silly typo I made. I always mis-spell that word. 4 testers looked past that.. so.. yeah :yogi:
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

if we go with the typos, phoenix calls mia "cheif" instead of "chief" few times. :P
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:
if we go with the typos, phoenix calls mia "cheif" instead of "chief" few times. :P
I know who to choose as an internal tester next time if I want all my typo's checking :hotti:
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

Current PWLib to-do list:

-Add sliding lifebar (code by lordbel)
-Do PWLib "Language Set" Himeko
-Do "something special" (secret)
-Do Percieve System Core
-Separate cerain stuff in its own files
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Page 50 of 131 [ 5216 posts ] 
Go to page Previous  1 ... 47, 48, 49, 50, 51, 52, 53 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

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