Board index » Present Evidence » Games

Page 128 of 131[ 5216 posts ]
Go to page Previous  1 ... 125, 126, 127, 128, 129, 130, 131  Next
 


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

Gender: None specified

Rank: Suspect

Joined: Wed Jul 25, 2012 8:20 pm

Posts: 2

:jake: hey this is a dumb question, but how do you do right/wrong presents in court itself? the only examples in the tutorial just use jumpscript to the next statement...

Spoiler:
[crossT-1]
definevar([signal],"int");
setmsgboxtextcolor(255,0,255,0);
runscript("pw_enableemanormal");
runscript("pw_setnameboxtoema");
message("I was returning from the \npacking area when I saw it.");
waitsignal("advance",[signal]);
if(<compare([signal],"equal",1)>,<jumptoscript("crossT-1present")>,<null()>); //present
if(<compare([signal],"equal",2)>,<jumptoscript("crossT-1press")>,<null()>); //press
if(<compare([signal],"equal",4)>,<jumptoscript("crossT-2.0")>,<null()>); //next

[crossT-1press]
runscript("nextpwcrossexamsimple");
jumptoscript("crossT-2.0");

[crossT-1present]
jumptoscript("crossT-1");


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

The protagonists of my fangame!

Gender: None specified

Location: Behind you...

Rank: Desk Jockey

Joined: Fri Jul 08, 2011 11:26 am

Posts: 55

Try using currentitemcode like in the "Presenting Evidence" part of the tutorial.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Wed Jul 25, 2012 8:20 pm

Posts: 2

i tried that, it didn't work too well. this is what i did

Spoiler:
[cross1-3]
definevar([signal],"int");
runscript("pw_enableemanormal");
runscript("pw_setnameboxtoema");
message("fff");
waitsignal("advance",[signal]);
if(<compare([signal],"equal",1)>,<jumptoscript("cross1-3present")>,<null()>);
if(<compare([signal],"equal",2)>,<jumptoscript("cross1-3press")>,<null()>);
if(<compare([signal],"equal",3)>,<jumptoscript("cross1-2")>,<null()>);
if(<compare([signal],"equal",4)>,<jumptoscript("cross1-4")>,<null()>);


[cross1-3press]
runscript("hidepwmenu");
runscript("pw_hidemessagebox");
runscript("pw_showadvarrowmenu");
loadandplaysfx("/voice/en/Apollo - Hold It.mp3",0);
runscript("pw_raiseholdit");
runscript("pw_showmessagebox");
message("press3");
runscript("hidepwmenu");
runscript("showpwcrossexamination");
runscript("nextpwcrossexamsimple");
jumptoscript("cross1-4");

[cross1-3present]
runscript("hidepwmenu");
runscript("pw_hidemessagebox");
runscript("pw_showadvarrowmenu");
loadandplaysfx("/voice/en/Apollo - Hold It.mp3",0);
runscript("pw_raiseholdit");
runscript("pw_showmessagebox");
message("press");
definevar([signal],"int");
runscript("pw_setnameboxtonoone");
messageauto("I found a contradiction!!!");
wait(6);
if(<compare([currentitemcode],"equal",1003)>,<jumptoscript("cross1-3presentcorrect")>,<jumptoscript("cross1-3presentwrong")>);

[cross1-3presentcorrect]
runscript("pw_showmessagebox");
runscript("pw_setnameboxtophoenix");
message("What about this?");
runscript("setlipsynctochar");
runscript("pw_setnameboxtoema");
runscript("pw_enableemanormal");
message("You may be right...");
jumptoscript("cross1endcorrect");

[cross1-3presentwrong]
runscript("pw_showmessagebox");
runscript("pw_setnameboxtophoenix");
message("What about this?");
runscript("setlipsynctochar");
runscript("pw_setnameboxtoema");
runscript("pw_enableemanormal");
message("What is this supposed to mean \nanyway?");
jumptoscript("cross1-3");


but when i present it just makes a bluup noise and jumps straight to the next testimony
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title

Prosecution Stalker

Gender: None specified

Rank: Desk Jockey

Joined: Wed Dec 31, 2008 4:54 pm

Posts: 128

quick question does this support the logic system from AI Miles Edgeworth?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title
User avatar

The protagonists of my fangame!

Gender: None specified

Location: Behind you...

Rank: Desk Jockey

Joined: Fri Jul 08, 2011 11:26 am

Posts: 55

PWLib 1.1 doesn't. 1.2 does though.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title

Prosecution Stalker

Gender: None specified

Rank: Desk Jockey

Joined: Wed Dec 31, 2008 4:54 pm

Posts: 128

thanks n_n
I saw all the features I'm pretty impressed. After I get some sprites to my liking and the story fleshed out more I'll give this a shot.
I also really love the tutorial <3 thanks for making this simple
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title
User avatar

Poor Rainbow Dash...

Gender: Male

Rank: Suspect

Joined: Thu Aug 09, 2012 3:11 am

Posts: 15

I started making a game with PWLib some time ago, and it was on a different computer than the one I'm using now. When I switched to this computer, buttons like these (including those used in the main menu) became ugly-looking. Does anyone know what might cause this? Both computers use the same version of Windows 7, and I haven't touched the graphics at all, so I don't know why it's doing this all of a sudden.

Image
On the left is what it looks like; on the right is what it's supposed to look like.
"Perhaps I'm not as stupid as I am ugly!"
- BohepansTheThird, "Let's Play MY Way: I Wanna Be The Guy" (NSFW)

My DeviantART

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

The protagonists of my fangame!

Gender: None specified

Location: Behind you...

Rank: Desk Jockey

Joined: Fri Jul 08, 2011 11:26 am

Posts: 55

Try switching profiles(you can find the profile definitions in the profiles folder and set the active one in config.cfg).
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title
User avatar

Poor Rainbow Dash...

Gender: Male

Rank: Suspect

Joined: Thu Aug 09, 2012 3:11 am

Posts: 15

drthingums wrote:
Try switching profiles(you can find the profile definitions in the profiles folder and set the active one in config.cfg).


Tried it, it didn't work.

If it helps, I have an Intel HD Graphics 4000 display adapter.
"Perhaps I'm not as stupid as I am ugly!"
- BohepansTheThird, "Let's Play MY Way: I Wanna Be The Guy" (NSFW)

My DeviantART

Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-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

Are you perhaps using PWLib 1.1? If that's the case, that could very well be your issue with your onboard graphics card adapter.
PWLib 1.2 fixed this issue.
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-Topic%20Title
User avatar

Poor Rainbow Dash...

Gender: Male

Rank: Suspect

Joined: Thu Aug 09, 2012 3:11 am

Posts: 15

DDRKhat wrote:
Are you perhaps using PWLib 1.1? If that's the case, that could very well be your issue with your onboard graphics card adapter.
PWLib 1.2 fixed this issue.

Yes, but only because 1.2 hasn't come out yet.
"Perhaps I'm not as stupid as I am ugly!"
- BohepansTheThird, "Let's Play MY Way: I Wanna Be The Guy" (NSFW)

My DeviantART

Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-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

Ah. Yes. That is true... I'll see if KSA would mind giving you a copy. If you contact me via an instant messenger (skype, preferably) I'll see what I can do.
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-Topic%20Title
User avatar

Poor Rainbow Dash...

Gender: Male

Rank: Suspect

Joined: Thu Aug 09, 2012 3:11 am

Posts: 15

DDRKhat wrote:
Ah. Yes. That is true... I'll see if KSA would mind giving you a copy. If you contact me via an instant messenger (skype, preferably) I'll see what I can do.

I'd appreciate that, thanks! Do you want to exchange Skype names via private messages, or is it okay if we just do it here?
"Perhaps I'm not as stupid as I am ugly!"
- BohepansTheThird, "Let's Play MY Way: I Wanna Be The Guy" (NSFW)

My DeviantART

Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-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

If you look hard enough you will probably find my skype details ;)
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-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 700a, and some revisions of AIGE 800a had that issue with Intel Cards.
After a long while I fixed it for newer 800a revisions (and I still don't get why the "older" code bugged).

I plan to release PWLib 1.2 with AIGE 0.9.800a when I managed to fix the save/load system. PW5 Trailer kinda got me interested for a possible return to PWLib development like I used to.
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-Topic%20Title
User avatar

Ace Culprit

Gender: Male

Location: pilipinas

Rank: Desk Jockey

Joined: Sat Oct 09, 2010 1:57 pm

Posts: 138

KSA_Tech wrote:
AIGE 700a, and some revisions of AIGE 800a had that issue with Intel Cards.
After a long while I fixed it for newer 800a revisions (and I still don't get why the "older" code bugged).

I plan to release PWLib 1.2 with AIGE 0.9.800a when I managed to fix the save/load system. PW5 Trailer kinda got me interested for a possible return to PWLib development like I used to.


nice.. great news
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Wed Nov 28, 2012 12:20 am

Posts: 3

So, I've been wanting to try this for a while now, but everytime I come here, KSA's site is always down.

Is that supposed to happen? If it is, where can I actually download PWLib?
Sorry if I'm being a bother.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title

Gender: Male

Location: Somewhare

Rank: Suspect

Joined: Sat Dec 01, 2012 12:33 am

Posts: 31

KSA_Tech wrote:
AIGE 700a, and some revisions of AIGE 800a had that issue with Intel Cards.
After a long while I fixed it for newer 800a revisions (and I still don't get why the "older" code bugged).

I plan to release PWLib 1.2 with AIGE 0.9.800a when I managed to fix the save/load system. PW5 Trailer kinda got me interested for a possible return to PWLib development like I used to.


I am so excited, I can't wait to see it :D

I wish I could offer some help, but i can't really code all that well X( But if you need Photoshop work done, then I could XD
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title
User avatar

Anime Girl Obsessive

Gender: None specified

Rank: Suspect

Joined: Tue Jul 30, 2013 6:53 am

Posts: 5

I don't mean to be a bother (my apologies if I am) but I've tried to get my hands on AIGE to no avail. The site is down and I'm not sure when it'll be back up. Could anyone here provide information? I'm sure I'm not the only person wondering.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-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

I'm fairly certain the PWLib project was abandoned, which is a shame, because it had a lot of potential. There were a lot of developer issues and then a lack of updates killed the project. If he still hangs around, KSA_Tech might have a version available. I think I MIGHT have a copy of the 1.2 Beta sitting in my docs, but I'm unsure.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title
User avatar

Anime Girl Obsessive

Gender: None specified

Rank: Suspect

Joined: Tue Jul 30, 2013 6:53 am

Posts: 5

I can't recall how but I actually got my hands on PWLib. I just need the AIGE. I suppose since PWLib is a resource pack that I can just use another engine but I found it hard to believe I was the only one interested in it.

As sad as I am to hear it's abandoned it feels even worse to know that people that want to try it can't.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-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

Here is my PWLib folder, I BELIEVE (not certain) it is a 1.2 Beta build. I couldn't find an actual download link anymore, so I just packaged it up. It should also have AIGE. I can't guarantee the usability of any of it, since I haven't touched the stuff in years, but it's yours to fiddle with.

(Link removed by request)


Last edited by Percei on Thu Aug 01, 2013 3:13 am, edited 1 time in total.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title
User avatar

Anime Girl Obsessive

Gender: None specified

Rank: Suspect

Joined: Tue Jul 30, 2013 6:53 am

Posts: 5

Thank you very much! I've spent the last three days looking for anything I could find~

If I can do anything to repay you just shoot me a PM or something. I'd feel bad if I just took this and left. ^^;

Edit:
I got a message about the Beta version being expired? I don't know much about AIGE but was it something I had to pay for?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-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

It was not a pay-to-use software no, but there may have been an expiry date in the beta software :(

One thing you could try and do would be to C&P the 1.1 stuff you have into that folder and see if that works.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title
User avatar

Anime Girl Obsessive

Gender: None specified

Rank: Suspect

Joined: Tue Jul 30, 2013 6:53 am

Posts: 5

I'm not sure what you mean. This is the first version of AIGE I've gotten and the PWLib I have is apparently version 2.0 (or so it says). ^^;

Edit:
The site went back up? Must be my lucky day!

Edit 2:
I have both of the proper downloads now (apparently). Now to see if they work. Thank you again for your help, I didn't think the site would just start working like that again. ^^;
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title
User avatar

Gender: Male

Rank: Medium-in-training

Joined: Tue Dec 29, 2009 12:08 pm

Posts: 361

jkid101094 wrote:
I got a message about the Beta version being expired? I don't know much about AIGE but was it something I had to pay for?


You can bypass it by removing the following lines in pwlib.hlsl:

Code:
//Check for expiration date (beta/test/alpha content)
runscript("pw_checkexpiration");


However, I don't know if it'll have any further negative effects.
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title
User avatar

Yup. I'm a salmon.

Gender: Male

Location: The Ironic Sea

Rank: Suspect

Joined: Sun Jan 06, 2013 9:28 pm

Posts: 46

The furthest I've gotten was the "Game Selector" screen. It's only a background image though, and I got there through skipping the compiling process entirely. The other error is if you try to get rid of everything that has to do with dates and date checking, it will start compiling, and then crash soon after.

This is harder than I thought, unless I just missed something?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-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

Just to clarify. The 1.2 "Beta" that Percei has offered you all does not seem to be a functional version of 1.2 (And I'm not fully certain it's the beta) I will also point out that Percei should not have distributed the beta, considering his agreement with KSA is that he would not have.
Sorry to be a kill joy here, I would love to give you all a working version but I am on the agreement not to distribute it and I will not do so here nor in private. It is pretty much a hoping game that KSA will eventually see there is still interest in his game engine.
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-Topic%20Title
User avatar

Gender: Male

Rank: Medium-in-training

Joined: Tue Dec 29, 2009 12:08 pm

Posts: 361

Big Edit:
@IronicSalmon - this beta is ''fickle'' and seems to work (or not) differently depending on the system. On my asus I managed to get to the some kind of demonstration, but it was bugged. I didn't have any problems with compiling. On the other hand, on my main PC I cannot run it at all (Windows tell me AIGE is not configured properly).
Image


Last edited by Darth Wiader on Thu Aug 01, 2013 7:11 am, edited 1 time in total.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title
User avatar

Anime Girl Obsessive

Gender: None specified

Rank: Suspect

Joined: Tue Jul 30, 2013 6:53 am

Posts: 5

DDRKhat wrote:
Just to clarify. The 1.2 "Beta" that Percei has offered you all does not seem to be a functional version of 1.2 (And I'm not fully certain it's the beta) I will also point out that Percei should not have distributed the beta, considering his agreement with KSA is that he would not have.
Sorry to be a kill joy here, I would love to give you all a working version but I am on the agreement not to distribute it and I will not do so here nor in private. It is pretty much a hoping game that KSA will eventually see there is still interest in his game engine.

My mistake. My apologies to you all. ^^;

Thankfully, as I said, the site went back up so I'm not completely left laying in the dark.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-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

DDRKhat wrote:
Just to clarify. The 1.2 "Beta" that Percei has offered you all does not seem to be a functional version of 1.2 (And I'm not fully certain it's the beta) I will also point out that Percei should not have distributed the beta, considering his agreement with KSA is that he would not have.
Sorry to be a kill joy here, I would love to give you all a working version but I am on the agreement not to distribute it and I will not do so here nor in private. It is pretty much a hoping game that KSA will eventually see there is still interest in his game engine.


I was in now way trying to undermine KSA (nor did I have any agreement with him, he just gave me a .rar) and was just trying to provide them with AIGE, since the site was, at the time, down. KSA has expressed quite outright that he considers this project all but dead--at least the last time I spoke with him that was what he said--as much of a shame that is.

I have removed the link as a courtesy, and like I said, I didn't guarantee the functionality of anything.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title
User avatar

Gender: Male

Rank: Medium-in-training

Joined: Tue Dec 29, 2009 12:08 pm

Posts: 361

PWLib is dead? It's sad to hear it :(.
Are there any chances for KSA to change his mind?
Anyway, I kept that beta because of some graphic rips I couldn't find elsewhere (for example, forensics stuff). Let's say that I would like to use these rips - to whom should I give credits - KSA?
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title

Objection!

Gender: None specified

Rank: Desk Jockey

Joined: Wed Jun 30, 2010 3:51 am

Posts: 56

So if there is a working version of 1.2 and the project is dead, where's the point in not putting it up for people to download? As of right now, there's a lot of work effectively wasted. If the existing policies (i.e. no unapproved mirrors) are kept, a disclaimer can be included, stating that PWLib is dead and will not be receiving any support anymore.

I don't really understand. :o
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title

Gender: None specified

Rank: Medium-in-training

Joined: Wed Aug 04, 2010 7:34 pm

Posts: 440

If he considers it dead, then he should have courtesy as a developer to open source it so others interested in the engine can take over and keep it alive (and maker more user friendly ;p)
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title
User avatar

Yup. I'm a salmon.

Gender: Male

Location: The Ironic Sea

Rank: Suspect

Joined: Sun Jan 06, 2013 9:28 pm

Posts: 46

Does anybody think that, with some skilled programmers, we could piece together our own 1.2?
I wonder how long that would take to make...
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-Topic%20Title

Gender: None specified

Rank: Medium-in-training

Joined: Wed Aug 04, 2010 7:34 pm

Posts: 440

You can, if the engine(s) are/is open-sourced.

You're better off developing for Pywright at this point though.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-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 have been trying to get ahold of KSA_Tech for a good long while; I see him online but never receive a response.
Unfortunately I will have to stick to my guns here about this potential abandonware in that I cannot offer you guys a working version until he can confirm it's ok.
If we can get solid evidence then I am more than willing to offer the entire thing (graphics, the lot) to be hosted some place for you all to grab a copy and try and help as much as I can (when I have the time) with coding with 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-Topic%20Title
User avatar

Rising Inspirations

Gender: Male

Rank: Decisive Witness

Joined: Sun Aug 01, 2010 8:46 pm

Posts: 241

Much appreciated DDRKhat. I see him online in steam from time to time, but we haven't talked in years. I still would love for a chance to transfer my project into 1.2.
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-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 certain things just can't stay dead, apparently.

Rayaj contacted some time ago, and after much deliberation and thinking, I'm slowly resuming work on PWLib. Is been, like, 5 years?

I'm considering into releasing the last worked on PWLib 1.2 version (with minor fixes that Rayaj found) to the public, given consideration if people will be interested into PWLib or not (given what Rayaj's 'marketing' goes).

Also, the considerations to actually put a more sizeable timeframe for PWLib development is: will people actually use PWLib and not simply "just because" decide for other solutions? I don't want to put work on something, and it ends up like 5 years ago.

Also, given what happened in the past, I won't be active in this forum. I don't want the trouble and issues that happened in the past all over again. Rayaj will be the one who will be my middle-man for issues, unless people come contact me directly.

That's all for now, I think.
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-Topic%20Title

Gender: None specified

Rank: Medium-in-training

Joined: Wed Aug 04, 2010 7:34 pm

Posts: 440

Well, why don't you have PWLib 1.2 released and see how that stuff goes. Is PWLib even open-source?

There's not much projects I'm aware about being developed/worked on nowadays from what I can tell...it would be noted that the time sink may not be worth doing.
Page 128 of 131 [ 5216 posts ] 
Go to page Previous  1 ... 125, 126, 127, 128, 129, 130, 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

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