Board index » Present Evidence » Games

Page 60 of 131[ 5218 posts ]
Go to page Previous  1 ... 57, 58, 59, 60, 61, 62, 63 ... 131  Next
 


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

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

One problem with that method: The colours will be slightly off.

You won't really be able to tell, though.
ImageImage
ImageImage
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

The test program for the automated gif to sheet conversion (folder version):

[game]
changetitle("Converting...");
automakesheetsfromgifsinfolder("ToSheet/",1024,1024);
quit();

----------
I'll see about LipSync 1.1.
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

Forever New Frontiers

Gender: None specified

Rank: Suspect

Joined: Sun Nov 30, 2008 4:33 am

Posts: 34

Quick question: Will there be a chart/list of id numbers that are already used in the default pwlib files, or mention of a safe number to start at incrementally in the upcoming documentation? (the image texture ones, don't know if there are others)
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

The texture ID number relates only to the file you use it for. For instance, I start off at 500 when I'm animating. Now, bot Edgeworth and April have a 500 in there coding. However, there respective files have a line dictating what file 500 stands for.

I think I said that right. :yuusaku:
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

No, the texture id is global to all AIGE/PWLib Code.

To know the currently used ones, use: generatetexturelist(); you wil get a texlist.txt file with the listing of used ids.
For chars, use a high id.
There's need to list all used ids on all currently done chars, so if someone do this we can easily assign ids to new chars.
PWLib 1.2 Under Development

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

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

Wait, so I have to go back and change all of the IDs for Edgeworth?

Also, you might want to look at that sprite sheet generator. I've noticed that it doesn't include every fifth frame in the sheet.
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

Yes, you will need to change. If two chars have colliding tex ids, they can't be used together.

The sheets were generated from the gifs, so if the gifs do not have it, i can't do anything about 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

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

KSA_Tech wrote:
Yes, you will need to change. If two chars have colliding tex ids, they can't be used together.

Crap.

KSA_Tech wrote:
The sheets were generated from the gifs, so if the gifs do not have it, i can't do anything about it.

No, the gifs have the frame. The reason I noticed it was because I was using the gif to test the animation speed. Its no big deal since so far the missing frames are later on in the sheet.
Image<--- Friend me!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Luke: Layton's #1 Apprentice

Gender: Male

Location: United Kingdom

Rank: Bug Sweeper

Joined: Fri May 30, 2008 4:19 pm

Posts: 365

Woo, colliding texture ids... I had that problem before at some point... Nasty.
Web developer by night, school student by day. That's how I roll.
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 have to look on the code of the frame composer to see if something is wrong, but i'm sure I process all frames that the gif gives.

The textures are numbered to make the search faster.
PWLib 1.2 Under Development

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

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

Thank you Notepad, for your wonderful "Replace" option.
I've got dibs on the 500s

Small update on Edgy:

DA Miles Edgeworth is ready to fill in for Phoenix.
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

You don't need to do the DA version... There are some features in AIGE that allows mirroring an object just for that.
PWLib 1.2 Under Development

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

Gender: None specified

Rank: Prosecutor

Joined: Fri Sep 05, 2008 9:18 pm

Posts: 821

Some details are changed, except for the zoom.
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

If there's some difference, it's okay to do the DA ones (I think I never noticed a difference).
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

The future of PWLib (1.2)

PWLib 1.2 will be released once Shinku is done for. The tutorial about it will be done eventually, gradually. This will give people a more stable PWLib earlier, since I have no help at the moment to write the tutorial book.
PWLib 1.2 Under Development

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

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

KSA_Tech wrote:
If there's some difference, it's okay to do the DA ones (I think I never noticed a difference).


What's the one thing Phoenix never goes to court without? (hint: 1st thing in Court Record) :phoenix:
Image<--- Friend me!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Prosecutor

Joined: Fri Sep 05, 2008 9:18 pm

Posts: 821

Also unflipped hair and that thing where the buttons aren't done up the female way.
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

Oh, yeah, didn't notice both differences.
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

Eep! Gargle...

Gender: Male

Location: Lake Hylia

Rank: Desk Jockey

Joined: Sat Nov 08, 2008 8:52 pm

Posts: 101

Why is AIGE constantly telling me that something isn't installed, and that re-installing it may fix the problem? Is that what I should do?
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

Because you forgot to install something. (The MS Visual Studio 2005 SP1 Redistributable or the d3dx dll)

Witch message does it display?
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

Eep! Gargle...

Gender: Male

Location: Lake Hylia

Rank: Desk Jockey

Joined: Sat Nov 08, 2008 8:52 pm

Posts: 101

KSA_Tech wrote:
Because you forgot to install something. (The MS Visual Studio 2005 SP1 Redistributable or the d3dx dll)

Witch message does it display?


It says, I quote:

This application has failed to start because d3dx9_36.dll was not found. Re-installing the application may fix this problem.

But I thought I had downloaded that.
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 dll must be on the same folder as AIGE.exe.
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

Eep! Gargle...

Gender: Male

Location: Lake Hylia

Rank: Desk Jockey

Joined: Sat Nov 08, 2008 8:52 pm

Posts: 101

KSA_Tech wrote:
The dll must be on the same folder as AIGE.exe.


Nope, still nothing.
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're using the wrong dll then. It must be d3dx9_36.dll, as the error says.
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

Eep! Gargle...

Gender: Male

Location: Lake Hylia

Rank: Desk Jockey

Joined: Sat Nov 08, 2008 8:52 pm

Posts: 101

KSA_Tech wrote:
You're using the wrong dll then. It must be d3dx9_36.dll, as the error says.


Could you provide a link? I thought I downloaded the correct one of the Microsoft Download Centre...
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

http://www.dll-files.com/dllindex/dll-files.shtml?d3dx9_36
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

LipSync 1.1 goes gold.

LipSync 1.1, also called "Mapped LipSync", was added to AIGE.

-----------------------------------------------------------------------
LipSync 1.0 X Lipsync 1.1

The version 1.0 is based on the principle of Talking X Silent Animations. It is the one currently used by PWLib since 1.0. To use it, it is only needed to define a talking animation (AIGE will use LipSync 1.0 automatically one the talking animation is defined).
The version 1.1 is based on the principle of Mapped Pose Per Letter. It can be called also Dynamic LipSync. To use it, you must define a map file and add at least one map handle (pose). (AIGE will use LipSync 1.1 automatically once a map handle is defined).

Both can be used in alternating manner without problem, due to the automatic switching of versions. AIGE 0.9.800a will ship with a template file for the LipSync 1.1 Map (extension .lsm).

I'll try to post a video comparing both approaches, as well a video on the Perceive 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

Luke: Layton's #1 Apprentice

Gender: Male

Location: United Kingdom

Rank: Bug Sweeper

Joined: Fri May 30, 2008 4:19 pm

Posts: 365

WAHEY!!!

/me loves LipSync 1.1

...now we need to migrate 1.0 -> 1.1...
Web developer by night, school student by day. That's how I roll.
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 need to migrate, the 1.0 one still works, so no need to update any character pose to use 1.1.

1.1 supports the old 1.0 method, so no change required.

I name 1.0 the method we use on pwlib up until now and 1.1 to the dynamic new method.

In other words, AIGE has 2 methods of lipsyncing: 1.0 and 1.1.
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 KSA Technology Simple Video Wrapper Library to PWLib's libs folder, allowing easy on the fly video playback and setup on PWLib games.
PWLib 1.2 Under Development

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

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

News:

- (AIGE) Added new commands to animation system (to compensate the new changes in it). Smart commands when setting animations on objects (so the animation won't reset all the time in case it's the same animation).

The smart animation setters are not needed on PWLib, so this is most an update of AIGE's functionality.

The smart animation set is needed in cases you set an object's animation on an "on hold" command of a key, a parallel command or something to the same effect to a same animation. In those cases, the smart version prevents the animation from restarting at every new call (thus killing the intended effect).
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

Notes about PWLib 1.2

Work began on the PWLib Unleashed, together with Shinku development, so I might be able to release 1.2 by the end of this year.
The cover (at least a version of it) was also completed (and it is heavily based on the PWLib In A Nutshell cover).
Currently I'm organizing the Index of the book (to guide me when i start writing the chapters).

I'll try to work a bit on Shinku today, so it will get even closer to release. also, AIGE is under on the spot optimizations to provide faster speeds and lower load times.

In PWLib 1.2, the engine is better organized, allowing me to release punctual updates to most specific features, as well the engine is powered by some custom content makers, allowing even easier customizability (without the use of Shinku).

The FPS calculation interval was changed from 0.35 to 0.30. Smaller numbers may cause adverse results to AIGE, and I will try to fix such issues in next versions.

Gif to animation might not be on AIGE 0.9.800 (since I want to update PWLib earlier since it's been a long time since PWLib got updated).

PWLib 1.2 will be released with:
-Video playback
-Playlist
-Psyche Locks
-Perceive System
-Shinku Language Set
-Dual Areas (the ones you can slide from one to other)
-New Examination code (the close to real one)
-Multi-char supported core
-Updated chars to support multi-chars
-Support commands to unlock all cases, clear the court records, shake all screen
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

The Cover for the PWLib Unleashed (big one, so better only url it):

http://www.ksatechnologyhq.com:1357/pwlib/PWLibUnleashedCover.png

Also a preliminary version of the index was compiled by me (based on the points from some people). It's not final, so I'm still working on it to make sure it is the most complete possible.

: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

lol boobs.

Gender: Female

Rank: Ace Attorney

Joined: Sat Nov 08, 2008 7:59 pm

Posts: 2792

KSA_Tech wrote:
The Cover for the PWLib Unleashed (big one, so better only url it):

http://www.ksatechnologyhq.com:1357/pwlib/PWLibUnleashedCover.png

Looks pretty good, but I don't like Ema and she's in the middle.. :sadshoe:
Image

"also you meant: Are you from Germany, sorry on the one hand I am not sure about English grammar on the other hand I am a grammar nazi" - Coffee Prosecutor
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

This one was based on the previous tutobook cover.

I might make more combinations if time allows me 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-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:
This one was based on the previous tutobook cover.

I might make more combinations if time allows me to.
A huge graphic considering it's only a PNG, I normally suggest highly compressed JPG images at that size, especially if your going to run the website from where you do. (I'll not state where, given what it could then excite people to 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-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Fri Dec 12, 2008 8:31 am

Posts: 12

Hey, first thanks for everyone's hard work: This tool opens-up so many possibilities!

I was just wondering if there's any progress with Edgeworth: I'd really love to see him animated. =]
I know there have been posts about that recently, but are we to expect him soon or is help still needed?
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

rockonground wrote:
Hey, first thanks for everyone's hard work: This tool opens-up so many possibilities!

I was just wondering if there's any progress with Edgeworth: I'd really love to see him animated. =]
I know there have been posts about that recently, but are we to expect him soon or is help still needed?
He is in moderate production by Lt. Morke. All he needs to really do is fix missing poses and wrap up the coding, as several animation sheets have been provided by KSA converted from the GIFs. I can't give a definite time because I don't know how long he works, how fast, or anything else. But in my shoes if I had the time then I would say that I could manage to complete Edgeworth by christmas and release him as a christmas present. 2 weeks I personally would believe is plenty of time, however I am speaking as a person who has no life meanwhile he could have social gatherings to go to.
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'll try to make the png smaller (like the over cover, that is only ~400kb).

Oh, and I'll try, this time, to include test scripts and demonstration scripts for each part of PWLib. I will possibly need help from people to do this in time.
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

Official Announcement:

Work on the PWLib Unleashed will begin shortly, so I'm looking for people to help on various aspects of the book: revision, writing, layout, ideas, screenshots, scripts, custom content and so on.

This time the book will give a solid introduction towards AIGE and AHLSL, as well as how to install PWLib (and the needed software required).

As I have to work in Shinku, helping is essential for this book to come live upon PWLib 1.2's release. In short: no help, no book in time, simple and square.

I'll also need to write demonstration scripts for each feature in PWLib, as a complement to the book's chapters. For those who want to learn by reference, the scripts will be there to look at. And for those who want to read, the scripts will help on the "how to place things and where".

Everyone who wants to help: post here in the topic (PMs are ok, but please try to post in the topic).
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Page 60 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 57, 58, 59, 60, 61, 62, 63 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

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