Board index » Present Evidence » Games

Page 126 of 131[ 5218 posts ]
Go to page Previous  1 ... 123, 124, 125, 126, 127, 128, 129 ... 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

On my old desktop pc, the files were tagged "AIGE High Level Scripting Language" (aka AHLSL), an it loaded. Try installing PWLib 1.1 from the ground (on a clean folder). Maybe a corrupted file is preventing the load.

Also I noticed that on AIGe 800a the commands with spaces before them refuses to work (that was expected since I removed the Relaxed Compiler Model). On 700a i think that it isn't an issue.
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

Oh No! It's Snack Time!!

Gender: Male

Rank: Suspect

Joined: Thu Sep 16, 2010 11:41 am

Posts: 15

Well.. This is really annoying :payne:

I don't think it's my script, it's the rest...

this is one of the error messages,
' Warning: Target Script Missing
<Script> Warning! Couldn't run script "pw_initpwlib" because it could not be found!
auto\tutogame.hlsl.hlsl:7
when running in primary mode
setu:runscript("pw_initpwlib");'
It gives me a message pretty much like this for every line in my script.

Why does it say 'hlsl.hlsl:7'? :meekins:

Does just downloading it again and putting is somewhere else count as putting it in a clean folder? I have already tried that and it dosen't work...
Image

Image
ka-tonk*...You just got snackoo'd!
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 double extension isn't really an issue (as the last extension is the valid one).


The error means that pwlib wasn't included by AIGE for the current script session (missing #include(pwlib/pwlib.hlsl) ).

Error explanation:
<Script> Warning! Couldn't run script "pw_initpwlib" because it could not be found!
auto\tutogame.hlsl.hlsl:7

Means:
runscript command with parameter pw_initpwlib failed because the script block/function pw_initpwlib wasn't found.
The error was on file auto\tutogame.hlsl.hlsl at line 7.
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

I drew Mona Lisa on the sand

Gender: None specified

Rank: Suspect

Joined: Thu Jun 25, 2009 6:07 am

Posts: 10

OH, IT WORKED NOW.
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

Probably the site went offline for a few seconds when you tried the first time. Sometimes it happens.
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

Oh No! It's Snack Time!!

Gender: Male

Rank: Suspect

Joined: Thu Sep 16, 2010 11:41 am

Posts: 15

Yay, It worked Now!

I completely started again, downloaded the core and GFX, installed it somewhere else, and made a completely new script...
And it worked!

I'm so happy! :acro:

I've noticed something else... If you don't activate the srrow menu, it still shows the white arrow with a black background.

Also, how do you set the name box to bailiff?
how to center text?
how use the typing effect?
how to show an image over both screens?
and how do you make comments?
Image

Image
ka-tonk*...You just got snackoo'd!


Last edited by likelittlemarc on Mon Sep 27, 2010 1:47 am, 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

All nameboxes are set by a function called pw_setnameboxto<charname>.

For the bellboy, it is runscript("pw_setnameboxtobellboy");

Comments on AHLSL present on 700a are made by adding // in front of the line.
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

Oh No! It's Snack Time!!

Gender: Male

Rank: Suspect

Joined: Thu Sep 16, 2010 11:41 am

Posts: 15

I did

runscript("pw_setnameboxtobailiff");

but it didn't work.
Image

Image
ka-tonk*...You just got snackoo'd!
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

Then the bellboy file isn't installed. A recent post has a list of all post 1.1 release chars released.
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: Male

Location: Melbourne, Australia

Rank: Ace Attorney

Joined: Thu Oct 08, 2009 10:56 am

Posts: 1371

KSA_Tech wrote:
Then the bellboy file isn't installed. A recent post has a list of all post 1.1 release chars released.


KSA_Tech, the bellboy and Bailiff are two different characters.

likelittlemarc- If I remember correctly, the Bailiff namebox data can be found in the custom namebox.hlsl file in the Damion Shard game folder. Despite the Bailiff namebox being included in 1.1, the data to use it wasn't so Yggdrasilsword made it. If you just copy and paste the data from DS to your folder, it will work. I hope this makes sense. ;)
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

Oh, sorry. I was fast-reading stuff today as I was very busy with study and several other things related to a project of mime (related to AIGE, not to PWLib).

I'll make the code for the Ballif namebox and post it here. Thanks for pointing out, Tap.
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 baliff namebox code will be:

Code:
[pw_setnameboxtobaliff]
recfunctionname([pw_nameboxfunc]);
setmsgboxtickersound("sfx-blipmale.wav");
setgenobjgraphic("pwnamebox",112);
setgenobjtexturecoordinates("pwnamebox",50,42,50,14);
showgenobj("pwnamebox");

Paste it on a file and save it on the auto folder. PWLib 1.2 will include this code on the file pw_extranamebox.hlsl on the pwlib/data folder.

------------------------------
News
- (AIGE) Fixed huge bug on AHLTL loading that caused AIGE to crash.
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

Oh No! It's Snack Time!!

Gender: Male

Rank: Suspect

Joined: Thu Sep 16, 2010 11:41 am

Posts: 15

Thanks,

As I posted before;
I have noticed that if you don't activate the arrow menu in PWLib, it still shows up with the white arrow on the bottom screen but with a black background.

And for some reason, 'pw_usepwbg_gs4_wrightandco' isn't working. When I open AIGE, it's perfectly fine and the image is still there, but when I actually start, the background is just a white screen.
Image

Image
ka-tonk*...You just got snackoo'd!
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 black screen with arrow is a normal bahavior of PWLib. Using message wuthout a proper lower screen causes this issue. Intros must use messageauto to avoid this.

PWLib 1.1 doesn't have text centering (I added centering along with the other text align modes on AIGE 800a).

To show an image "larger then a screen" simply set the object to a size larger then it. Normally using the bg object is recommended (and hiding the lower 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

News
- (AIGE) Added the Introduction Video Player (IVP) library to AIGE's default libraries. This lib provides a single command that auto-handles introduction video playback (with support for auto-advance when completed, as well skip keys - esc and left click). The command is ksa_playivp("videopath"). It auto-centers the video on the y coordinate as well (using x as screen size).
- (AIGE) Stopping a video will automatically cause a video wait event to be advanced from. Pausing still keeps the script in place.
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

Oh No! It's Snack Time!!

Gender: Male

Rank: Suspect

Joined: Thu Sep 16, 2010 11:41 am

Posts: 15

How do you hide the lower screen?
And how do you put an image over just the bottom screen?

Also, for some reason, 'pw_usepwbg_gs4_wrightandco' isn't working. When I open AIGE, it doesn't give me an error window and the image is still where it's meant to be, but when I actually run AIGE, the background is just a white screen.

EDIT:
I have tried using other backgrounds but they all give the same result - a blank background...
Does anyone know why it's doing this?

DOUBLE EDIT:
When trucy shows up on the screen, the background changes to the one I had for my 'New Game, Load Game, Exit' screen.
something weird is going on...
Image

Image
ka-tonk*...You just got snackoo'd!
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

There is a generic function to hide the lower screen (independently of the current lower screen): hidepwmenu (runscript("hidepwmenu");).

To use an image on the lower screen, keeping the upper one as is, you have 2 possiiblities:
1) create a new gennericobject and use it (not really complicated)
2) Use the pw_evibg one.

Considering the second option:
placegenobj("pw_evibg",0,192);
setgenobbgraphic("pw_evibg",<tex_id>);
setgenobjsizefromtexture("pw_evibg");
showgenobj("pw_evibg");

No bgs working means that the function pw_initpwbgs wasn't ran on init. On PWLib 1.1 it is explicitly needed to run it with runscript. PWLib 1.2 will auto-run it.

If you don't set a bg after the new game screen, PWLib 1.1 will keep the "previous" one (the one on the new game screen). PWLib 1.2 will make it so the bg is black (so you will still need to select a bg if you don't want one).

To set the bg to "black" the simplest way is to use setbgsize(0,0);

----------------------------------
About the PWLib 1.2: I'll be working on the tutorial book with Radex (as soon as he starts going online on MSN again), and while at it fix more imminent issues. The version out of it will be the RC1 version that will be out. Releasing 1.2 without the book might not be a good decision (since the real big changes will need referencing to be known).
The book, PWLib Unleashed, won't be limited like the PWLib In A Nutshell was. It will include more custom content handling, alternative ways to make certain code ares, creation of PWLib Expansions and so on. It will be version-based too (thus evolving over time). There's a plan to add a basic Q&A-alike chapter explaining common issues and how to handle them.
And about betas: I'm considering the possibility to have no more betas, only close friend testing at most. The reason is that the beta of 1.2 wasn't really productive (for several reasons).

Also now PWLib development will get time-shared with the "Strike Witches: Sky Guardians" project (being PWLib with a lower priority). If more motivation comes from PWLib (more people interested on the project, bug hunting, feature creation, etc) the priority will get balanced accordingly.
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

Let's do this!

Gender: Male

Location: The Island of Toronto

Rank: Decisive Witness

Joined: Fri Mar 05, 2010 3:33 am

Posts: 216

It's been two months, did I really miss anything?
Winning is all that matters!
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Rising Inspirations

Gender: Male

Rank: Decisive Witness

Joined: Sun Aug 01, 2010 8:46 pm

Posts: 241

KSA_Tech wrote:
About the PWLib 1.2: I'll be working on the tutorial book with Radex (as soon as he starts going online on MSN again), and while at it fix more imminent issues. The version out of it will be the RC1 version that will be out. Releasing 1.2 without the book might not be a good decision (since the real big changes will need referencing to be known).
The book, PWLib Unleashed, won't be limited like the PWLib In A Nutshell was. It will include more custom content handling, alternative ways to make certain code ares, creation of PWLib Expansions and so on. It will be version-based too (thus evolving over time). There's a plan to add a basic Q&A-alike chapter explaining common issues and how to handle them.
And about betas: I'm considering the possibility to have no more betas, only close friend testing at most. The reason is that the beta of 1.2 wasn't really productive (for several reasons).

Also now PWLib development will get time-shared with the "Strike Witches: Sky Guardians" project (being PWLib with a lower priority). If more motivation comes from PWLib (more people interested on the project, bug hunting, feature creation, etc) the priority will get balanced accordingly.


Mmk. Testing week is fun. I'm playing with priorities too. :pearl:

Home32 wrote:
It's been two months, did I really miss anything?


I'm handling the PWLib Unleashed book stuff. And oh, me and my shameless promotion of my dedicated PWLib fangame: games/ace-attorneys-rising-justice-t19665.html (Ace Attorneys: Rising Justice).
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Oh No! It's Snack Time!!

Gender: Male

Rank: Suspect

Joined: Thu Sep 16, 2010 11:41 am

Posts: 15

isn't 'pw_initpwbgs' on 'pw_initpwlib' anyway?
Image

Image
ka-tonk*...You just got snackoo'd!
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

Not on 1.1. One of the 1.2 updates was to add it to the pw_initpwlib call.
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

It has been quite a while since I checked Wine development (Wine is a program that allows running windows applications directly on Linux), but it seems that Wine on Mac is gettign stable: http://wiki.winehq.org/MacOSX. I really need to check Wine development more often (like, weekly).

If some mac user could test it for me, I would be really happy.

If it does works decently, I'll add a note on the book. (And this will stop the "but it can't work on the Mac!" thing for 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

Let's do this!

Gender: Male

Location: The Island of Toronto

Rank: Decisive Witness

Joined: Fri Mar 05, 2010 3:33 am

Posts: 216

Makes me wonder, who actually uses MAC? Seems like a new concern all of a sudden.
Winning is all that matters!
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Rising Inspirations

Gender: Male

Rank: Decisive Witness

Joined: Sun Aug 01, 2010 8:46 pm

Posts: 241

Home32 wrote:
Makes me wonder, who actually uses MAC? Seems like a new concern all of a sudden.


Haha, there are some people like Zxblaze.

It's just another justification of what is "better" to use. (What can get the most people in playing your fangame.)
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Let's do this!

Gender: Male

Location: The Island of Toronto

Rank: Decisive Witness

Joined: Fri Mar 05, 2010 3:33 am

Posts: 216

Seems new, I don't remember it being an issue back when I was here.
Winning is all that matters!
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

It is sort of that kind of thing "when the old excuses start to not stick anymore, let's find a new one".

I recall on the time of PWLib 1.0 I used to run AIGE on the Linux with WINE when at the university, but a Mac version of Wine wasn't reliable. I really forgot about WINE when I got my notebook (no more need to use Linux PCs), so I didn't check on WINE devel for Mac.

Considering that they seemed to make some real advances on the mac version, I would like to know if that wine version runs AIGE (thus PWLib) on a Mac. If it does, I'll add a section on the book 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

Oh No! It's Snack Time!!

Gender: Male

Rank: Suspect

Joined: Thu Sep 16, 2010 11:41 am

Posts: 15

Grr... :grey:

The same thing is STILL happening, I did run pw_initpwbgs and pw_initpwbg_gs4_wrightandco (cuz that's the background I'm using).
Image

Image
ka-tonk*...You just got snackoo'd!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Rising Inspirations

Gender: Male

Rank: Decisive Witness

Joined: Sun Aug 01, 2010 8:46 pm

Posts: 241

likelittlemarc wrote:
Grr... :grey:

The same thing is STILL happening, I did run pw_initpwbgs and pw_initpwbg_gs4_wrightandco (cuz that's the background I'm using).


I know that for sure would not work. Not sure what the exact code would be, but here's a half-assed way (you won't be able to do examines and stuff with it though). Assuming you already set up your code and know how to jump function to function (based on the PWLib in a Nutshell tutorial), add the following stuff:

[load]
loadtexture(70010,"PW/bg/gs4_wrightandco.png");

[scene1]
setbg(70010);

You should see it now, just you won't be able to set up examine spots etc for investigations. It has to be set up as an actual bg. I'm not sure if KSA did it for 1.1.

P.S. KSA, I'll sketch Mio soon. Just the usual homework :zenitora: .
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

The wright and co bg from aj is on 1.1. The init command for it is really pw_initpwbg_gs4_wrightandco. To use it, the command is pw_usepwbg_gs4_wrightandco.

I'll test it on 1.1 and 1.2 to see if there is any issue.

Edit: Just tested. The bg works perfectly.

Code:
#include(pwlib/pwlib.hlsl)

[game]
jumptoscript("setup");

[setup]
runscript("pw_initpwlib");
runscript("pw_initpwbgs");
runscript("pw_initpwbg_gs4_wrightandco");
runscript("charcreation");
changetitle("Tutorial");
jumptoscript("run");

[charcreation]
runscript("pw_createema");

[run]
jumptoscript("initscene1");

[initscene1]
runscript("pw_usepwbg_gs4_wrightandco");
runscript("pw_showadvarrowmenu");
jumptoscript("scene1");

[scene1]
runscript("showpwchar");
runscript("pw_showmessagebox");
runscript("setlipsynctochar");

runscript("pw_enableemanormal");
runscript("pw_setnameboxtoema");
//runscript("pw_showdetentioncenterglass");
message("Yes!");
message("My name is Ema Skye!");


----------------------------------------------------------------------------
News
- (AIGE) Fixed bug with the loadtexturex. It is a simpler texture loader command based on a file with a list of textures. PWLib doesn't use it, but some old AIGE demos/tests do.
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) Fixed AHLSL Compiler limitation when dealing with spaces and tabs in front of commands due to the removal of the Compiler Strictness. Allows better code organization.


--------------------
Some surprises may come live soon related to AHLSL.
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

Rising Inspirations

Gender: Male

Rank: Decisive Witness

Joined: Sun Aug 01, 2010 8:46 pm

Posts: 241

KSA, next week, I should be more free since I reorganized my working schedule. I should be more efficient, and I've been sketching Mio quite a bit, trying to get a feel for her (not that way lol).

Spoiler:
Image

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

Oh No! It's Snack Time!!

Gender: Male

Rank: Suspect

Joined: Thu Sep 16, 2010 11:41 am

Posts: 15

The KSA Tech site isn't working.

And I have noticed more things... (wow... I've found a lot... :adrian: )

I compared a AA2 screenshot of the court record to one of PWLib 1.1 and I found these things;

Image
Image

Image
ka-tonk*...You just got snackoo'd!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

PWLib 1.1's CR was reworked on its presentation on 1.2:

Image

Compare against this one so i I can make the microfixes on the last revision.
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

Ace Culprit

Gender: Male

Location: pilipinas

Rank: Desk Jockey

Joined: Sat Oct 09, 2010 1:57 pm

Posts: 138

hi! I'm new here and downloaded a copy of AIGE and pwlib1.1...

The Language is so easy to use...

Can't wait pwlib 1.2....

can you help me with the save function?

I've finished my game yesterday and yet I have no save function... Thanks
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

Save on 1.1 is broken. I worked on save for 1.2, and i still need to revise it (due to changes on AHLSL) to see if it is reliable enough.
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 news not related to features: Considering most of the previously selected beta testers are either busy or not available, I decided to add Radex to the beta list (as he will help with the tutorial book, it seems a logical decision).
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

Rising Inspirations

Gender: Male

Rank: Decisive Witness

Joined: Sun Aug 01, 2010 8:46 pm

Posts: 241

KSA_Tech wrote:
Some news not related to features: Considering most of the previously selected beta testers are either busy or not available, I decided to add Radex to the beta list (as he will help with the tutorial book, it seems a logical decision).


Mm, don't worry, I'll be there especially on MSN. I had SATs today and been oversleeping D:. And I put myself in a relaxation period of doing nothing PW related.
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Oh No! It's Snack Time!!

Gender: Male

Rank: Suspect

Joined: Thu Sep 16, 2010 11:41 am

Posts: 15

I think you did a pretty good job so these are just teeny details.

ImageImage

The size and font of the description is wrong, maybe try the normal textbox font and size.
The size and font of the mini description- Age Type Gender ect. - should have bigger sized text, maybe one size lower than normal textbox size.
I think you need a slightly bigger border around the evidence button.
The small border around the textbox is the wrong color.
The transparent part in the textbox was to dark.
And last of all, the namebox wasn't blue.

Other than those, The rest is just about fine i think.

PS: I think I'm pretty good at doing this :godot: , how about you post an investigation screenshot so I can pick at that too?

EDIT:
Question, Will PWLib 1.2 have 'if - then's, not including presents?
Image

Image
ka-tonk*...You just got snackoo'd!
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 add the changes as soon as possible, as well take shots form other screens for comparison.
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) Reworked internal variable creation system. Commands definevar and definevarglobal stay unaltered.
- (AIGE) Added new command newvar that will supersede the old definevar commands. This new command is a preparation for new AHLSL variable features.
- (PWLib) Added another compiling background (totaling 14 gyakuten ones).
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Page 126 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 123, 124, 125, 126, 127, 128, 129 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

Who is online
Users browsing this forum: Google [Bot] 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:  
cron
News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB

phpBB SEO