Board index » Present Evidence » Games

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


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

Gender: None specified

Rank: Suspect

Joined: Thu Sep 17, 2009 3:10 am

Posts: 2

Thanks for solving my last problem, but unfortunately I've hit another snag.
I've finished all the code for Tutorial 01, but all AIGE shows is a blank screen with the changed title.
My script has already been moved to the auto folder as well.
I hate to be a bother, but could someone please help me out? :phoenix:
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

When you did the Tutorial 0, the pwlib loader background did show?

Check if the GFx package is installed correctly (the PW folder is present on the game's folder).

game folder
- pwlib
- PW
- AIGE.exe

----------------------

I did some small updates on AIGE core recently too.
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

Some information:

I'll do a small feature demonstration for PWLib 1.2 beta, so I might get 1.2 out next week (since i have to finish something for university tomorrow).

News:
- (AIGE) AIGE now lists available drives and report free/total size for them on log.


Things I intend on finishing during the beta:
- Finish Mikumo Extension walking
- Make the save/load screen (just to keep it like an official pw game)
- Make verification if PW folder is valid
- Make AIGE show a window with "Loading" or something similar (more cosmetics)
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

Retired.

Gender: None specified

Location: Argentina

Rank: Suspect

Joined: Thu Aug 13, 2009 4:13 pm

Posts: 43

Nice, we have a small talk about that.

I think is the best idea.

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

wilddrawfour.tumblr.com

Gender: Male

Location: Yes

Rank: Medium-in-training

Joined: Thu Aug 14, 2008 12:19 pm

Posts: 457

Um, the textures are numbers right? How do I get their numbers?
Image

HERE COME DAT SPIRIT MEDIUM!
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

jaydrick0620 wrote:
Um, the textures are numbers right? How do I get their numbers?



Ok, think of it this way. You don't find the texture numbers. You GIVE the textures numbers.

example:
Code:
loadtexture(anynumber,"INSERT WHERE PICTURE IS LOCATED with \ \picturename.png");

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

jaydrick0620 wrote:
Um, the textures are numbers right? How do I get their numbers?


Adding a bit to AtLawl's explanation:

You have any picture. Whatever picture you like. And you want to use it in PWLib. Well, you won't be around using the picture's path every time, so, instead, you "name" it. This name is actually a number, whatever number you choose, called "texture ID".

Say, you want to use "lol.png". So, you load it (using the "loadtexture" or "replacetexture" commands, this last one avoids texture collissions), giving it a texture ID and specifying it's path, which, in this case, will be "PW/misc/lol.png". Say you want to give it texture ID "1001". Then, you use either of this commands:

Code:
loadtexture(1001,"PW/misc/lol.png");

or

replacetexture(1001,"PW/misc/lol.png");


Do you get it now? You don't get texture numbers, you give them to the images.
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

I found problem with the gavels and fixed it right away

You can get the fix here

http://www.mediafire.com/?g2qjywdyrja#

The problem was that the gavel showed on only half of the top screen

I also made the effect of the gavel look nicer and official. :godot:
Image
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Gender: None specified

Location: Germany

Rank: Suspect

Joined: Sun Sep 06, 2009 1:23 pm

Posts: 4

are the apollo justice court backgrounds and the switch between attorney and prosecutor in pwlib? :udgy:
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

Cruzius wrote:
are the apollo justice court backgrounds and the switch between attorney and prosecutor in pwlib? :udgy:


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

Gender: None specified

Location: Germany

Rank: Suspect

Joined: Sun Sep 06, 2009 1:23 pm

Posts: 4

yeah thanks i have found them
but in the folder "PW" there is "BigCourtroom.png" and is the apollo big courtroom also in pwlib?
and when yes .... where? :eh?:
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

Attorneyatlawl wrote:
I found problem with the gavels and fixed it right away

You can get the fix here

http://www.mediafire.com/?g2qjywdyrja#

The problem was that the gavel showed on only half of the top screen

I also made the effect of the gavel look nicer and official. :godot:


Wow, I inspired everyone to make everything look so good...
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

I don't recall if I added AJ's Big Courtroom to PWLib 1.1, but I'm sure it is on 1.2 now.

I will look, but I'm almost certain it isn't.
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 Biggest Pokémon Fan on court records

Gender: Male

Rank: Desk Jockey

Joined: Thu Sep 17, 2009 6:19 pm

Posts: 52

I can't open the PWlib in a nutshell file. How can I?
Image
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

blueMagatama wrote:
I can't open the PWlib in a nutshell file. How can I?


Make sure you have a functional .pdf reader. I use the latest Adobe Reader, so that should work for you.
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

Foxit Reader is also a good pdf viewer (and it is a lot faster then Adobe Reader).
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: None specified

Location: Germany

Rank: Suspect

Joined: Sun Sep 06, 2009 1:23 pm

Posts: 4

when pwlib 1.2 come out, will be also the apollo justice feature in it?
i mean the eye while the testimony :odoroki:
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

Cruzius wrote:
when pwlib 1.2 come out, will be also the apollo justice feature in it?
i mean the eye while the testimony :odoroki:


Yes it most definitely will.

It will ship with an apollo justice extension.

just wait for 1.2
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

Most AJ features are on 1.2 (Perceive and 3D Examination) as part of Apollo Justice Extension (codenamed Minuki).
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

SilentBobX said and I quote

Quote:
I think PyWright might be a good program for me to use. I just need to learn how to use it, as it looks the EASIEST.


Why does this tick me off so much?

(Though his ideas for fangames are awesome.)
Image
Image
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

No need to bring that up here, AtLawl.
But he's correct: while risking professionalism, PyWright IS the most user-friendly casemaker... At least until the PWLib Editor...

But don't try to start a discussion. The facts are the facts, people's interpretations aside.
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Prosecution Stalker

Gender: None specified

Rank: Desk Jockey

Joined: Wed Dec 31, 2008 4:54 pm

Posts: 128

some of the links on the front page don't work for me.
TroubleshootingTopic%20Title

Yagami Paulo

Gender: None specified

Rank: Suspect

Joined: Thu Sep 24, 2009 12:32 am

Posts: 2

Sorry for bothering you guys. I'm a fan of Gyakuten Saiban and recently I discovered about this PWLIB/AIGE. I follow instrucions of installations in http://www.gyakutenwiki.net/w/PWLib. That means, I downloaded

PWLib in a Nutshell (tutorials)
PWLib Hayase 1.1 Core (includes AIGE, external link)
PWLib Hayase 1.1 GFX - 2.0 (Graphics and sounds)
Phoenix Wright Font (optional but recommended)
PWLib Packager (for those building cases and wishing to pack them in a single EXE)
Microsoft Visual C++ Redistributable (required, external link)

And I already had directx 9.0c
Unzipped all, make the tutogame.hlsl that is in PWLib in a Nutshell
Then when I doubleclicked AIGE.exe nothings happen. The task manager quicly shows the program consuming RAM and sudden dissapear. I searched for the error log. Here it is.

Anime Image Game Engine - Log System
Engine Version: 0.9.700a (0.9.700 Alpha - Road To Beta Release)
AIGEHLSL Version: 0.9.900a (AHLSL Black Hime - Pre-Beta)
AIGEHLTL Version: 1.0 (AHLTL Crystal Legacy - Release)
AIGE is running in: C:\Jogos\AIGE
----------------------------------------------
<Log> Log System ready!
(21:25:1) <Input> Trying to initialize: Windows API-based Input Engine
(21:25:1) <Input> Initialization successfull.
(21:25:3) <Sound> Trying to initialize: Audiere Sound Engine
(21:25:3) <Sound> Initialization successfull.
(21:25:3) <Render> Initializing Direct3D System...
(21:25:3) <Render> Initializing Direct3D Device...
(21:25:3) <Render> Initialization in Hardware Mode failed. Trying Mixed Mode...
(21:25:3) <Render> Initialization in Software Mode failed!
(21:25:3) <Render> Problem with Texture Format Detection!
(21:25:3) <Render> Initialization successfull.
(21:25:3) <Render> Confguration successfull.
(21:25:3) <Texture Loader> Texture requested from Console.png!

I just don' get it. My machine is an AMD Duron 1 GHZ, 640 MB RAM, Video Card On Board PRO SAVAGE DDR (32MB). All the tests in Directx works with my videocard (Directdraw and Direct 3D works fine). Have you guys have and similar error? Thanks for any help.
[/color][/color]

"WOW That typing is just like my MDA Hercules Videocard with Ambar Color Monitor"
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 believe that people are not really stupid (aside some very small percentage), but lazy. That reason alone keeps easy stuff with no quality around and make life hard for those who put professionalism (and/or power) on a product at the cost of not be easy.

Some people might not have the knowledge to use a complex solution (because it isn't on their area of work), that is expected. Not everyone likes programming or developing with a powerful and more complex tool.
But there are the ones who simply don't care at all. They just chose the first stuff they find that's easy. They don't give a try to all solutions and then go saying that "this soution W is a good thing".
It's useless to actually point at them. They can betray, they can vanish, it's normal for them. Not really a good thing, but it's their own decision. Just ignore them, so they will be forgotten eventually.

Also, there is the point of the "what's most user-friendly". It is relative to the developer. I find AHLSL very easy to use, but I have a lot of knowledge on C and C++. Now get someone who never EVER saw programming. It will be hard to them. Programming isn't obvious. AHLSL isn't that easy language (or script language) that supposes 10 things at a command: you don't have, say, a char command that loads the char data and places it over the screen; you need to do a lot of things to get a character to show on AHLSL (create the char object, create all chars animations, etc). PWLib as a library, hides a lot of that, but you still don't have that easy mode char command.

An editor for PWLib is something that will make it very user friendly to the majority of users, but making a decent one isn't like walking on the park. It must be done decently and have lots of planning behind its shell. If it is to be done, it must be decently done, or else it's just a waste of time.

----------------------------
The KSA Technology HQ site is currently down (it was down yesterday afternoon).
----------------------------
@apolochaves
The error means DX couldn't be initialized on your pc configuration.
There isa bug on AIGE 700a that it ignores the Mixed Mode, but it was fixed on 800a.
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

Yagami Paulo

Gender: None specified

Rank: Suspect

Joined: Thu Sep 24, 2009 12:32 am

Posts: 2

Thanks, KSA_Tech. Now I'll waitfor the next version. Also, I like to say that your last post is very concise. And I think, if I really do like something (in case, the game) if I have to learn a programming language to make it better it's worth it. Once upon a time I had to learn Basic to have something to do on my 286. (!!!)

If someone criticizes, 'cause PWLIB don't have an editor, all I can tell is HOW MANY PEOPLE in the world worked in KDE, or GNOME? Linux wasn't born with a cute sweet interface made by Linus. It was a gradual period of aprimoraments and this take a lot of time (Just an example The KDE project started on October 14th 1996 and its first 1.0 version was released On 12 July 1998.).

All takes time and time brings the best software!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Prosecution Stalker

Gender: None specified

Rank: Desk Jockey

Joined: Wed Dec 31, 2008 4:54 pm

Posts: 128

oh the site went down okay thanks for the heads up. I thought my comp was just being mean to me thanks.
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

Do you have an estimated time when 1.2 release?
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:
Do you have an estimated time when 1.2 release?


I estimate mid-late October, or early November, since, apparently, the beta has still to start. 1 or 2 weeks after the beta starts, I'd say.
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

I just got Visual C++ and I am practicing and taking beginner to advanced tutorials with it.

Maybe by the time the editor gets started I can help with it.

:edgy:
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 think the PWLib 1.2 beta will start next week around Wednesday and Thursday, since I have an university test at Tuesday.

The demo game is pretty easy to make since it will only show stuff (and it can be done in a couple of hours).

The editor, as long as i have thought about it, will be on C++ using .NET stuff (to be completed quicker) for the interface (also since iti s VC++'s only way to design interfaces).
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

And your point is...?

Gender: None specified

Rank: Suspect

Joined: Fri Aug 21, 2009 8:41 pm

Posts: 39

oh JOY!
(Please ignore the CAPS...)
:minuki:
:unlock:
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

About the future of PWLib and my online time over CR:

I was thinking about last week that I was mostly away from CR, since I was busy studying:
I felt a lot better staying away from CR due to the problems we all know (unfortunately, nothing changed, just got worse here). I won't stop looking here since PWLib users will post questions, as well I will release updates.

PWLib won't be paused/put on hold/canceled, but I stated to feel sad just reading some stuff on CR recently. I feel a lot better playing Heroes of Newerth then having to look at two betrayers, and many other bad things here.
With every step of CR, i feel i should leave it, the less I like it, the more i hate it. But I won't abandon the users here like a previous someone did.

-----------------------------
For the beta I'm thinking on using a early version of the Mio Sakamoto char sprite.
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

Currently I jut got some free time, so I'm working on making a window show while AIGE compiles the scripts (so it won't appear that AIGE is locked).
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

And your point is...?

Gender: None specified

Rank: Suspect

Joined: Fri Aug 21, 2009 8:41 pm

Posts: 39

I STILL can't get the poses to work!
Could you give me an example for phoenix or something?
:udgy:
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

What do you see behind the mask?

Gender: Female

Location: Germany

Rank: Ace Attorney

Joined: Thu Mar 13, 2008 11:09 pm

Posts: 2431

Whatever you do, KSA, I want to assure you that you do amazing work and that we are all very thankful that there exist awesome casemakers like PWLib. Thanks, man.
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

Poses on PWLib have 2 basic phases to do for them to work.
The first one is to create the character you will use the poses. For that you use:

runscript("pw_create<charname>");

For example:

runscript("pw_createmaya");

The second one is to enable the pose itself to the character. Basically it will tell PWLib to use an specific pose.

runscript("pw_enable<charname><posename>");

For example:

runscript("pw_enablemayanormal");

The pose functions are on the character files on the pwlib/data folder. I plan to release soon a book that will list all poses for all characters (the text is done, just need to build the book).

Also you only load the characters ONCE. The poses can be changed at will.
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

Perrydotto wrote:
Whatever you do, KSA, I want to assure you that you do amazing work and that we are all very thankful that there exist awesome casemakers like PWLib. Thanks, man.


I second that. Without PWLib and AIGE, Phoenix Wright: Remnants of the Past would not have been possible. Many thanks, and keep up the amazing work. I cannot, and I mean CANNOT, wait for PWLib 1.2, where all the little effects that bothered me in 1.1 will be changed. Plus, a better tutorial?! The first one was great, so I can't wait to see that either!
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

Implemented the AIGE Splash Screen.

It can be disabled on config, and will show a pic (BMP) of your choosing while AIGE processes all scripts before loading PWLib.
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

nuuuuu, stoooooop

Gender: Female

Location: America

Rank: Admin

Joined: Fri Feb 23, 2007 5:16 am

Posts: 5255

KSA if you decide to spend less time on CR that's your choice, but I have to ask that you quit with the martyr posts. I know you've spent a lot of time and energy on your casemaker, but no one is obligated to use or even try it, if that's their choice, and you accusing other users of being lazy betrayers is not only inappropriate but contrary to what you're trying to accomplish here.

The users here are lucky to have so many options for their casemaking ventures. Every casemaker is different and everyone has their different reasons for choosing which one to work with--and that is a good thing. So stop shooting yourself in the foot by putting other people down!
ImageImage
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 just tried to program the pose, but it still won' t work
here is what i put in
Code:
runscript"pw_enablephoenixpoint2"

Page 101 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 98, 99, 100, 101, 102, 103, 104 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

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