Board index » Present Evidence » Games

Page 39 of 131[ 5218 posts ]
Go to page Previous  1 ... 36, 37, 38, 39, 40, 41, 42 ... 131  Next
 


Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

Ace Everything

Gender: Male

Rank: Suspect

Joined: Sun Jul 06, 2008 1:45 pm

Posts: 11

Also, my First Turnabout case should prove to be a decent(though big) test script. I'm only making it for learning purposes, after all!
Image
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

It can be good for people to get examples, yeah.

Document it well and it can be used as an example script.

-----
I'm also thinking on the next generation of AHLSL (named KTSL, basically AHLSL II)
Here is one example of possible code:

Code:
//KTLS Example
function main(void)(void)
{
   in (Resources)
   {
      SetCurrentResourceFolder("Resources\GFX\BG");
      LoadTextureNamed("BG","bg01.png");
   }
   in (Background)
   {
      SetTextureNamed("BG");
      AutoSize();
      Place(0,0);
   }
   if (Background.Fail())
   {
      Messenger.IssueError(Background.GetError());
      Project.Quit();
   }
   Flow.WaitResponse();
   Project.Quit();   
}

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.0b at 21/07/2008 11:08PM 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

will this affect AIGE in general? (or pwlib for that matter)
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

In the short term, no. It is for AIGE II, very later on. AHLSL and AIGE will get a different class definition way, but nothing that would need recoding.
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.0b at 21/07/2008 11:08PM 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

Oh thank god ._.

I took ENOUGH time learning the current coding

(talking about it have the tutos been updated?)
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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 work on the updated tutorial as soon as I get free time.

and about AHLSL: even in AIGE II will keep AHLSL together with KTSL.
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.0b at 21/07/2008 11:08PM 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 of Previous Messages System was added to AIGE.
PWLib supports PMS, in case someone might want it.
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.0b at 21/07/2008 11:08PM 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 don't think many people know what PMS is, KSA...
Web developer by night, school student by day. That's how I roll.
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

Pleeaase don't hurt me.

Gender: Male

Rank: Decisive Witness

Joined: Thu Mar 27, 2008 4:16 pm

Posts: 225

Am downloading PWLib 1.0b right now. I will post what I think of it later.
Image
Thanks Elriel for the sig!
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

No DSis in the courtroom please.

Gender: Female

Rank: Ace Attorney

Joined: Mon Jul 21, 2008 10:35 pm

Posts: 2626

O man I feel like a loser on this thread, not knowing a lot of stuff.
Well i just downloaded the package, and when i try to run it says

This application has failed to start because d3dx9_34.dll was not found. re-installing the application may fix this problem.

I've uninstalled and re-installed like 3 times, and every time i get that result.
Am i doing something wrong?
ImageImageImage
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

yep. you didn't read the instructions. you need the latest directx9 redistribution.

Quote:
Last Notes:
- Update Your Video Card Drivers (this is mandatory. MS Drivers and Old Drivers may cause AIGE to fail.)
- Install DirectX 9.0c (to get d3dx dlls) <=== this
- Install Microsoft Visual Studio 2005 SP1 Redistributable (search on ms site)
- Read the tutorial http://www.ksatechnologyhq.com:1357/pwl ... tshell.pdf
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

Also - for some reason, even if you have DX9.0c installed, sometimes some of the D3DX dlls don't end up installed. Googling them can normally turn them up, BUT ONLY DO THAT IF YOU ARE SURE (and Start->Run "dxdiag", shows at the bottom of the first page "DirectX 9.0c") that you have DX9.0c. If you have Vista, of course, you should have DX10.
Web developer by night, school student by day. That's how I roll.


Last edited by lukegb on Fri Jul 25, 2008 3:06 pm, edited 1 time in total.
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

Previous Message System
For those who played some visual novel games (hentai or not), excluding GS, you can go back and see some messages you already seen. PMS is for that.

I'll add to the tutorial book the issues of dlls and etc (in the new Installation Primer section).
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.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

No DSis in the courtroom please.

Gender: Female

Rank: Ace Attorney

Joined: Mon Jul 21, 2008 10:35 pm

Posts: 2626

O thanks
Ahah i had it installed, it just didn't see it. :grey:
ImageImageImage
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

Sometimes that dll isn't there (older dx9 install). The best way is indeed get latest dx9 setup and install, but in a practical way, getting the dll from some dll site is the fastest way (amd smaller dl).

If I recall, I can't make the DLL available with AIGE, only full dx install. (there was a typo here)
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.0b at 21/07/2008 11:08PM 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

One thing I'm thinking to do on aige are non-timed effects. Effects you can play and stop, not limited to time.

For now the idea would be for: Blink

:notes:
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.0b at 21/07/2008 11:08PM 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

NOTE:

I will be offline from today to FRIDAY.

I'm on vacation and I want to enjoy the little freedom I have ._.

Good day
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

Ok, Geno.

Currently working in: text coloring (so you will be able to use various colors in text). No .NET requirements on this one.
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.0b at 21/07/2008 11:08PM 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

Well, a little bit of good news:

Image

Added Mid-Text Coloring to AIGE (only on the Accelerated Text Render, for now.)

Information: no additional requirements added to AIGE (No .NET, etc).

Notes: My notebook has the Accelerated Text Render issue (so I'm using TFix in this pic).
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.0b at 21/07/2008 11:08PM 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/irispack.7z

no dahlia possessed versions, those will go into the dahlia set like mia possessed versions went into her sets rather than maya/pearl.
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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 add her.

Oh, and the text coloring stuff will only need an aige update to work.
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.0b at 21/07/2008 11:08PM 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

Information about Text Coloring:

First you need to register a color (that will be global to the program)

registercolor("colorname",A,R,G,B);

Then you can use it on messages:

message("There is one $c{colorname}contradiction $c{colorname2}there.");
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.0b at 21/07/2008 11:08PM 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'm having a problem using PWLib in my desktop PC. I already download evertything needed (updated drivers, DX updates and Visual Studio 2005 SP1 Redistributable) but is doesn't run well. The font doesn't look well (already installed pwfont.fon) and neither the "Some evidence added to the Court Record" nor the Present part of the tutorial appear. I even put it in compatibility mode (XP SP2) and changed appearance to Windows Classic, but it didn't work. I used PWLib in my notebook (which isn't so powerful as the desktop PC) and the tutorial ran well.

This is how it runs:
Image

The video card is a Nvidia GeForce 8600 GT, a Athlon 64 X2 processor and I run Windows Vista SP1. Is there any issues with the video card/processor/OS?

Thanks
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

to fix the text switch to the simple mode.

open config.cfg, change
Code:
textrendermode=Accelerated

to
Code:
textrendermode=Simple


and text will look right.
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

My notebook has a GeForce 8400GT (with dx10 render!) and the accelerated text render doesn't work like it should, while on my desktop with a ATI Radeon x1650pro it works perfectly. (also there is the pow2 issue on note but not on desktop)
It is something I need to research to try to understand.

Both of them run Vista.

On both my pcs the engine runs well.

I'll run the "mirelle test" (the one that contains the game data i used to make video 1 and 1.5) to see if I find any inconsistencies. If I recall the tutos on the book have some errors.
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.0b at 21/07/2008 11:08PM 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

Mirelle test ran, all working like it should. The only issue i remember about vcards is the no-texture rendering. Nothing about a geforce 8600 not supported.
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.0b at 21/07/2008 11:08PM 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

Thanks Serio! The font in the conversation window is now right, and the "Some Evidence has been added to the CR" appears, but the font in the Court Record isn't "right":

Image

Edit: KSA_Tech: I didn't get it well: It may be something related to DX10 video cards?
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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 make the Simple Render better (it was supposed to be removed from aige, but since people had issues with accelerated, i re-added it). Simple use ID3DXFont (with is way slower then my Accelerated, and is totally closed, no room for easy manipulation).

No, not DX10 cards. Some cards, for some reason, brake my Accelerated Text Render.
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.0b at 21/07/2008 11:08PM 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

Thanks for the answer! :phoenix:
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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 recommend the Accelerated because it will always be the first to get updates.

I really need to figure out that Accelerated issue. It is getting irritating. (on a pc that can run world in conflict well, but fails at a simple text render is quite bizarre).
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.0b at 21/07/2008 11:08PM 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

Slowly approaching 100 downloads for Hayase 1.0b and almost 700 downloads for PWLib in total.. not bad at all :D

KSA, any chance you can put up a screen of the multi-colouring in the simple render mode for me? :]
Image
ImageImage
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

Currently 77 downloads of pwlib 1.0b and a total of 694.

I'll work on the multicoloring for the Simple as soon as I can.

From Simple to Accelerated, we will see some differences.

Simple won't support transparent text when multicoloring is applied.
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.0b at 21/07/2008 11:08PM 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

KSA_Tech wrote:
Currently 77 downloads of pwlib 1.0b and a total of 694.

I'll work on the multicoloring for the Simple as soon as I can.

From Simple to Accelerated, we will see some differences.

Simple won't support transparent text when multicoloring is applied.


Text doesn't really need to be transparent anyway. Only the box that it lies upon.
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.0b at 21/07/2008 11:08PM 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

Yeah, but I need to remember to automatically remove transparency definitions if the render is on Simple. Transparency is natural on Accelerated (because it is diffuse color based).
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.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

Gender: Male

Location: At my computer.

Rank: Desk Jockey

Joined: Tue May 15, 2007 9:14 pm

Posts: 61

I have to say, I'm rather impressed by this Casemaker. Although, I have kind of a problem when I use it. Whenever I play the game itself, I get graphical errors like no tomorrow. This is what the game looks like:

Image

I'm not sure if this question has already been answered, (Cause I'm not going through this whole thread to find out if it has, sorry :sadshoe: ) but do you know what the problem could be? I'm fairly certain I have all of the things that were on the index, but I'm not 100% sure.
*Has nothing to place in sig*
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

KSA_Tech wrote:
Yeah, but I need to remember to automatically remove transparency definitions if the render is on Simple. Transparency is natural on Accelerated (because it is diffuse color based).
Speaking of which. This is what happens on Accelerated for me. A picture is worth 5 words.
Image
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.0b at 21/07/2008 11:08PM 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

slaix223 wrote:
I have to say, I'm rather impressed by this Casemaker. Although, I have kind of a problem when I use it. Whenever I play the game itself, I get graphical errors like no tomorrow. This is what the game looks like:

Image

I'm not sure if this question has already been answered, (Cause I'm not going through this whole thread to find out if it has, sorry :sadshoe: ) but do you know what the problem could be? I'm fairly certain I have all of the things that were on the index, but I'm not 100% sure.


have you tried swithcing to simple? :gumshoe:

and KSA, how do I make so the button below dissapears and the text continues withouth pressing any button?

(AKA, how to make an opening vid like in Apollo Justice 4-1)
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

One more question: Is there a pwfont with accents, since I speak portuguese and I want to make portuguese cases as well. Or I have to use another font for that?
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

@slainx223

This bug is the one that amazes me the most. I have a feeling that it is due to video card not supporting large textures (no idea if that is the issue). I will do on next aige a logger of video card capabilities so I can define if that is the reason.

@DDRKhat

When I realize the reason for this, I'll be the happiest man in the world. Even my notebook gf 8400-based has that issue. Use Simple (best choice for now if you don't like TFix result).

@GenoWhirl

Simple deals with text only.

To make the text autoadvance, use messageauto() and wait().

messageauto("This will autoadvance!");
wait(60); //<- waiting for 1 sec!
messageauto("And this too!");
wait(120); //<- waiting 2 sec!
message("While this not!");

Remember that you still have the time of the message draw letter by letter.

@berdoido

You can overwrite the msgbox font by using:
setmsgboxfont("fontname",size,90909090);
Using a font with extended ascii support (Arial for example).
If someone do an Extended ASCII version of the pwfont (accents, etc) I'll quickly add to the HOF of KSA Technology HQ.


I need to look on the code for the other font points. (They're on Arial, so accents are supported).
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.0b at 21/07/2008 11:08PM 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

And other litte question: Can I change the font of the Court Record and the "Something has been added to the CR" font? The last one, with the simple default font isn't good, look at the image:
Image
Page 39 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 36, 37, 38, 39, 40, 41, 42 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

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