Board index » Present Evidence » Games

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

Secret stuff phase 2 completed: -> Secret stuff 100% added to AIGE.

Now i'll work on Lamiroir and do the "ksa_simplevideoplayer.hlsl" addon.

:minuki:

----------------
Small recap of new things on pwlib 1.2 and aige 0.9.800a (as I recall):

PWLib 1.2
-Partial Shinku
-Dual Screen Investigation Scenes (with indendent sides)
-Multi-page evidence
-Case lock/unlock commands (open/closes all cases on case selection)
-Multi-char base (set active char, etc)
-Partial Reorganization and Separation of PWLib code
-New characters
-Integration bit support for custom lower screens with Court Record
-Added commands to clean evidence and profiles (both, only evidence, only profile)

:maya:

AIGE 0.9.800a
-2 secret things
-Object "Basic 2D Direction" based on WindRose
-Complete Functions support (parameters, keywords)
-#link directive
-Video playback
-Playlist system
-Effects Unification
-Typo fixes (the "couldn't jumping")
-Inclusion failure warning
-Background Execution property on config
-isvardefined command (so you can know when a var is available on the scope)
-Fixed simple text render not showing all fps data (like advanced does)
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

Question: How do I apply the detailed image of the photo in the Court Records?

As in, select the photo icon, click "Check" to see the picture on the photo.

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

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

setvar([evidencenumber],902); //<- Sets the id of the evidence you're working with. (if you're using this after the createevidence, this can be ommited here)
setvar([evidencestex],7000); //<- Sets the id of the check page image
runscript("setevidencepagesimple"); //<- Sets the evidence to use 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

Speaking of typo fixes, are you going to fix some of the more... obvious ones?


runscript("pw_slideprosecutortoattoney"); --> should be "attorney"

Which gets a little annoying because even the tutorial has it misspelt.

EDIT: The tutorial also has a correct command in it:

runscript("pw_slidewitnesstoattorney");
Image<--- Friend me!
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

KSA_Tech wrote:
setvar([evidencenumber],902); //<- Sets the id of the evidence you're working with. (if you're using this after the createevidence, this can be ommited here)
setvar([evidencestex],7000); //<- Sets the id of the check page image
runscript("setevidencepagesimple"); //<- Sets the evidence to use it


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

This... is my 18th cup of coffee.

Gender: Male

Location: The Netherlands

Rank: Suspect

Joined: Tue Oct 28, 2008 7:58 pm

Posts: 19

Uhm... whenever I run AIGE.exe (pwlib), it just crashes. :( My screen turns black for a second, then it just crashes. :yogi:

Contents of aigelog.log:
Code:
Anime Image Game Engine - Log System
Engine Version: 0.9.700a (0.9.700 Alpha - Road To Beta Release)
AIGEHLSL Version: 0.9.900a (AHLSL Black Hime - Pre-Beta)
AIGEHLTL Version: 1.0 (AHLTL Crystal Legacy - Release)
AIGE is running in: C:\Documents and Settings\Mark\Mijn documenten\pwlib
----------------------------------------------
<Log> Log System ready!
(9:15:45) <Input> Trying to initialize: Windows API-based Input Engine
(9:15:45) <Input> Initialization successfull.
(9:15:46) <Sound> Trying to initialize: Audiere Sound Engine
(9:15:46) <Sound> Initialization successfull.
(9:15:46) <Render> Initializing Direct3D System...
(9:15:47) <Render> Initializing Direct3D Device...
(9:15:47) <Render> Initialization in Hardware Mode failed. Trying Mixed Mode...
(9:15:47) <Render> Initialization in Software Mode failed!
(9:15:47) <Render> Problem with Texture Format Detection!
(9:15:47) <Render> Initialization successfull.
(9:15:47) <Render> Confguration successfull.
(9:15:47) <Texture Loader> Texture requested from Console.png!


Thanks in advance :will:
Image
:godot:
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

(9:15:47) <Render> Initialization in Hardware Mode failed. Trying Mixed Mode...
(9:15:47) <Render> Initialization in Software Mode failed!

AIGE cannot initialize Direct3D, so it is a problem related to your directx instalation/state.
Try updating DirectX or the video card drivers.

Btw, witch video card do you have?

---
Yes, AIGE ignores Mixed Mode, I noticed this issue a bit after 700's release.
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

This... is my 18th cup of coffee.

Gender: Male

Location: The Netherlands

Rank: Suspect

Joined: Tue Oct 28, 2008 7:58 pm

Posts: 19

KSA_Tech wrote:
(9:15:47) <Render> Initialization in Hardware Mode failed. Trying Mixed Mode...
(9:15:47) <Render> Initialization in Software Mode failed!

AIGE cannot initialize Direct3D, so it is a problem related to your directx instalation/state.
Try updating DirectX or the video card drivers.

Btw, witch video card do you have?

---
Yes, AIGE ignores Mixed Mode, I noticed this issue a bit after 700's release.


That's wierd... because I updated DirectX right before the installation :will:

I'm using an Intel Mobile 915GM/GMS/910GML video card. (Yes, I'm behind a laptop, since my current PC is in repairs :larry: )

Thanks in advance. :will:
Image
:godot:
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

That message comes from AIGE when iti is trying to create the second of Direct3D's object (the "device").

I have a feeling that this video card do no support some presentation parameter i use. (no idea witch).

The big issue with video cards is that you hardly find a "directx info sheet" about what params it support and not.

AIGE 0.9.800 shows a box with "Cannnot inialize render" and closes gracefully now.
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

One of VF:AA creators

Gender: Male

Location: Russia

Rank: Suspect

Joined: Fri Oct 24, 2008 8:49 pm

Posts: 14

sorry.. need help again.. :sadshoe:
in cross-exam.. when i'm Press statement.. all working ok.. then when Press ending and i'm moving to next statement there is no Press/Present/Back/Forward buttons.. only standart big button and 3(!! :payne: ) arrows..(back, forward, forward).. or if i use hidepwmenu then black lower screen and two white arrows (back, forward)..
here is code for hidepwmenu usage' version:
Code:
[ep1_witness2_cross_exam1]
placefade("pw_bg","bg",0,"I");
setvar([pw_crossexamattorneycode],36);
setvar([pw_crossexamprosecutorcode],33);
runscript("hidepwmenu");
runscript("pw_hidemessagebox");
runscript("pw_setnameboxtonoone");
runscript("pw_showwitnessstand");
runscript("pw_showpwmenubasicrec");
runscript("showpwchar");
runscript("pw_enablepollynormal");
runscript("pw_greenmessagebox");
runscript("pw_showcrossexaminationvs");
runscript("pw_showmessagebox");
messageinstant("\n                        -- What I know --");
loadandplaymp3("sounds/music/Moderate.mp3",0,"N");
runscript("hidepwmenu");
jumptoscript("ep1_witness2_cross_exam1_begin");


[ep1_witness2_cross_exam1_begin]
runscript("begincrossexamination");
setvar([pwcrossexamstages],5);
runscript("pw_showlifebar");
jumptoscript("ep1_witness2_cross_exam1_stat1");


[ep1_witness2_cross_exam1_stat1]
definevar([signal],"int");
runscript("pw_showwitnessstand");
runscript("pw_enablepollynormal");
runscript("pw_greenmessagebox");
runscript("pw_setnameboxtopolly");
runscript("setlipsynctochar");
runscript("pw_showmessagebox");
messageauto("text, ");
wait(15);
messageappendauto("text. ");
wait(20);
messageappend("text.");
waitsignal("advance",[signal]);
if(<compare([signal],"equal",1)>,<jumptoscript("ep1_witness2_cross_exam1_stat1_present")>,<null()>); //present
if(<compare([signal],"equal",2)>,<jumptoscript("ep1_witness2_cross_exam1_stat1_press")>,<null()>); //press
if(<compare([signal],"equal",4)>,<jumptoscript("ep1_witness2_cross_exam1_stat2")>,<null()>); //next


[ep1_witness2_cross_exam1_stat1_press]
runscript("hidepwchar");
runscript("hidepwmenu");
runscript("pw_showadvarrowmenu");
runscript("pw_hidemessagebox");
loadandplaysfx("phoenix-holdit.wav",1);
runscript("pw_raiseholdit");
runscript("showpwchar");
runscript("pw_hidemessagebox");
setvar([sld_targetcharanim],"pw_enablephoenixthinking");
runscript("pw_slidewitnesstoattorney");
runscript("pw_whitemessagebox");
runscript("pw_setnameboxtomeekins");
runscript("pw_showmessagebox");
message("text?");
runscript("pw_hidemessagebox");
loadandplaysfx("karma-objection.mp3",1);
runscript("pw_raiseobjection");
setvar([sld_targetcharanim],"pw_enablepaynenormal");
runscript("pw_slideattoneytoprosecutor");
runscript("pw_setnameboxtovonkarma");
runscript("pw_showmessagebox");
message("text.");
runscript("pw_showjudgetable");
runscript("pw_enablejudgemad");
runscript("pw_setnameboxtojudge");
messageauto("text, ");
wait(15);
messageappendauto("text. ");
wait(20);
messageappend("\ntext.");
runscript("pw_showattorneystand");
runscript("pw_enablephoenixsweating");
runscript("pw_setnameboxtomeekins");
messageauto("text, ");
wait(15);
messageappend("text…");
placefadescreen(40,"I");
wait(40);
placefadescreen(1,"O");
runscript("hidepwmenu");
runscript("nextpwcrossexamsimple");
jumptoscript("ep1_witness2_cross_exam1_stat2");

[ep1_witness2_cross_exam1_stat2]
definevar([signal],"int");
runscript("pw_showwitnessstand");
runscript("pw_enablepollynormal");
runscript("pw_greenmessagebox");
runscript("pw_setnameboxtopolly");
messageauto("text. ");
wait(15);
messageappendauto("\ntext. ");
wait(25);
messageappend("text.");
waitsignal("advance",[signal]);
if(<compare([signal],"equal",1)>,<jumptoscript("ep1_witness2_cross_exam1_stat2_present")>,<null()>); //present
if(<compare([signal],"equal",2)>,<jumptoscript("ep1_witness2_cross_exam1_stat2_press")>,<null()>); //press
if(<compare([signal],"equal",3)>,<jumptoscript("ep1_witness2_cross_exam1_stat1")>,<null()>); //prev
if(<compare([signal],"equal",4)>,<jumptoscript("ep1_witness2_cross_exam1_stat3")>,<null()>); //next


P.S. what command change standart font to another?
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

When you change from a normal cross lower screen to an advance one, then hide the advance one, the showpwmenu call will reshow the advance one, so you need to actually use the cross show function or you will get the advance one with the cross arrows. In pseudocode:

<press>
<hide cross>
<show advance>
<do my code here>
<hide advance>
<show cross> <--- must do this
<return>

Alternatively you can place the show cross on the statement parts.
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

Do the sprite sheets have to be .png?

Do they have to be broken up by animation or can they be one big sheet?

And do we put anything relating to a new character (animation file, sprite sheet(s)) into the custom folder?



I'm trying to do some of the cast from Turnabout Sisters and I want to be sure about this.
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

PNG supports transparency by default, so it is a good idea to use it (I don't know if the other formats support transparency and are as good as png is).

You can do your way, big sheet or broken by animations. The limit i recommend for sheets is 1024x1024.

The chars that are pw's we its gfx put on the character folder under its name (in the PW folder).
eg:
Character Ema Skye go to the "Ema Skye" folder on the character folder of pw folder.
PW/character/Ema Skye
The hlsl file will go to pwlib/data.
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

One of VF:AA creators

Gender: Male

Location: Russia

Rank: Suspect

Joined: Fri Oct 24, 2008 8:49 pm

Posts: 14

KSA_Tech, thank you very much.. i'd found necessary command in pw_court.hlsl

so.. what command need to change font?
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

Message Box font:
setmsgboxfont("PW Extended",13,909092); //font,size,reftexture
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

One of VF:AA creators

Gender: Male

Location: Russia

Rank: Suspect

Joined: Fri Oct 24, 2008 8:49 pm

Posts: 14

Oh, ok, thanks..
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 top priority list:
-Zoom Effect
-Move To Point Effect
-Shinku <-- time to break some issues around PWLib with this

:toupee:

---------------
Recently Added to AIGE
-FileList (allows getting the list of files from a folder and iterate through it.
-Optimized AHLTL
-Added graceful exit when AIGE can't init the render (Direct3D)
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

Damn you, Charter!!!<-----(Internet problems)

More questions on animating :meekins:

Do I have to do anything in particular to the sprite sheets in the animations section or can I go right ahead and animate from them?

I already tried doing April May, but I wound up with a green box around her.

Does the bit depth have anything to do with it?
(All the ones in PWLib is 32, while April's is 24)

Do I have to define a color to set as transparent?



This sounded so simple to do......
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

AIGE do not transform a color into transparent like gif does (that is called color keying, and it is crappy/limited).

The character sheet must be transparent, so you will get it transparent on the game (look the other chars for reference).

AIGE autoconverts to 32 bit (check evidences, they are 24 bit and work perfectly on aige/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

PWLib / AIGE developer

Gender: Male

Location: 127.0.0.1

Rank: Prosecutor

Joined: Tue May 01, 2007 9:27 pm

Posts: 649

Lt. Morke wrote:
This sounded so simple to do......
Once you get a habit for doing it, it is simple to do. Feel free to grab a copy of Pearl or Kitten from my signature to see how I manage it, and as KSA said, you need to apply the transparent color to the image itself otherwise you will see the border color.

Which obviously looks weird :eh?:
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

That was objectionable!

Gender: Male

Rank: Decisive Witness

Joined: Wed Sep 10, 2008 10:01 pm

Posts: 176

Argh, now I feel like an idiot (or :yogi:).

I forgot to click on "Save Transparent Color" in Irfanview. That solved all my problems right quick. Now all I have got to do is change a few of the coor. so Ms. May will stop hoppin' around like she's got a sugar rush.

Thank you both for your help, though!
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

I think i'll add a command that will load a texture with a color key (just for support):
loadtexturekeyed(n,"path",R,G,B);

--------------------------------------------------------------------------------
New on AIGE 0.9.800a:
-Reformulated and fixed the config system.
Here is the format of the current in dev config.cfg and one profile (simple.kpr):

<<>>config.cfg<<>>
version=1

screen.width=800
screen.height=600

parser.strictness=Liberal

startup.file=scripts/startup.aigehls
startup.mainfunction=main

folders.sfx=sounds/
folders.auto=auto/
folders.profiles=profiles/

backgroundexecution=false

profile=simple

-----

<<>>simple.kpr<<>>
text.engine=Simple
text.accel.tfix=Enabled
text.accel.tfixstrength=1000

textures.mode=Normal
textures.filtering=Never

render.mode=Hardware
render.usediffuse=true
render.usezbuffer=true

debug=on
debug.errorhandling=NotifyEnforce
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

That all basic system start-up?
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

It is the basic configuration. It's almost the same as 0.9.700, just reorganized and renamed.
Internally it is also better and actually have defaults for missing configuration.
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

I downloaded it... doesn't work -.- windows doesn't know the program to open the file (???) I'm confused :yogi:
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

One of VF:AA creators

Gender: Male

Location: Russia

Rank: Suspect

Joined: Fri Oct 24, 2008 8:49 pm

Posts: 14

hmm.. what file? archive? try 7Zip or WinRar..
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 mean the .rar file?

To open it: get WinRAR (or other similar packing program that can open .rar).

:maya:
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:
You mean the .rar file?

To open it: get WinRAR (or other similar packing program that can open .rar).

:maya:

oh thanks ^^ i'll try :shoe:
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

Luke: Layton's #1 Apprentice

Gender: Male

Location: United Kingdom

Rank: Bug Sweeper

Joined: Fri May 30, 2008 4:19 pm

Posts: 365

NOTE: PNG is the ONLY image format I know of and is widely used on the internet that supports PARTIAL transparency - meaning you don't get horrible rough edges like you might with GIF.

I STRONGLY ADVISE you use PNGs where possible.
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

News:

-Added Zoom and Rotate commands (testing yet). <-- base for Zoom and Spin Effects.
-Reworked object placement system on AIGE.
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:
-Zooming, Sizing and Moving an object that was rotated is working perfectly, so it will be possible to apply effects based on those together.

To do:
-Fix Rotation issues (rotate correctly to all angles).
-Spin Effect (rotation sequences)
-Zoom Effect (In and Out) (working)
-Move Towards a Point Effect (will allow on PWLib the "sliding cursor on examines" small effect) (working)
-And as always, Shinku.


And a pic of a video been played and rotated 45 degrees:

Spoiler:
Image

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 Mon Nov 17, 2008 2:51 pm, edited 1 time in total.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Mmmm... Chicken.

Gender: None specified

Rank: Desk Jockey

Joined: Fri Oct 24, 2008 1:41 am

Posts: 102

Question: Is the tutorial gonna be updated? :yuusaku:
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

When Shinku is done, it will be inevitable.

PWLib Unleashed will be a new tutorial and will be mainly guided by the Shinku Command Set.
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

What exactly IS Shinku, anyway?
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

Shinku is the name of a Custom Command Set for PWLib intended to make development with it a lot easier.
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

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

I have at last fixed my previous problem :godot:

But now, whenever I enter aige, there's just a black screen, even though I've made a monologue...

And good to hear ther'll be a new tut coming!
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

I didn't do an updated version of the PWLib In A Nutshell due to Shinku's need of a totally new book, since it will differ from the usual programming way (less and more structured commands).

-------

-) Can i see exactly the code you're using?

:pearl:

-------
New on AIGE 0.9.800a:

- Move Towards Effect comply with Secret AIGE Stuff.
- Added a command to get an object's real position (pos + displacement)
- Direction Definition by a pair of points
- Commands can be executed upon the termination of an effect (only Move Towards use it for now)
- waitvideo("video_h"); command waits for a video to complete playing to advance

Planned Features
- Shinku
- Texture Coordinates Displacer Effect
- Rotate Object command and Spin Effect
- Place<effect>Ex functions that will allow "tail command" execution (the on termination command like Move Towards)

Planned Stuff
- Finish Lamiroir 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

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

Same as the tut.

Code:
#include(pwlib/pwlib.hlsl)

[game]
runscript("pw_initpwlib");
runscript("pw_initpwbgs");
runscript("pw_createema");
changetitle("My first PWlib game!");
jumptoscript("run");



[run]

runscript("showpwchar");
runscript("pw_showmessagebox");
runscript("pw_usepwcourthall");
runscript("pw_setnameboxtoema");
runscript("setlipsynctochar");
runscript("pw_enableemanormal");
runscript("pw_showadvarrowmenu");

message("Yes!");
message("My name is Ema Skye!")

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

You see PWLib's loading screen? If not, AIGE is not loading the script file.

You can edit the startup.aigehls file in the scripts folder to include it or put the file on the auto folder.
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

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

I did that, though. I folllowed the tutorial to the letter...
ImageImage
ImageImage
Page 55 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 52, 53, 54, 55, 56, 57, 58 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

Who is online
Users browsing this forum: Google [Bot] and 20 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