Board index » Present Evidence » Games

Page 70 of 131[ 5218 posts ]
Go to page Previous  1 ... 67, 68, 69, 70, 71, 72, 73 ... 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

Yes. The Check Evidence support. I changed the use of the supportid for items, and the edit kept the older format.

The sup var controls how many pages the evidence will have (on PWLib 1.2, on 1.1 it is 0 or 1).

I hope you got the idea.

PWLib 1.2 will have a better evidence edit system.
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

All right, I got it. Thanks.
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 so frequently bug you, but I have another question. How can I fade the top screen but not the bottom? DDRKhat's Case 1 had some line of code to resize the screen fader or something, but it didn't seem to work.
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 make a simple function to make it work easily (for PWLib 1.2) and I'll post it here earlier for 1.1 users.

Now one a generic note: it is when you open up that you will be more harshly ignored. I think someone just did that to me.
--------------------------------------------------
Current Status over PWLib 1.2 todo:
- Shinku
- Perceive System Integration Button (it is something I will easily do, many other things shifted my work time from 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

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

@YggdrasilsSword

Here is the simple screen fade controls:

[pw_configtopscreenfade]
placegenobj("aige_screenfader",0,0);
setgenobjsize("aige_screenfader",256,192);

[pw_configbothscreenfade]
placegenobj("aige_screenfader",0,0);
setgenobjsize("aige_screenfader",256,384);

[pw_fadescreeninclassic]
placefadescreen(25,"I");
wait(26);

[pw_fadescreenoutclassic]
placefadescreen(25,"O");
wait(26);

[pw_fadescreenininstant]
placefadescreen(0,"I");

[pw_fadescreenoutinstant]
placefadescreen(0,"O");
PWLib 1.2 Under Development

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

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

KSA_Tech wrote:
@YggdrasilsSword
Be aware that the above code will not fade only the top-screen on our current AIGE. I can confirm this because it is exactly what my Case 1-1 attempts to do. If you were to examine [case1_setup] you would notice it.

Code:
setgenobjsize("aige_screenfader",256,192); // We force the fadescreen to only do the top screen


So just a headsup
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

It seems to be a bug with AIGE 0.9.700a. But in all, it is fixed over 0.9.800a.

There are alternative ways to fade the top screen only for now, and I'm sure DDRKhat used one of them.

If you have any trouble with the code, let me know.
PWLib 1.2 Under Development

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

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

KSA_Tech wrote:
It seems to be a bug with AIGE 0.9.700a. But in all, it is fixed over 0.9.800a.

There are alternative ways to fade the top screen only for now, and I'm sure DDRKhat used one of them.

If you have any trouble with the code, let me know.
I did at one point however you informed me that when 1.1 was released the method used would work fine so I removed it.
If you put your mind to it, you can accomplish anything!
"(Not)Guilty" for PWLib | Emergency Case Selection Fixes
Case 1-1 for PWLib | Pearl
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

You could fade the screen using the placefadescreen, but the bug on 0.9.700a is that the resizing of the object fails (as you mentioned, DDRKhat).
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

Since its been a long time since PWLib 1.1 got released, I think is would be nice to lay out a list of changes over 1.1 to 1.2 (from what I remember):

- Fixed the issue with missing gfx on the Court Records in certain occasions
- Official multi char support, allowing limitless characters over the screen
- Gif to AB-ready sheet functions
- Video playback
- Perceive system
- Psyche Locks with power to easily generate new designs
- Some areas were reformed (examination, talk, move)
- Questions now show aligned and the frame shows correctly
- Fixed Accelerated Render issue
- Reformed config file
- Standardized Effects (places standard format, naming)
- Killlable Effects
- New Effects (move towards, zoom, ext)
- Fixed basic 3D support logic
- New AHLSL features such as Vectors and Full Functions
- Support functions guided to make the developer life easier
- Achievements System on AIGE
- Many secret, internal features added
- New Characters (thanks to the community)
- Reformed AIGE FPS System
- New Loading order for PWLlib
- Fadescreen fixed
- Added Styling for AJ/PW
- Shinku
- AHLSL improvements
- Text Center, Right and Justified aligns
- Reorganization of the GFX
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

KSA_Tech wrote:
Since its been a long time since PWLib 1.1 got released, I think is would be nice to lay out a list of changes over 1.1 to 1.2 (from what I remember):

- Fixed the issue with missing gfx on the Court Records in certain occasions
- Official multi char support, allowing limitless characters over the screen
- Gif to AB-ready sheet functions
- Video playback
- Perceive system
- Psyche Locks with power to easily generate new designs
- Some areas were reformed (examination, talk, move)
- Questions now show aligned and the frame shows correctly
- Fixed Accelerated Render issue
- Reformed config file
- Standardized Effects (places standard format, naming)
- Killlable Effects
- New Effects (move towards, zoom, ext)
- Fixed basic 3D support logic
- New AHLSL features such as Vectors and Full Functions
- Support functions guided to make the developer life easier
- Achievements System on AIGE
- Many secret, internal features added
- New Characters (thanks to the community)
- Reformed AIGE FPS System
- New Loading order for PWLlib
- Fadescreen fixed
- Added Styling for AJ/PW
- Shinku
- AHLSL improvements
- Text Center, Right and Justified aligns
- Reorganization of the GFX

That is quite a lot of stuff. What's this about "generating new designs" for psyche-locks?
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

Define the layout of the psychelock. Basically define the chains and the locks that will appear, and how. The Dynamic Psyche Lock System.
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 kind of judge you can trust

Gender: Male

Rank: Decisive Witness

Joined: Tue Jun 12, 2007 4:51 am

Posts: 279

KSA_Tech wrote:
My real consern about AADS is nothing personal against B12Core (even though it could be, but it isn't), but the small fact that people might abandon other casemaker no matter the quality that AADS has, but only by the sole fact that it is in the DS.
In other words, no matter how good PWLib is for example, AADS will get users just because it is "DS". I can see that by the way papermario reacted to it: "It's gonna be on the DS! YAY!". It overshgadowed the fact that it is made in PWLib, just because it will be on the DS. It is expected that most people can easily advance from "ah, why PWLib is you can DS it out?". I think a certain someone just said that. How do people want to expect that I'll just smile and say "right, I'll just accept the fact that no matter how good I work on this, it will be lost because it isn't DS"? So I feel that PWLib will be just remembered, but not used. It is a sad fact for me, and it would be really something that means "left alone".

I don't expect B12Core to understand it, and I think Shinkinrui will simple ignore it like he did to my last post, but it's the internet, where people mostly don't care about what others really feel.


KSA, I don't think people will leave either you or PWLib alone. As I've said before, only one person has brought up using the B12's casemaker instead of yours. And, viewed in the context, his statement seems to be only a response to you INSISTING that PWLib or PyWright should always be used as a first choice. You're going to have to accept that even if your casemaker is regarded as "the best," there WILL be some people that don't use it. It doesn't mean you'll be left in the dust.

Maybe you should try just letting PWLib stand on it's own merits instead of doing everything you can to discredit B12 and his project. Your casemaker stands on it's own merits very well.

In the meantime, it's pretty obvious that your ego needs a little stroking, or you wouldn't be so butthurt(why accuse me of ignoring you, anyway? lol). So, I present this call to everyone who sees this:

Come tell KSA_Tech how much you love him and PWLib! Show him how many people out there will continue to support him and use his casemaker! He needs a group hug!
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

:gymshoe: Group hug, pal!
If this is okay with KSA, of course.
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 with it, really.

I know people like papermario will support PWLib (he said it so I know), but what about other people in the wild?

-------------------------------------------------------------------------------------
I will try to not digress from the objectives and focus over the 2 needed to-dos:

- The Auxiliary button to integrate Perceive System
- Shinku
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788


Last edited by KSA_Tech on Tue Jan 20, 2009 11:46 pm, edited 1 time in total.
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

YggdrasilsSword wrote:
:gymshoe: Group hug, pal!
If this is okay with KSA, of course.


Um... I think he was being sarcastic. After all, "butthurt" doesn't sound too well... Yeah.
Image
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

DeMatador wrote:
YggdrasilsSword wrote:
:gymshoe: Group hug, pal!
If this is okay with KSA, of course.


Um... I think he was being sarcastic. After all, "butthurt" doesn't sound too well... Yeah.

Oh. I didn't notice it.
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 people don't really care about each other feelings. So simply ignore it.

------------------------------------------------------
Why does AHLSL do not have (at least yet) the goto command (and labels):

I'm scared of velociraptors:

Image
PWLib 1.2 Under Development

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

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

I shouldn't have to repeatedly keep stating that I respect his work, I've had to drag him out of his emo-like slum a few times via instant-messenger. No offense to him but I believe he gets de-spirited too easily although it is nice to see others taking the initiative to try and keep his spirits up.
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

I'm not de-spirited this time. In fact, I'm at the peak I was since the PyWright case was severed. It won't be something like that that will de-spirit me anymore.
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

KSA_Tech wrote:
Some people don't really care about each other feelings. So simply ignore it.

------------------------------------------------------
Why does AHLSL do not have (at least yet) the goto command (and labels):

I'm scared of velociraptors:

Image

Velociraptors? :beef:
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

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

The kind of judge you can trust

Gender: Male

Rank: Decisive Witness

Joined: Tue Jun 12, 2007 4:51 am

Posts: 279

I actually wasn't trying to be sarcastic, so sorry :(

It's hard for me to encourage someone that I don't know very well, and truth be told, I don't have a favorable opinion of him personally. But he does deserve acknowledgement for his excellent work, so I am trying to get people who might be a bit closer to him from working together with him to show him some more encouragement. Reading my post now, it does look pretty crass. Sorry about that ksa, my intentions honestly were good, and I do care about not hurting peoples' feelings, including yours.
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

@Shinkinrui

But you rarely did talk to me, if ever, so there's no way for you to define an opinion about myself (in the same extend I can't define one of you). Sometimes I tend to look egocentric about things, but it isn't how I act all the time. I have a very dear feeling for AIGE, so sometimes I really tend to overprotect it the wrong way.

Anyway, back to PWLib development:

I intend to finish all impeding issues over Shinku to resume definitive work on it. Most namely the button that will be needed to integrate the Perceive System on the PWLib 1.2 core.
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

- (PWLib) Added Support button for the Magatama and the Bracelet (active and inactive). Screenshots soon.
- (PWLib) Perceive System integrated to PWLib core.
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

Wow, seems the updates are godly. I can't wait for the release!
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

The Support button (in the Perceive Active, Perceive Inactive and Magatama settings):

Image

The Perceive Active one automatically will be configured to start a perceive section, so if a Perceive Session is configured, nothing else is needed after calling that function.

The developer will be able to easily configure the support button to meet custom needs as well.

PWLib 1.2 might not bear the Hayase series name like its predecessor. Its release will mark a new era on PWLib, so I think it might need a series name change.

On a side note, using the Perceive System on 1.2 is very easy even without Shinku.
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

The buttons are a bit of a different color from the background.
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 know, I have to fix the GFX, but it's no big deal.
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

So, we can use either the GS2-3 method or the GS4 method for psyche locks, yes?
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 classic, GS2-3 Psyche Lock method is supported since PWLib 1.0, only lacking the chain animations. So you can use both methods without any problem in 1.2. It's just an addition of a new method, and you will be able to use both modes in a game.
PWLib 1.2 Under Development

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

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

I thought the chain animations got completed? Or are you stating that it was in 1.0 and 1.0 was lacking the chain animations?
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

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

Did I mention that PWLib is missing those arrows on the left and right of the evidence pages when I first showed this image?
Image
I might have forgotten to, but there should definitely be arrows. Correct me if I'm wrong.

*P.S. I've just realized that this was my 100th post. Therefore necessitating a Metal Gear Solid quote.
"Everything has its beginning. But doesn't start at 'one.' It starts long before that, in chaos. The world is born... from zero. The moment zero becomes one is the moment the world springs to life. One becomes two. Two becomes ten. Ten becomes one hundred. Taking it all back to one solves nothing. So long as zero remains, one... will eventually grow to one hundred again."


Last edited by YggdrasilsSword on Wed Jan 21, 2009 11:43 pm, edited 1 time in total.
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

Up to 1.1, the chain and locks weren't present on PWLib, but the logic to build psyche locks was there since 1.0.

@Yggdrasil

Yes, they are missing, and for some reasons when i decide to add them, I get sidetracked by something. I'll try to do them on 1.2. They aren't really hard to add btw.
And no, you only mentioned about the missing button gfx if I recall.
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

Information Concerning PWLib 1.2 release:

With the addition of the Support button, Perceive is about 90% ship-able (some effects are missing, but the core is 100% done). also some minimal issues are to be fixed (like the missing arrows that yggdrasilssword pointed).
PWLib 1.2 will be released once it looks really killer towards 1.1, so it won't be influenced by PyWright's releases (if b11 comes by for example) nor AADS's betas.
As I begun the testing with in the wild games, it is a signal that the intended set of features in the core for 1.2 are done or almost done. But no release dates are to speculated, as things might change easily over the course of development.

But one thing I can assume: if PWLib 1.1 was a very big improvement over 1.0x versions, 1.2 is about 10x the same amount over 1.1. I decided to do many other things aside from the todo list I had at hand, so development got longer, but it was worth all the time.

With PWLib reaching a new era in its development, and a possible new series name, it will be guided to ensure the most perfect PW experience on the PC for fangames over the course of new releases, including 1.2.

: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

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

Cool KSA!

Um, what about the perceive graphics for the AJ characters? (I noticed that Kristoph's perceive animation rips was previously on his sprite sheet on the main site, but now they aren't.)
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

Wait, much more relevant question: how does saving and loading work?
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

Let me see if I recall how I did it on 1.1.

I recall that 1.1 do not have the "save menu", but you can have static, one static place saving.

You save with the pw_saveprogress function if i'm not wrong (don't have a setup-ed 1.1 pwlib here). Check the pw_saveload.hlsl file just in case. I'll look into it tomorrow as after I finish testing ToL on 1.2 i'll go sleep (it's past midnight 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.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

Wow, the Perceive System/Magatama look great! I can't wait for the release.

I'm still trying to make the game, and still running into problems (not with the program, but with my computer, files, etc.)

Plus, I've started up a club as you can see in my signature. Lots to do:D Good luck with PWLib!
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

@YggdrasilsSword

I have Kristoph's one (colored and bw ones) added to the GFX 3.0 for PWLib 1.2., but no one else's (didn't find them).

I'll explain the save thing tomorrow since I'm getting real sleepy.
Just finished ToL's testing and PWLib 1.2 really own 1.1 over certain things.

@papermario13689

The Perceive even has the engage animation on the right time.
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Page 70 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 67, 68, 69, 70, 71, 72, 73 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

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