Board index » Present Evidence » Games

Page 119 of 131[ 5218 posts ]
Go to page Previous  1 ... 116, 117, 118, 119, 120, 121, 122 ... 131  Next
 


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

KSA, during cross-exams, how do I switch between the normal one arrow menu and the 2 box menu during presses and objections?
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

All lower screens can be hidden with:
runscript("hidepwmenu");

To show the cross examination lower screen:
runscript("showpwcrossexamination");

To show the advance lower screen:
runscript("pw_showadvarrowmenu");

--------------------
Some notes about the final version of Amano Lance:
- The TUG pngs are missing.
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

The Deliveryman is a ninja.

Gender: Male

Location: America! **** yeah!

Rank: Desk Jockey

Joined: Mon Mar 08, 2010 2:16 am

Posts: 58

KSA_Tech wrote:
You don't need to use the present setup functions there:

runscript("pw_forcepresent");
waitsignal("advance", [signal]);

The Cross Examination internally handles that. All you do on the present function for a cross examination is check the item the user selected and do the appropriated action (for those you want to do something special). In your case, you can just go to the penalty section.

If you want to limit the presentable itens, use this:
setvar([pwonetypepresent], 1);
on the cross examation stage setup.

The code base idea for the present function would be:

[crossXstageYpresent]
//check any special ids values (jumping to other function). Use the classic present verification compare
//Can be various ifs for multiple itens, one per line
if(...,<jumptoscript("cXsY_itemVpresent")>,<null()>);
//now if you want to make sure the user takes the penalty
runscript("mygamecasepenalty");
//go back to the cross examination stage you came from
jumptoscript("crossXstageY");


so it would look like this:

[ce1.1present]


setvar([pwonetypepresent], 1);
loadandplaysfx("objectionfeenie.wav",0);
runscript("pw_raiseobjection");
wait(10);
runscript("objectionfail"); (or the if(compare ect. line)
jumptoscript("ce1.1");

am i correct?
Sir Toby Belch: Is it possible?
Fabian: If this were played upon a stage now, I could condemn it as an improbable fiction.
—William Shakespeare, Twelfth Night, Act 3, Scene IV
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

setvar([pwonetypepresent],1); should be cross examination stage that uses this present.
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

KSA_Tech wrote:
All lower screens can be hidden with:
runscript("hidepwmenu");

To show the cross examination lower screen:
runscript("showpwcrossexamination");

To show the advance lower screen:
runscript("pw_showadvarrowmenu");

--------------------
Some notes about the final version of Amano Lance:
- The TUG pngs are missing.

Danke.
OH FOR GOD'S SAKE! I forgot to update the character folder when I made the new version... :zenitora:
http://www.mediafire.com/?temwnimzzgy
^
This should be the last one I have to upload.
Winning is all that matters!
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

The Deliveryman is a ninja.

Gender: Male

Location: America! **** yeah!

Rank: Desk Jockey

Joined: Mon Mar 08, 2010 2:16 am

Posts: 58

My game, Turnabout oF Mice and Men, can now go foward! Expect it this week!

Thanks to all that offered help!
Sir Toby Belch: Is it possible?
Fabian: If this were played upon a stage now, I could condemn it as an improbable fiction.
—William Shakespeare, Twelfth Night, Act 3, Scene IV
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 - Mikumo Extension) Added AAI Dick Gumshoe (normal and Young versions), AAI Maggey, AAI Edgeworth (young version) to the SCS.
- (PWLib) Added two new extensions. Ema Extension (dealing with forensics-related stuff, like Fingerprinting) and the Extra Characters Extension (including extra characters).

The Extra Characters extensions will contain extra poses for official characters as well custom characters. I plan to ask for permission to add new characters for this extension. Currently the extra characters are:
- Mio Sakamoto
- Suigintou
- Extra Ema Objection pose
- Saori
- Weegee

Some more might be added in the future.
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

Any problem with sir Lancealot?
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

No problems with the animation.
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

KSA_Tech wrote:
No problems with the animation.

Ugh, finally. :karma:
Is there a working sprite flip script in 1.1? :yuusaku:
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

swapobjecttexturecoordinates("char","pw_char","direction");

X = flips in X
Y = flips in Y
(one overwrites the other)

NONE (or anything else) reverts back to normal (non-flipped).
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

KSA_Tech wrote:
swapobjecttexturecoordinates("char","pw_char","direction");

X = flips in X
Y = flips in Y
(one overwrites the other)

NONE (or anything else) reverts back to normal (non-flipped).

Thanks so much! :gant-clap:
Winning is all that matters!
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Ace Attorney

Gender: None specified

Rank: Suspect

Joined: Mon Mar 15, 2010 4:15 pm

Posts: 39

Excuse me. I have two questions.
1- I use the "loadandplaymp3" to run an mp3(Unending Overture) in the game but pwlib doesn't load it. Why? And how can I run the mp3?
2-I can't find Edgeworth's sprites and other character's sprites. Where are they?
I can't continue to build the game if I don't resolve these things :sadshoe:
Can you help 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

Due to a bug on Audiere, mp3 with id3 tags fails to play. To remove them, you can use Winamp for that.

Edgewoth if I recall well, was made by Serio some time ago. If you can't find it, get Damion Shard (by Yggdrasil) that contains him (as well to playtest it, very good game).
PWLib 1.2 Under Development

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

you are already guilty.

Gender: None specified

Rank: Decisive Witness

Joined: Thu Apr 17, 2008 9:30 am

Posts: 151

Quote:
Edgewoth if I recall well, was made by Serio some time ago.
nope. someone else made edgeworth.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Mr. Ygrrjfjdosowhatever

Gender: Male

Location: The United States of America

Rank: Prosecutor

Joined: Sun Jan 04, 2009 8:11 pm

Posts: 609

Serio wrote:
Quote:
Edgewoth if I recall well, was made by Serio some time ago.
nope. someone else made edgeworth.

Wasn't it Lt. Morke, if I recall correctly? I believe that this is the link you are looking for.

http://www.mediafire.com/?sharekey=f142 ... b9a8902bda
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Ace Attorney

Gender: None specified

Rank: Suspect

Joined: Mon Mar 15, 2010 4:15 pm

Posts: 39

KSA_Tech wrote:
Due to a bug on Audiere, mp3 with id3 tags fails to play. To remove them, you can use Winamp for that.


So how can I play mp3 in my game?

YggdrasilsSword wrote:
Wasn't it Lt. Morke, if I recall correctly? I believe that this is the link you are looking for.
http://www.mediafire.com/?sharekey=f142 ... b9a8902bda

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

you are already guilty.

Gender: None specified

Rank: Decisive Witness

Joined: Thu Apr 17, 2008 9:30 am

Posts: 151

Quote:
So how can I play mp3 in my game?

remove id3 tags from mp3s. id3 being the stuff like title, artist, album etc.
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

Thanks Yggdrasil. It has been a long time we seen Lt. Morke around that I forgot about him.

I don't know why, but audiere developers seem to be on a "sloooooooow devel" time. The id tag issues were noted some years ago and theu still didn't fix it. I might some time in the future add support for more audio libraries.
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

Ace Attorney

Gender: None specified

Rank: Suspect

Joined: Mon Mar 15, 2010 4:15 pm

Posts: 39

Thanks. Now I can continue scripting.
oh! I forget. How can I change the advance arrows?(I need to change them from PW's arrows to Mia Fey's)

Edit:Resolved
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

A new feature is soon to be completed on PWLib 1.2. It will be announced as as soon as it is done.

News
- (PWLib) Fixed incorrect ids for 3 bgs from PW1-5.
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

KSA_Tech wrote:
A new feature is soon to be completed on PWLib 1.2. It will be announced as as soon as it is done.

News
- (PWLib) Fixed incorrect ids for 3 bgs from PW1-5.

You got an ETA for 1.2 per chance?
Winning is all that matters!
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

The Deliveryman is a ninja.

Gender: Male

Location: America! **** yeah!

Rank: Desk Jockey

Joined: Mon Mar 08, 2010 2:16 am

Posts: 58

Serio wrote:
Quote:
So how can I play mp3 in my game?

remove id3 tags from mp3s. id3 being the stuff like title, artist, album etc.


Not true. I managed to get music with the id3 tags to play. I just used audacity to "fix" the mp3 so the game could read it. It still had the tags, it was just a different style.

http://audacity.sourceforge.net/ (audacity)
http://www.free-codecs.com/download/lame_encoder.htm (you need this to export as mp3)

hooray for computer nerds! :keiko:
Sir Toby Belch: Is it possible?
Fabian: If this were played upon a stage now, I could condemn it as an improbable fiction.
—William Shakespeare, Twelfth Night, Act 3, Scene IV
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 have no official ETA to give, but I'm close to complete a feature (finishing its extras), and after thar, I'll complete other (that is half-done) before doing a small house cleaning on PWLib 1.2 and begin the Beta.

Also, the new feature just resulted in:
- 3 new AHLSL commands.
- 2 new PWLib 1.2 Extension System points on PWLib.

New Stuff on Extra Characters Extension:
- The "Yurism" Package (containing all non-request yuri pairs from Auraion)

To be Added
- Auraion's front Phoenix Wright.

If someone wants a custom character to be part of the Extra Characters Extension, let me know.
PWLib 1.2 Under Development

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

Let's do this!

Gender: Male

Location: The Island of Toronto

Rank: Decisive Witness

Joined: Fri Mar 05, 2010 3:33 am

Posts: 216

I made a template for the buttons, used for moving and talking, if anybody needs it for PWlib projects in the like.
Image
Winning is all that matters!
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Ace Attorney

Gender: None specified

Rank: Suspect

Joined: Mon Mar 15, 2010 4:15 pm

Posts: 39

EXcuse me, but when will Pwlib 1.2 be ready?
Because I'm very excited and I want it!!

And, another question. How can I change the person that is talking's name?
(es. Matt Engarde is talking in the game. I want to change the name"Engarde" with another name(Patrick). How can I do this?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Thu Mar 18, 2010 1:23 pm

Posts: 2

Hey there, awesome work on the PWLib Casemaker. I just searched this thread and saw that saving is working in version 1.2 - but how DO you actually save? I couldn't figure that out. :payne:

EDIT: On the note of mp3s and ID3 Tags, I found it will work if there are no spaces in the ID3 Tag. Otherwise, just remove the whole tag.
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

@andry96

You use the pw_setnameboxto<charname>. New, custom ones must be created. PWLib 1.1 suports a "text-based" namebox, but it looks crappy and unprofessional, so it is not recommended to be used. It is not hard to make a custom namebox, i can explain it if needed.

@SkuldOMG
I used to make save/load work on 1.1, but it was broken when i made a lot of edits on the engine. I managed to get it back working on 1.2, but I will still need to edit certain AHLSL commands to mirror recent edits I did on the AHLSL core. (that's why a little house cleaning is needed before the Beta begins).
As it was on 1.1, the quick save/quick load on 1.2 will be F6 and F7 respectivelly. But as well, it needs to be enabled with a call of pw_enablequicksaveload.
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) Lana Skye re-added (better version).
- (PWLib) Generalized (moved to pwlib core) two functionalities that were part of 3D Examination.

One of the two new features is now 99% done.
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

KSA_Tech wrote:
News
- (PWLib) Lana Skye re-added (better version).


Remind me to send you the revised version. The last one I sent you had timing issues and some larger bugs.
Image
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Criticus Maximus

Gender: Male

Location: Australia

Rank: Medium-in-training

Joined: Sun May 17, 2009 5:44 am

Posts: 389

DeMatador wrote:
KSA_Tech wrote:
News
- (PWLib) Lana Skye re-added (better version).


Remind me to send you the revised version. The last one I sent you had timing issues and some larger bugs.


Oh, I'll definitely want to get my hands on this revised Lana.
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 will talk with DeMatador as soon as I see him on MSN.

-------------------------------------------
New feature completed on Ema Extension: Luminol.
- Up to 5 separated bloodspots sprayable on a scene;
- 3-stage spraying like on the game;
- Stray Button inside CR (with you been able to set the evidence that will be the Luminol Reagent);
- Ability to call it out of CR;
- Automatic coloring of the background image for the examination;
- Simple configuration interface;

I just revelaled it as I said I was going to. I just hope this doesn't become a copy-idea case later on.

----------------------------
News
- (PWLib - Ema Extension) New Feature: Luminol.
- (PWLib - Minuki Extension) Moved AJ backgrounds to the Minuki Extension.

-------------
Just to keep up swith some features I kept hidden for a while:
AIGE 800a:
- supports a screenhot feature (as seen by testers). Added to PWLib via a simple keypress. (I did it before the closed beta began).
- supports input grabber (not a input box). A command can be used to record the keystrokes (from letters, etc) to a text object. It is possible to get the value of the selected input grabber. This has been done quite a long time now on AIGE (even before the closed beta began).
- automatic caching on certain occasions. Normally used when generating animations out of gifs, the system will cache a copy of the sheet for faster loading next time it is used.
- now it is possible to mirror a texture path to other.
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 reconsiderations and decisions related to the Beta Testing:
I just sent PWLib 1.2 to Christie (the last of the official in-house beta testers) since I completed the Luminol feature she asked, and I decided to reorganize the beta start conditions.

I'll fix an issue with text rendering on Perceive, then I'll begin the second phase of the beta.
For this second phase, I'll select a number of users who joned the beta list. I'll give priority for users that I have more constant interaction with (like Comaster, Morgane and some others). Some users will be automatically excluded from the beta list (like Ptacpp) for several reasons (some of those being working with the competition and allowing the probability of leaking stuff). The reasons are nothing personal, of course. A bit of personal trust will be used by me when selecting too.

Selected users will have to agree with those rules:
- Do not send the beta to anyone (unless allowed).
- Do not share secret features on reviews.
- Do not release any game using 1.2 (until it is on Beta status, of course).

Reviews are not necessary, of course.

The Beta is supposed to be short, focusing on fixing small issues and getting PWLib working to a satisfactory level.
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: Female

Rank: Suspect

Joined: Sun Mar 21, 2010 2:23 am

Posts: 8

Alright, I'm not sure where to post this at all. I tried to look up where I should be didn't find it.

My name's Yukie and I'm new to scripting and using PwLib. I followed the tutorial to create a game and all i got was a white screen. So I copy/paste the tutorial directly, to see if it would work but still..nothing but a white background.

Also I can't figure out how to set up a background. Do I have to edit the startup file for that?

here's the code that I copied and pasted from the tutorial into game.hlsl

#include(pwlib/pwlib.hlsl)

[game]
jumptoscript("setup");

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

[charcreation]
runscript("pw_createema");
runscript("pw_createtrucy");

[run]
jumptoscript("enterscene1");

[enterscene1]
runscript("pw_usepwbgcourthall");
runscript("pw_showadvarrowmenu");
jumptoscript("scene1");

[scene1]
runscript("setlipsynctochar");
runscript("showpwchar");
runscript("pw_showmessagebox");
runscript("pw_enableemanormal");
runscript("pw_setnameboxtoema");
message("Oh, hello.");
message("My name is Ema Skye!");
runscript("pw_setnameboxtotrucy");
runscript("pw_enabletrucynormal");
message("Oh, hello. My name is Trucy.");
message("I'm a magician.");
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Ace Attorney

Gender: None specified

Rank: Suspect

Joined: Mon Mar 15, 2010 4:15 pm

Posts: 39

Can I be one of the selected users for pwlib 2.0 beta?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Gender: Female

Rank: Suspect

Joined: Sun Mar 21, 2010 2:23 am

Posts: 8

Nevermind my post I figured it out by myself ^-^

Now I'm having trouble to set up the save and load system. I'm not sure where to put the commands. Any help would be greatly appreciated as it's a bit more complicated than setting a background. I've checked PwLib in a nutshell but there's not tutorial for that. :shoe:
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

@andy
Sign in here: http://www.ksatechnologyhq.com:1357/mai ... betasignin

@yukie
Save Load on 1.1 can be done by enabling quick save/load system, but it doesn't work well on some ocasions. I recommend not using it yet (1.2 will be out relatively soon, and it works without problems in 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

Gender: Female

Rank: Suspect

Joined: Sun Mar 21, 2010 2:23 am

Posts: 8

KSA_Tech got it. Thanks for the quick reply!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

Ace Attorney

Gender: None specified

Rank: Suspect

Joined: Mon Mar 15, 2010 4:15 pm

Posts: 39

Excuse me, kSA_TECH, but I can't download the beta. I fill out the form, and then I click Submit. But after that a page appears and nothing else. How can I download the beta??
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 beta is not out yet. That form is just to add you to the beta candidate list.

-----------------------------------------------
Just played a bit of CNC4. I feel sorry for those who wasted U$49,99. More one game franchise destroyed by EA...
http://www.metacritic.com/games/platforms/pc/commandandconquer4
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Page 119 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 116, 117, 118, 119, 120, 121, 122 ... 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:  
cron
News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB

phpBB SEO