Board index » Present Evidence » Games

Page 79 of 131[ 5218 posts ]
Go to page Previous  1 ... 76, 77, 78, 79, 80, 81, 82 ... 131  Next
 


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

KSA_Tech wrote:
When I add a feature, I work until it is fully functional, specially for AHLSL's VM. I'm too much of a perfectionist to leave something broken nowadays.

And correcting DeMatador:

Shinku is a Set of AHLSL Functions that make using PWLib a lot easier. AHLSL is AHLSL, and it is fully independent of PWLib. More than that, PWLib is fully coded on pure AHLSL.

MIC support works over AIGE already, but I still need to include it on PWLib, but I will only add it some free time pops up during the development of the Mio Demonstration.


Oh, thanks for the correction, and tidbit of information, KSA.
And I'm intrigued as how MIC support works. Just curiosity, but how do you make it work? Do you set "trigger" voice commands to activate each bubble/an action, like when blowing while dusting for fingerprints?
As in:

Code:
//MIC Commands
//setmictriggersound was made up by me, just so you picture the needed commands to set a trigger sound
[mic-objection]
setmictriggersound("sound/MIC/objection1.wav");
setmictriggersound("sound/MIC/objection2.wav");
setmictriggersound("sound/MIC/objection3.wav");
setmictriggersound("sound/MIC/objection4.wav");
setmictriggersound("sound/MIC/objection5.wav");
//Other possible ways of saying "Objection!"
runscript("pw_smartobjection");

[mic-holdit]
setmictriggersound("sound/MIC/holdit1.wav");
setmictriggersound("sound/MIC/holdit2.wav");
setmictriggersound("sound/MIC/holdit3.wav");
setmictriggersound("sound/MIC/holdit4.wav");
setmictriggersound("sound/MIC/holdit5.wav");
//Other possible ways of saying "Hold It!"
runscript("pw_smartholdit");

[mic-takethat]
setmictriggersound("sound/MIC/takethat1.wav");
setmictriggersound("sound/MIC/takethat2.wav");
setmictriggersound("sound/MIC/takethat3.wav");
setmictriggersound("sound/MIC/takethat4.wav");
setmictriggersound("sound/MIC/takethat5.wav");
//Other possible ways of saying "Take That!"
runscript("pw_smarttakethat");

[mic-gotcha]
setmictriggersound("sound/MIC/gotcha1.wav");
setmictriggersound("sound/MIC/gotcha2.wav");
setmictriggersound("sound/MIC/gotcha3.wav");
setmictriggersound("sound/MIC/gotcha4.wav");
setmictriggersound("sound/MIC/gotcha5.wav");
//Other possible ways of saying "Gotcha!"
runscript("pw_smartgotcha");

[mic-blow]
setmictriggersound("sound/MIC/blow.wav");
//Whatever commands to activate the blowing effect

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

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

No, nothing like that. The mic is in fact a detector with a threshold.

If the sound's volume is over a certain threshold, a command is executed. The DSalso uses this method (try playing PW in a noisy environment and you will see that Objection! can be triggered if people around you are talking too loud.
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: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

I always thought it was pointless to have to hold down a button in order to do a voice command... Easier to just use the button directly.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
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 idea of the mic is to make the game more immersible. As one, I never used it. But some people do use it.
And it's just one more feature to have.

Something be useless to you doesn't mean you shouldn't add it, because to someone out there it might not be useless. (I do find it useless as saluk does).

Even if no one really uses it, at least I learned quite a bit adding the MIC Volume Detector on AIGE. So I still won something.
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

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

Also, couldn't you use it to make fingerprint analysis too? "Blow into the Mic"...
ImageImage
ImageImage
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Not criticizing you for adding it, I was just wondering why we had to hold a button down in the original? If you didn't have to hold the button down, and could just say "objection!" I probably would have used it more. But I assume it was technical reasons they did it that way. (Too many times it would detect objection from some random noise, etc).

Sounds like you are making good progress on 1.2 KSA, keep it up.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

I think the game would have been extremely frustrating if any loud noise would trigger an objection.
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

@saluk
The reason to have the "hold to use mic" is to prevent what yggdrasilssword said.

@RandomJibberish
Yes, it could.
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

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

Oh, I see it's much more simpler than what I thought. Thanks for explaining it.
Image
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

That would be kind of funny:

Phoenix: Show the court the murder weapon!
You: (hover over the attorney badge)
You: (sneeze)
Phoenix: Take That!
Judge: I'm sorry, Mr. Wright, but I'll have to penalize you.... with a guity verdict.
You & Phoenix: WTF!?!
Image<--- Friend me!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

An Attorney that's NOT short

Gender: None specified

Rank: Suspect

Joined: Fri Feb 20, 2009 8:58 pm

Posts: 39

Maybye it's just because I'm dumb or the instructions always freeze before I can read them but I have NOOO idea how to run this Casemaker
I'm not Wrong YOU'RE just not made of EPIC WIN
Image

Unexpected Turnabout!, Intro through Chapter 5 (incomplete) Out now! Last Update 2/24/09!
http://forums.court-records.net/viewtopic.php?f=11&t=14030&start=0
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

What do you mean by freezing?

Be more specific.
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

An Attorney that's NOT short

Gender: None specified

Rank: Suspect

Joined: Fri Feb 20, 2009 8:58 pm

Posts: 39

Whenever I click on the instructions in a Nutshell (you know what I mean right?) it starts to come up but always freezes the internet causing it to close out.
I'm not Wrong YOU'RE just not made of EPIC WIN
Image

Unexpected Turnabout!, Intro through Chapter 5 (incomplete) Out now! Last Update 2/24/09!
http://forums.court-records.net/viewtopic.php?f=11&t=14030&start=0
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

Ah, you were referring to downloading the pdf. Thought AIGE was freezing when you put some code from the book.

Try right clicking the link and putting save as. Then once the pdf is downloaded, open it outside of the browser.
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

An Attorney that's NOT short

Gender: None specified

Rank: Suspect

Joined: Fri Feb 20, 2009 8:58 pm

Posts: 39

Okay, Thanks.
I'm not Wrong YOU'RE just not made of EPIC WIN
Image

Unexpected Turnabout!, Intro through Chapter 5 (incomplete) Out now! Last Update 2/24/09!
http://forums.court-records.net/viewtopic.php?f=11&t=14030&start=0
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

News:
- (AIGE) Added command to get the current message box text.
PWLib 1.2 Under Development

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

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

- (AIGE) Added replaceonstring command to replace substrings withing string. Now is is possible to replace parts of a text with other text on the fly.
- (PWLib) Added KSA Technology Supplementary Library to the libs folder. It will contain generic functions not tied to PWLib (nut that can be used with 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.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

Sorry to be so nitpicky, but I've found another little graphical thing. The little advance arrow on the textbox should actually be a few pixels to the right. In the Ace Attorney games, it barely nudges the right side of the textbox.
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 knew there was a reason I found that arrow to be confusing in some fashion. Nice eye there YSword (Mind if I abbreviate your name to that, YggdrasilsSword?).
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

News
- (AIGE) Updated the item (added the support types [integer] and support texts [string]), allowing items to have more information stored for an item type. (Effect over PWLib: evidence will be updated allowing extended Check).

-----------------------
Will fix:
- Buttons with wrong size
- Text completion arrow placement
PWLib 1.2 Under Development

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

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

News
- (AIGE) Added mpg support for the Video Playback system.
- (AIGE) Added flv support for the Video Playback system. (Requires FLV Splitter installed)

AIGE Video Playback supports currently: avi, flv, mkv, wmv and mpg.
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

^ Ji Hye Jang

Gender: None specified

Location: Your mom

Rank: Medium-in-training

Joined: Tue Dec 18, 2007 4:16 am

Posts: 535

Just a note on the blowing for fingerprinting: Make sure there's a button for it, as not everyone has a mic.
Proud creator of the first released PWLib-made fangame! ^_^
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

Sure, if I do it, there will be an alternative way.
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

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

Is there a way of getting the extra characters other than searching the forum? (Which could take some time)
ImageImage
ImageImage
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

No, not currently. Be we could make a topic to unify PWLib character releases or something similar.
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

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

Oh, okay. Just making sure beofre I start searching the forum :P

You also might want to put the links on your site once they've been collected up...
ImageImage
ImageImage
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 think I might do it. Having a page with the released characters that aren't present on the active version of PWLib is a good idea.

News

- (AIGE) added ogv support for video playback.

---------------------------------
AIGE Video Support and the requirements:

- AVI Playback: no special codec needed.
- MKV: requires Haali Splitter.
- WMV: no special coded needed.
- MPG: no special coded needed.
- FLV: requires FLV Splitter.
- OGV: requires Haali Splitter.

For Haali Splitter, install Matroska Pack.

And as usual, the normal codecs like ffdshow are required to play the encoded data. I recommend ffdshow to avoid any kind of issues.

I'm also considering into adding other video extensions like ogv, mp4, mov and rm, in case they are possible.

PWLib: Professionalism, Power, Quality. All in 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.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

LuAA Developer

Gender: Male

Rank: Prosecutor

Joined: Thu Jan 01, 2009 4:46 pm

Posts: 607

Hey KSA,

Just wondering what you and saluk used for the default amount of milliseconds in between each letter in text functions.

For instance:

Code:
T
wait(x);
Th
wait(x);
The


Thanks.

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

Gender: None specified

Rank: Prosecutor

Joined: Fri Sep 05, 2008 9:18 pm

Posts: 821

What's with all these catchphrases?
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

What's with all the criticism?

Well, if your answer is "I feel like criticizing", then his answer could be "I feel like putting catchphrases".

Sounds logical to me :P
Image
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

MrCheeze wrote:
What's with all these catchphrases?

?



I might have a little surprise instore for when Phoenix objects. He does it very.......vocally.
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

In PWLib the wait time (msgbox text speed, and any other time related things) is related to the current FPS the engine runs on.

Very nice, Lt. Morke. Waiting anxiously for the surprise.
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: Prosecutor

Joined: Fri Sep 05, 2008 9:18 pm

Posts: 821

I tried to think of a friendlier way to put it, but couldn't. I can't prove it but, it's true.

Only JUST thought of smilies... *eyerolls at self*
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

LuAA Developer

Gender: Male

Rank: Prosecutor

Joined: Thu Jan 01, 2009 4:46 pm

Posts: 607

KSA_Tech wrote:
In PWLib the wait time (msgbox text speed, and any other time related things) is related to the current FPS the engine runs on.

Very nice, Lt. Morke. Waiting anxiously for the surprise.


How many frame skips then?

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

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

It depends on the fps the engine runs. AIGE auto-aligns such speeds to the current fps.

Why don't you go and try yourself some values? It is something anyone can do in 5 minutes.
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

LuAA Developer

Gender: Male

Rank: Prosecutor

Joined: Thu Jan 01, 2009 4:46 pm

Posts: 607

I was originally seeing if you guys had an exact amount of milliseconds inbetween.

However, I'll just let the user decide the text speed then, would be the most intelligent decision anyways.

Thanks anyways.

Image
priceless.
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

B12Core:

AIGE doesn't use directly a milisecond wait time.

It has a base speed, but the final speed is autocalculated referenced by how fast the engine goes. Unless I know the speed AADS runs, my value can't be accurate.

And even so, I think the speed might differ according to the method you used. Sometimes your code works with a difference pace.
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

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

I'm going to finish Phoenix up tomorrow. I just have to do his toupee and zoom animations, plus my little suprise.
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

Nice.

-------------------
Currently finishing some special AIGE features.
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

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

:phoenix: is done.

http://www.mediafire.com/?sharekey=f1426ae35371abadd2db6fb9a8902bda

I forgot to take a screenshot this time... :sadshoe:



My 100th post deserves my finest work :edgy:

EDIT: I forgot a sheet. Here is the new link:

http://www.mediafire.com/?sharekey=f1426ae35371abadd2db6fb9a8902bda
Image<--- Friend me!


Last edited by Lt. Morke on Sun Mar 01, 2009 7:07 pm, edited 1 time in total.
Page 79 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 76, 77, 78, 79, 80, 81, 82 ... 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:  
News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB

phpBB SEO