Board index » Present Evidence » Games

Page 102 of 131[ 5218 posts ]
Go to page Previous  1 ... 99, 100, 101, 102, 103, 104, 105 ... 131  Next
 


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

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

@iciclefire

You did the command wrong. It is:

runscript("pw_enablephoenixpoint2");

You forgot the (, ) and ;
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 Updates:

- Reorganized the AIGE folder:
-- Created conf folder to hold AIGE's config files
-- Broke config.cfg on two files, engine.cfg and game.cfg. The engine.cfg contains engine related configurations, as the game.cfg contain game related configurations.
-- Created data folder to hold specific stuff (splash screens, console gfx, etc)

The aige folder will be much more organized on 800a, helping with PWLib development.
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

AIGE and Remnant of the Past Supporter

Gender: None specified

Location: Where the umbra lies, visibility rise

Rank: Desk Jockey

Joined: Sat Aug 01, 2009 5:46 am

Posts: 57

I absolutely can not wait for 1.2 . I'm thankful what you have done KSA.


Do you need help on PW Editor? My friend is a engineer as I said before in the email I sent you. I think he can help you code here and there.

EDIT: KSA, hope you do well on your University Test.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

And your point is...?

Gender: None specified

Rank: Suspect

Joined: Fri Aug 21, 2009 8:41 pm

Posts: 39

i put in the (,) and ; , but it still won't work...
is there something wrong?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

AIGE and Remnant of the Past Supporter

Gender: None specified

Location: Where the umbra lies, visibility rise

Rank: Desk Jockey

Joined: Sat Aug 01, 2009 5:46 am

Posts: 57

Iciclefire wrote:
i put in the (,) and ; , but it still won't work...
is there something wrong?

Please clarify why it's not working. White screen, freeze, wrong pose?
Also tell me what you are trying to insert and which character.
The pose name depend on what the animator creator code.
Make sure you have run the charcreation aleasy once for EACH Character

I will give you a whole script example once I can return to my computer.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

And your point is...?

Gender: None specified

Rank: Suspect

Joined: Fri Aug 21, 2009 8:41 pm

Posts: 39

an error appears and it won't stop. (especially because i am using an objection.)
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

AIGE and Remnant of the Past Supporter

Gender: None specified

Location: Where the umbra lies, visibility rise

Rank: Desk Jockey

Joined: Sat Aug 01, 2009 5:46 am

Posts: 57

Iciclefire wrote:
an error appears and it won't stop. (especially because i am using an objection.)

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

Nyaaaaan~ Moé Powers Go!

Gender: Male

Location: O' Canada

Rank: Ace Attorney

Joined: Fri Jan 25, 2008 6:04 am

Posts: 1502

Just thought I'd let everyone know that the pw_apollo.hlsl file is corrupt. When I had it in my pwlib folder, AIGE stopped working. When I removed it, it started working again.

If Apollo could be redone, it'd help my game quite a bit!

Thanks.
Image
The dancing Sakura petals; only in such grace do we see the beauty of the world.
Lovely wife PandaPrinzessin, charismatic sons Meenyman and Romeo, and talented daughters Reiji and sparkleranger78.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Retired.

Gender: None specified

Location: Argentina

Rank: Suspect

Joined: Thu Aug 13, 2009 4:13 pm

Posts: 43

papermario13689 wrote:
Just thought I'd let everyone know that the pw_apollo.hlsl file is corrupt. When I had it in my pwlib folder, AIGE stopped working. When I removed it, it started working again.

If Apollo could be redone, it'd help my game quite a bit!

Thanks.


Search and remove the "By Comaster" of the file and done.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

And your point is...?

Gender: None specified

Rank: Suspect

Joined: Fri Aug 21, 2009 8:41 pm

Posts: 39

it is a:
<script> Warning! Couldn't runscript "pw_enablephoenixpoint2" because it couldn't be found!
auto\__________________.hlsl:220
when running in primary mode
courtno1:runscript("pw_enablephoenixpoint2");
(__ being the name of the project)
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Nyaaaaan~ Moé Powers Go!

Gender: Male

Location: O' Canada

Rank: Ace Attorney

Joined: Fri Jan 25, 2008 6:04 am

Posts: 1502

Comaster wrote:
papermario13689 wrote:
Just thought I'd let everyone know that the pw_apollo.hlsl file is corrupt. When I had it in my pwlib folder, AIGE stopped working. When I removed it, it started working again.

If Apollo could be redone, it'd help my game quite a bit!

Thanks.


Search and remove the "By Comaster" of the file and done.


Excellent! It works now. Many thanks for the assistance!
Image
The dancing Sakura petals; only in such grace do we see the beauty of the world.
Lovely wife PandaPrinzessin, charismatic sons Meenyman and Romeo, and talented daughters Reiji and sparkleranger78.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Retired.

Gender: None specified

Location: Argentina

Rank: Suspect

Joined: Thu Aug 13, 2009 4:13 pm

Posts: 43

papermario13689 wrote:
Comaster wrote:
papermario13689 wrote:
Just thought I'd let everyone know that the pw_apollo.hlsl file is corrupt. When I had it in my pwlib folder, AIGE stopped working. When I removed it, it started working again.

If Apollo could be redone, it'd help my game quite a bit!

Thanks.


Search and remove the "By Comaster" of the file and done.


Excellent! It works now. Many thanks for the assistance!


No problem.

It´s my mistake.

I have to re-upload the file.

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

AIGE and Remnant of the Past Supporter

Gender: None specified

Location: Where the umbra lies, visibility rise

Rank: Desk Jockey

Joined: Sat Aug 01, 2009 5:46 am

Posts: 57

Iciclefire wrote:
it is a:
<script> Warning! Couldn't runscript "pw_enablephoenixpoint2" because it couldn't be found!
auto\__________________.hlsl:220
when running in primary mode
courtno1:runscript("pw_enablephoenixpoint2");
(__ being the name of the project)

Locate ("/PWLib/Data") Search for Phoenix. if it's not there then redownload the Core Package again. If it is there, open it up and search for [pw_enablephoenixpoint2]. Tell me the result
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 warning says that the function you're trying to run is missing.

Basically that function doesn't exist. Check the phoenix wright file to see the available pose functions.
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

My name is Judge.

Gender: Male

Location: Just Outside Your Peripherals

Rank: Ace Attorney

Joined: Fri Mar 21, 2008 5:47 pm

Posts: 1607

Sorry about not having the sprite ready KSA, exams are taking a toll on my spare time.
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 problem, I can wait a little bit longer.
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

Nyaaaaan~ Moé Powers Go!

Gender: Male

Location: O' Canada

Rank: Ace Attorney

Joined: Fri Jan 25, 2008 6:04 am

Posts: 1502

Quick question: with the new character additions for PWLib, they seem to be missing name boxes. Is it possible to have them added in, since I really need those for my game.

Thanks for the help:)
Image
The dancing Sakura petals; only in such grace do we see the beauty of the world.
Lovely wife PandaPrinzessin, charismatic sons Meenyman and Romeo, and talented daughters Reiji and sparkleranger78.
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

papermario13689 wrote:
Quick question: with the new character additions for PWLib, they seem to be missing name boxes. Is it possible to have them added in, since I really need those for my game.

Thanks for the help:)


Aren't them all in the PW_Nameboxes file? I'm pretty sure they are.
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Nyaaaaan~ Moé Powers Go!

Gender: Male

Location: O' Canada

Rank: Ace Attorney

Joined: Fri Jan 25, 2008 6:04 am

Posts: 1502

That is true, but in the new characters there isn't a function to show the namebox in the program. With Phoenix, you can use pw_setnameboxtophoenix command to make the namebox appear, but the new characters don't have this.

As much as I'd like to avoid asking for help, I have no idea how to add this feature for the new characters like Trucy and Apollo. Which is why I'd appreciate the help if someone could add this function for the newer characters.

Thanks for the help:)
Image
The dancing Sakura petals; only in such grace do we see the beauty of the world.
Lovely wife PandaPrinzessin, charismatic sons Meenyman and Romeo, and talented daughters Reiji and sparkleranger78.
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

I'll check on that as soon as I get to my PC. Give me 15 min.
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

I have returned!

Gender: Male

Rank: Decisive Witness

Joined: Thu Jul 02, 2009 7:53 pm

Posts: 264

Really, Sometimes you have to look at the TOP! for the namebox commands for the character

Or do CTRL+F and search namebox (no spaces)
Image
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

I'll check with Comaster, but I think all chars came with their own namebox function.
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

Nyaaaaan~ Moé Powers Go!

Gender: Male

Location: O' Canada

Rank: Ace Attorney

Joined: Fri Jan 25, 2008 6:04 am

Posts: 1502

I found out that while I was editing some other files, that part of Trucy's file was deleted. I re-downloaded all the GS4 characters(it seems that when I downloaded them from a different site, the namebox functions were missing), and their nameboxes are shown. Sorry for the concern, and thanks for the help!

But one more question: Which of Trucy's functions shows her pulling up Mr. Hat? I've tried messing around with "pw_enabletrucyconjuration" and "pw_enabletrucypuppet" but it seems to jump right to her talking with Mr. Hat already out.

Thanks!
Image
The dancing Sakura petals; only in such grace do we see the beauty of the world.
Lovely wife PandaPrinzessin, charismatic sons Meenyman and Romeo, and talented daughters Reiji and sparkleranger78.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

AIGE and Remnant of the Past Supporter

Gender: None specified

Location: Where the umbra lies, visibility rise

Rank: Desk Jockey

Joined: Sat Aug 01, 2009 5:46 am

Posts: 57

I'm trying to add transparency to one of my animation... although it doesn't work. KSA, could you help me please?


papermario13689 wrote:
I found out that while I was editing some other files, that part of Trucy's file was deleted. I re-downloaded all the GS4 characters(it seems that when I downloaded them from a different site, the namebox functions were missing), and their nameboxes are shown. Sorry for the concern, and thanks for the help!

But one more question: Which of Trucy's functions shows her pulling up Mr. Hat? I've tried messing around with "pw_enabletrucyconjuration" and "pw_enabletrucypuppet" but it seems to jump right to her talking with Mr. Hat already out.

Thanks!


If I remember right.... I think it's called
Code:
pw_enabletrucyventriloquism


Last edited by Applebutter on Fri Oct 02, 2009 3:06 am, edited 1 time in total.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

AIGE and Remnant of the Past Supporter

Gender: None specified

Location: Where the umbra lies, visibility rise

Rank: Desk Jockey

Joined: Sat Aug 01, 2009 5:46 am

Posts: 57

Deleted at the request of the owner will

Reason: Invalid Information Posted
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

And your point is...?

Gender: None specified

Rank: Suspect

Joined: Fri Aug 21, 2009 8:41 pm

Posts: 39

It does not have that pose; it has phoenix point down/up instead.
PS: Do you have an Apollo file?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

AIGE and Remnant of the Past Supporter

Gender: None specified

Location: Where the umbra lies, visibility rise

Rank: Desk Jockey

Joined: Sat Aug 01, 2009 5:46 am

Posts: 57

Iciclefire wrote:
It does not have that pose; it has phoenix point down/up instead.
PS: Do you have an Apollo file?

Then use those pose instead.
Apollo was created after the release of 1.1 by CoMaster.
It will be included with 1.2, but if you want it now use the search button and search
"Apollo Mediafire" since I don't recall what page it is in.
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

Applebutter wrote:
I'm trying to add transparency to one of my animation... although it doesn't work. KSA, could you help me please?


You mean by coding? As in color-coding? I don't think that works with AIGE. You must add transparency via an image-editing software, such as Paint.Net or the GIMP. If you need help with this, feel free to PM me.
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

AIGE automatically uses any transparency the image has, so all you need to do is to edit the file the way you want (on gimp, photoshop, etc) save as png and load in AIGE.

That is called Native Transparency.
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 have returned!

Gender: Male

Rank: Decisive Witness

Joined: Thu Jul 02, 2009 7:53 pm

Posts: 264

It seems that PWLib 1.2 beta will be out soon! :will:

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

L'cie

Gender: None specified

Location: Hanya

Rank: Desk Jockey

Joined: Sun Aug 16, 2009 6:29 am

Posts: 54

I can't wait to make a Gyakuten Kenji case in 1.2.. Gonna be rad. I'm working on a case on PWLib right now actually..The one for PWLib in a Nutshell that is.. Heheh.. :edgy:

EDIT: ..I guess I've ran into a bit of a problem. During the tutorial case, when I try to present Trucy's GS4 Promo, After I present it, I get a message box that's cut in half, and it doesn't show any text, then goes back to presenting evidence for the GS4 Promo.. it looks like this

Spoiler:
Image


Any idea guys..? :(
Image
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

That is because you forgot to show the message box.

AIGE do not show the message box if it's hidden when a message command is executed: It stays paused there.

To show the message box, do:

runscript("pw_showmessagebox");
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

The Twisted Samurai

Gender: Male

Location: Wherever I may roam.

Rank: Ace Attorney

Joined: Sun Oct 04, 2009 10:05 pm

Posts: 4848

will there be a toutorial??? :yuusaku:
Because I am total like that :udgy: :beef: if it goes about such things
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

L'cie

Gender: None specified

Location: Hanya

Rank: Desk Jockey

Joined: Sun Aug 16, 2009 6:29 am

Posts: 54

Quote:
To show the message box, do:

runscript("pw_showmessagebox");


I did that, But it still doesn't work.. :sadshoe:
Image
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

PWLib 1.1 and older versions have its own tutorial book, PWLib In A Nutshell.

1.2's final version will have one too, PWLib Unleashed.

-------------
Run the command after the present, before using any message commands.

Also you can send the code to me to so i can 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

L'cie

Gender: None specified

Location: Hanya

Rank: Desk Jockey

Joined: Sun Aug 16, 2009 6:29 am

Posts: 54

Quote:
Run the command after the present, before using any message commands.

Also you can send the code to me to so i can check.


Did that too.. :sadshoe:

Yeah, I'm going to send you the code, Thanks for helping :phoenix:
Image
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

Issue solved via PM.
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 over the 1.2 Beta, and the Demonstration Game:

I began working on it today, and the game will follow this layout:

Each "case" will demo a certain area of PWLib (some more specific, some more generic). All cases will start unlocked, since people will be able to browse by all of them.

-------------------------------------
News
- (AIGE) Many additions, fixes and micro enhancements. The exe is nearing 1mb!
- (PWLib) Fixed and Enhanced the Case Selection Screen. Now it uses latest slide effects, and won't start a case if the case begin function is missing.
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

Nyaaaaan~ Moé Powers Go!

Gender: Male

Location: O' Canada

Rank: Ace Attorney

Joined: Fri Jan 25, 2008 6:04 am

Posts: 1502

I really don't mean to nitpick, but perhaps you'd like to know:

- Some characters like Hobo Phoenix have some poses that have errors.(Multiple sprites flickering on the page, bad placement causing jumps)
- Other characters like Young Klavier have at least one pose where a part of another sprite sneaks into the picture(Young Klavier wall slam shows a bit of another sprite.)

If these can be fixed, that'd be awesome.
Image
The dancing Sakura petals; only in such grace do we see the beauty of the world.
Lovely wife PandaPrinzessin, charismatic sons Meenyman and Romeo, and talented daughters Reiji and sparkleranger78.
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

Hobo Phoenix is fixed on 1.2 (he is a char that has a very known past of scripting errors).

During the beta there errors if seen can be quickly fixed and updates released over the Updater System.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Page 102 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 99, 100, 101, 102, 103, 104, 105 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

Who is online
Users browsing this forum: AshuraMage and 11 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