Board index » Present Evidence » Games

Page 53 of 131[ 5218 posts ]
Go to page Previous  1 ... 50, 51, 52, 53, 54, 55, 56 ... 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

Case 1-1: on DDRKhat's signature
MSN: ksacorporation@hotmail.com

If you want longer, more sophisticated intros, you will surely use more objects.
Here is an example of an interface (incomplete yet) made with AIGE:

Spoiler:
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

Nyaaaaan~ Moé Powers Go!

Gender: Male

Location: O' Canada

Rank: Ace Attorney

Joined: Fri Jan 25, 2008 6:04 am

Posts: 1502

Thanks for all the help, KSA_Tech. I'm adding you my MSN right now, and if possible, would I be able to learn how the intro movies are coded?
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

Yes. Introduction movies enter into a bit of AIGE's pure ahlsl codding, not complex. the simple interface demo from my previous post was made only using AIGE's Generic Objects on pure AHLSL, for example.
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

Hey again, KSA_Tech. How do you go about making the case selection screen? I can make it pop up, but I can't seem to get it so each case has a different case button and episode number. How should the coding be done? Help please:D
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 case btn and bg are named-relevant. Case 1-1 shows the correct naming to use.
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

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

Oh, so languages are named after those Rozen Maiden Dolls (according to Wikipedia >_>), although "Himeko" and "Hayase" are nowhere to be found.
Image
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

I believe the current version of PWLib is called 1.1 Hayase.


Still don't know how to fix the case select problem, by the way.
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

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

papermario13689 wrote:
Hey again, KSA_Tech. How do you go about making the case selection screen? I can make it pop up, but I can't seem to get it so each case has a different case button and episode number. How should the coding be done? Help please:D
Take a look at the case 1-1 script, it provides a good tutorial.
You want to look at [setup] inside of it. But if you're not interested in downloading case 1 to use it as a learning tool, with AIGE an examples folder is included, look inside there for Case Selection code. And take note of the episodepath, that is where you should put the episode images to make it appear.

caseX.png - The "Turnabout Button"
caseXbg.png - The custom background art after completing the case.
episodeX.png - The image which shows "Episode 1 / 2 / 3 " in the correct location.
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

Nyaaaaan~ Moé Powers Go!

Gender: Male

Location: O' Canada

Rank: Ace Attorney

Joined: Fri Jan 25, 2008 6:04 am

Posts: 1502

Thanks for the reply, DDRKhat. I had downloaded your Case 1-1, and I looked at the [setup] in the script.

The 3 commands you entered in your post:

caseX.png, caseXbg.png, episodeX.png


How would I go about writing that into my script? Is it just caseX.png or something like setcasebg("PW/misc/episode1.png");

(That was an example, I definitely don't think that's right:P)


Thanks
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 Case Selection script is a smart script, as it automatically finds the files according to the path you set for it. No need to set the case bgs and such manually.
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

So this is the script I have for [setup]

runscript("pw_initpwlib");
runscript("pw_initpwbgs");
setvar([pw_titlescript],"titlepage");
setvar([pw_episodepath],"PW/misc/");
setvar([pw_episodes],5);
setvar([pw_titletex],70000);
jumptoscript("titlepage");

Is there anything else I can do to make the Episode numbers each appear separately, and have each case button appear separately too?

Thanks
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

Every gfx on the case selection is managed automatically: bg, case button and episode gfx. Following the naming ddrkhat mentioned, the script will automatically load the needed one and use it.

Also I recommend not putting data on thw PW folder, but using another folder, custom, specific one to put your 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

Nyaaaaan~ Moé Powers Go!

Gender: Male

Location: O' Canada

Rank: Ace Attorney

Joined: Fri Jan 25, 2008 6:04 am

Posts: 1502

Okay, so all I have to do is write in the commands exactly like this, and it will work?

episode1.png

And it will load the image in the right place?


Would I be able to get a short script written here, cause DDRKhat's Case 1-1 only has 1 episode, therefore making it difficult to work on mine, which has 5 cases.

By the way DDRKhat, loved how close it was to the actual Case 1-1, good work!
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

Yes.

-Set the gfx base folder in script as ddrkhat said
-create the gfx base folder as needed (the same you used on the script)
-put in it all the gfx with proper naming
-it works (thanks to the self-managed way ddrkhat made the case sel code)

If you have n episodes, it works the same way (if you have 5 cases, you have the files with 1, 2, 3, 4 and 5, as the script will know it and autoloads the necessary file for case 2, case 3, etc).
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

papermario13689 wrote:
Okay, so all I have to do is write in the commands exactly like this, and it will work?

No, you put the image in the correct location.

setvar([pw_episodepath],"PW/misc/");

If your using that, then you could have...

AIGE
+PW
++misc
++-episode1.png
++-episode2.png
++-case1.png
++-case2.png
++-case1bg.png
++-case2bg.png

It will then automatically use the correct image.

Get the idea now I hope?

Also, please do fully read posts carefully (not calling you lazy or meaning to be insultive or anything) to make sure you get all the information out of it.

DDRKhat wrote:
But if you're not interested in downloading case 1 to use it as a learning tool, with AIGE an examples folder is included, look inside there for Case Selection code. And take note of the episodepath, that is where you should put the episode images to make it appear.

caseX.png - The "Turnabout Button"
caseXbg.png - The custom background art after completing the case.
episodeX.png - The image which shows "Episode 1 / 2 / 3 " in the correct location.


Inside of AIGE/Examples/ is casesel.hlsl . It will provide a tutorial code you can see in live action.
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


Last edited by DDRKhat on Sun Oct 12, 2008 5:01 pm, edited 1 time in total.
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

Okay, I managed to separate the episode numbers, but how the Turnabout buttons are still blank. How do I set each one to the appropriate episode number?
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

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

papermario13689 wrote:
Okay, I managed to separate the episode numbers, but how the Turnabout buttons are still blank. How do I set each one to the appropriate episode number?
Read the recently edited post above.
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

Nyaaaaan~ Moé Powers Go!

Gender: Male

Location: O' Canada

Rank: Ace Attorney

Joined: Fri Jan 25, 2008 6:04 am

Posts: 1502

Thanks for the help, I'm going to give it a try. I did see the caseselect in the examples folder before, and that is where I based my script from. However, these selections don't have a turnabout name, so I'm unsure what to do for that.
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

Nyaaaaan~ Moé Powers Go!

Gender: Male

Location: O' Canada

Rank: Ace Attorney

Joined: Fri Jan 25, 2008 6:04 am

Posts: 1502

And...there's something else that's odd. When editing the episode graphics, episode 1 is the only one that's transparent, and the others have an ugly white background. When I open episode 1 in Paint, there is an odd green background on it automatically...

How can you make these transparent?
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

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

papermario13689 wrote:
Thanks for the help, I'm going to give it a try. I did see the caseselect in the examples folder before, and that is where I based my script from. However, these selections don't have a turnabout name, so I'm unsure what to do for that.
Trying to say this in as polite a fashion as possible...
Please read the above posts. I've quoted and stated what you need.

case1.png - The "Turnabout Button"
papermario13689 wrote:
How can you make these transparent?
I personally use that bright green (0,255,0 / 00,FF,00) so that I can identify what is supposed to be transparent (and I never use them on anything I've used).

For making it transparent, I personally just use irfranview32 (as I use it for general image viewing and converting from/to other image formats) it can be a little awkward to set transparency in this fashion, in which case if you do struggle (as in it's like 3 pixels but it ruins it if their visible) then I recommend GIMP Portable.
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

Nyaaaaan~ Moé Powers Go!

Gender: Male

Location: O' Canada

Rank: Ace Attorney

Joined: Fri Jan 25, 2008 6:04 am

Posts: 1502

I'm sorry about the trouble, I really did read every part of your posts, I was just a little confused. I thought the caseX.png was the script in PWLib, but KSA_Tech showed me a demo picture. Seems you meant the name of the picture had to be named that. Sorry about my confusion.

I'm downloading GIMP now, thanks:D
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

Luke: Layton's #1 Apprentice

Gender: Male

Location: United Kingdom

Rank: Bug Sweeper

Joined: Fri May 30, 2008 4:19 pm

Posts: 365

Oooh, GIMP. I also use Fireworks, but that's a commercial program, and sometimes I use Corel Draw X4 (yay for upgrade packages :) ).

Khat and I figured out what font it was closest to - Helvetica, wasn't it? XD
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

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

lukegb wrote:
Oooh, GIMP. I also use Fireworks, but that's a commercial program, and sometimes I use Corel Draw X4 (yay for upgrade packages :) ).

Khat and I figured out what font it was closest to - Helvetica, wasn't it? XD
For the episode text, yes, however. Being a moron, I accidentally deleted the image I was going to provide people so they could piece together
"Episode 1" - "Episode 1024" - "Episode 65535"
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

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

I can rip those using No$GBA, if you want so. "Episode 1" won't be hard, but I'll have to beat at least the first 4 cases of AA to get "Episode 2-5". If you want more cases you should edit them.
Image
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

DeMatador wrote:
I can rip those using No$GBA, if you want so. "Episode 1" won't be hard, but I'll have to beat at least the first 4 cases of AA to get "Episode 2-5". If you want more cases you should edit them.
"Episode 1" is supplied with my Case 1-1 for PWLib. "Episode 2-5" I already had ripped. However, we need the numbers; 6,7,8,9,0 . Incase they should be required.


Working on Edgeworth, I lay claim to textureid's 16080-16090 . If I do not use some of them, I will inform people.
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

Current under work:

AIGE
-Unify Effect System (Unification Completed)
-Add non-timed effects ("walker",consta-blink,etc)

PWLib
-Dual scenes
-Lamiroir character
-Shinku Language Set
-Support functions (clear court record, etc)
-Front of Bench support (just need to formalize the coding as it works already)
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 Thu Oct 16, 2008 5:11 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

Impact of the UES (Unified Effect System):

-New effects will be added in a shorter amount of time
-Faster effect management on AIGE
-Ground for possible AHLEL (Effect Programming like AHLTL)
-Effect Stoppers (for non-time-based effects)

Next AIGE version will be 0.800, if everything runs smoothly.

Currently planned PWLib Support Functions:
-Clear Court Record (takes all evidence and profile from the attorney)
-Unlock All Episodes (basically opens all cases) (Added)
-Lock All Episodes (opposite of the previous) (Added)
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 Thu Oct 16, 2008 5:40 pm, edited 1 time in total.
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:
-Unlock All Episodes (basically opens all cases)
-Lock All Episodes (opposite of the previous)
It would take all of 5 seconds to create a function/script that the user could call to make that work.
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 know, such functions will be nice to keep pwlib easier to work with. Also those supports will be present on 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

Austrian Attorney

Gender: Female

Rank: Suspect

Joined: Fri Oct 17, 2008 4:52 pm

Posts: 3

Hello there ^^

I've a problem with this Casemaker...everytime, I do what is written in the tutorial (PWLib in a Nutshell), my computer shuts himself down (latest at the second tutorial).
Does anyone know what could be the problem?

I'm sorry if I don't speak english so good, I am from austria and so english is not my native language ^^

Edit: some typing mistakes ^^
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.

As far as I tested AIGE (and did a lot of screwups with AHLSL), I never got an issue as the pc restarting.
Sounds like it is an issue with your video card, but post the code exactly as you put in so I can see.

-------------------
Note to myself: Create a Test Script for AIGE (to assert AIGE's state).
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

Austrian Attorney

Gender: Female

Rank: Suspect

Joined: Fri Oct 17, 2008 4:52 pm

Posts: 3

As I said I worked with this tutorial ^^ there is the following code:

#include(pwlib/pwlib.hlsl)

[tutomain]
runscript("pw_initpwlib");
runscript("pw_initpwbgs");
runscript("pw_createema");
changetitle("PWLib Tutorial Game");
jumptoscript("run");

[run]
runscript("showpwchar");
runscript("pw_showmessagebox");
runscript("pw_usepwbgcourthall");
runscript("pw_setnameboxtoema");
runscript("setlipsynctochar");
runscript("pw_enableemanormal");
runscript("pw_showadvarrowmenu");
message("Yes!");
message("My name is Ema Skye!");
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

Change tutomain to game. (it is a typo on 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

Austrian Attorney

Gender: Female

Rank: Suspect

Joined: Fri Oct 17, 2008 4:52 pm

Posts: 3

Thank you - I did now. But there isn't any change, my computer still shuts itself down...
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 issue a simple aige testing script then. Your pc shouldn't simply die with aige (i tested it and no one reported up until now).

I suppose something is wrong with your video card, but i can be wrong.
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

Seeing it as it is

Gender: Female

Rank: Decisive Witness

Joined: Sun Apr 20, 2008 3:36 am

Posts: 292

Um...something's wrong with the profile creation. Evidence is fine, but I can't seem to add profiles to the profile list. I started having the problem just now. I wondered if there was something wrong with the coding...even though I followed the tutorial properly.
Irving wrote:
Don't push my buttons, Buttons!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

The Rocking Attorney

Gender: Male

Rank: Medium-in-training

Joined: Fri Apr 11, 2008 11:49 pm

Posts: 375

http://rapidshare.com/files/155217860/B ... k.zip.html

Image

OMG I'M ALIVE

anyways, read the read me file, there are 2 diagnosed problems by testers, but it should work fine

enjoy ^^
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

Excellent work! I will need this for my Case 5.

Like GenoWhirl has said, there are only a few problems. Sister Bikini's laugh is too slow, and her shaking animation is too slow too. And, she jumps positions from her yelling to scared look. If anyone knows how to fix these problems, that would be a great help.

Thanks!
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

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

papermario13689 wrote:
Excellent work! I will need this for my Case 5.

Like GenoWhirl has said, there are only a few problems. Sister Bikini's laugh is too slow, and her shaking animation is too slow too. And, she jumps positions from her yelling to scared look. If anyone knows how to fix these problems, that would be a great help.

Thanks!

Animation Time, Positioning. P.S don't use rapidshare to share, use FileDen. At least people dont have to wait a hour to download from rapidshare.
Code:
insertanimationframe("Bikini_Laughing",1,10000,7);
setanimationframetexturecoordinates("Bikini_Laughing",1,694,167,139,142);
insertanimationframe("Bikini_Laughing",2,10000,7);
setanimationframetexturecoordinates("Bikini_Laughing",2,376,169,139,142);
insertanimationframe("Bikini_Laughing",3,10000,7);
The issue here is the nice large 10000.
(Frame,TextureID,Delay); So try putting 7 to 5. I can't say I've used her, just suggesting how to fix it.

Code:
placecharacter("pw_char",75,54); // pw_enablebikiniangry
setcharactersize("pw_char",122,140);
placecharacter("pw_char",75,49); // pw_enablebikinipanic
setcharactersize("pw_char",115,142);


That is why. (X,Y) . You have to compensate for their alternate heights. Bikini Panic is 7 pixels shorter, so the 75 would become 82. And she is 2 pixels wider, so rather than 49 it would be 52.
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

The Rocking Attorney

Gender: Male

Rank: Medium-in-training

Joined: Fri Apr 11, 2008 11:49 pm

Posts: 375

hmmm, I'll makea version 1.1, but not now,m As I'm quite busy, and I think changing 7 to 5 akes her too fast x_x
Page 53 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 50, 51, 52, 53, 54, 55, 56 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

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