Board index » Present Evidence » Games

Page 20 of 131[ 5218 posts ]
Go to page Previous  1 ... 17, 18, 19, 20, 21, 22, 23 ... 131  Next
 


Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

^ Ji Hye Jang

Gender: None specified

Location: Your mom

Rank: Medium-in-training

Joined: Tue Dec 18, 2007 4:16 am

Posts: 535

Ok, I've found a fix to some things.

Go to Start, then Run, then type "dxdiag" (without the quotes) and hit ok.
Click the "Display" tab. Make sure DirectDraw Acceleration and Direct3D Acceleration are _ENABLED_. With these disabled, I get the crash, with them enabled, I can run it. (But as mentioned before, I still get text errors... still looking for some setting tweaks that may fix this)
Proud creator of the first released PWLib-made fangame! ^_^
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Wed Jun 04, 2008 9:12 pm

Posts: 45

I have a new problem with "present Evidences"...

/problem solved, sorry.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

I found something that seems to be a bug.

During the court parts when you move the camera around, i tried to disable the message box until phoenix finishes his deskslam animation. But for some reason the message box reappears as soon as "hold it" finishes and the camera finishes going to him, even if the showmessagebox script isn't activated until the deskslam animation finishes.

The way i have it set, the prosecutor finishes his line, then phoenix shouts hold it, and the camera goes to him. Then he does a deskslam, then talks. I made it so that the message box should stay hidden from the "hold it" until the deskslam is finished, but it reappears as soon as the camera move is over, still showing the prosecutor's text.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

What is my liiiife?!?

Gender: Male

Location: UK

Rank: Admin

Joined: Tue Feb 27, 2007 11:02 am

Posts: 2504

It's sorted now, hooray!
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

@killer0018

Did you add the insert page code? If you set the evidencesup to 1 and do not insert pages, you get a white box on Check.

@Serio

Let me see your code. (c) KSA_Tech. All rights reserved.
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.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

Oh hey, I object.

Gender: Male

Location: Montevideo, UY

Rank: Desk Jockey

Joined: Wed Apr 02, 2008 12:20 am

Posts: 57

BSRaven wrote:
Donald Serrot wrote:
KSA_Tech wrote:
Those who had issues with AIGE not running can help me with that as testers. :maya: :keiko:

I'll try my best to make AIGE work on as many configurations as possible. I don't want to leave people out of the PWLib Casemaker.

Tester #1 reporting for duty! :salute:


Tester #2, sir! :meekins:

Tester #3, pal! :gumshoe:
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

What is my liiiife?!?

Gender: Male

Location: UK

Rank: Admin

Joined: Tue Feb 27, 2007 11:02 am

Posts: 2504

Of course, now it's trademarked I'll have to either put that every time I say it or say:

Show us your code! XD
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Wed Jun 04, 2008 9:12 pm

Posts: 45

KSA_Tech wrote:
@killer0018

Did you add the insert page code? If you set the evidencesup to 1 and do not insert pages, you get a white box on Check.


Now it's working, thanks. But i found a mistake in the tutorial. The loadtexture id is 70000 ... here:

loadtexture(70000,"cust/trucygs4.jpg");

but the ID 7000 is the variable ... here: "setvar([evidencestex],7000);" i think there must be one more zero.

Another question: Why i can't close AIGE normal with the "X" symbol? I need to close it with Task-Manager.

Edit: And whats with the coordinates? I really dont know where i need to click for 157,302,81,23....
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Wed Jun 04, 2008 9:12 pm

Posts: 45

Serio wrote:
Tutorial 12, it seems there's no code to define the images for the questions so they all end up blank.

Image


Sorry for doubleposting, but i have the same error. If i click to one of them, then the screen is black and i see nothing, i just see the screen above.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

Code:
setvar([sld_targetcharanim],"pw_enablefranziskanormal");
runscript("pw_slideattoneytoprosecutor");
message("However!");
runscript("pw_hidemessagebox");
loadandplaysfx("../lulz/sound/holdit-phoenix.wav",0);
runscript("pw_raiseholdit");
setvar([sld_targetcharanim],"pw_enablephoenixnormal");
runscript("pw_slideprosecutortoattoney");
runscript("setlipsynctonoone");
wait(12);
runscript("pw_enablephoenixhittable");
wait(58);
runscript("pw_showmessagebox");
runscript("pw_setnameboxtophoenix");
message("Now wait just a minute.");

here's a part of it that tries to use it. I'm not showing the entire code since i spread it into several files and i doubt it'll make much difference.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

@Serio
(white button issue): it is white because you didn't load the gfx for the buttons.
(message box appearing after slide): it is because pwlib forces showing the msgbox after slide. You can counter this by:

Code:
runscript("pw_slideprosecutortoattoney");
runscript("pw_hidemessagebox");



@killer0018
Click going to black means that all objects are hidden. I'll look into it. Let me see the code you're using, it may help me seeing the 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.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title

Gender: None specified

Rank: Suspect

Joined: Wed Jun 04, 2008 9:12 pm

Posts: 45

Code:
[questionexample]
definevar([qreplysignal],"int");
messageauto("asdf");
runscript("pw_showselectananswer");
setvar([pw_maxquestions],4);
setvar([pw_q1gfx],91000);

setvar([pw_q2gfx],91010);
setvar([pw_q3gfx],91020);
setvar([pw_q4gfx],91030);
runscript("hidepwmenu");
runscript("pw_setupquestions");
runscript("pw_showquestion");
waitsignal("qreply",[qreplysignal]);
runscript("pw_hideselectananswer");
runscript("hidepwmenu");
runscript("showadvarrowmenu");
if(<compare([qreplysignal],"equal",3)>,<jumptoscript("questionexamplecorrect")>,<jumptoscript("questionexamplewrong")>);

[questionexamplecorrect]
runscript("setlipsynctochar");
runscript("pw_setnameboxtoema");
runscript("pw_enableemanormal");
message("Rasd");
jumptoscript("scene1");

[questionexamplewrong]
runscript("setlipsynctochar");
runscript("pw_setnameboxtoema");
runscript("pw_enableemanormal");
message("dd");
jumptoscript("scene1");


And if i click to one button, the screen turning into black and nothing happen.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

Gender: Male

Location: Paris, France

Rank: Desk Jockey

Joined: Sun Mar 09, 2008 4:02 pm

Posts: 116

Well, as promised I just tried PWLib with wine and it's... not very conclusive ^^

The game is launched correctly, but the rendering is weird. A picture is better than a thousand words, so here it is :
Image
(it come directly from the tutorial's first script)

I'm using a ATI Radeon 9600, with the unofficial drivers provided in Ubuntu (before you say anything : each time I've tried the official ones I've lost the graphic interface and was forced to restore it through the console... :sadshoe: ).
Running with wine 0.9.46 :phoenix:


I guess it cannot be corrected so easily, and I understand that you have enough things to do with people who have it working, but if you have any piece of advice or anything you want me to test... :edgy:
Image
Ace Attorney Online - Online trial creator and international Ace Attorney community.
AAO Deutsche version : AAO German section now open !
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

Finished with Franziska.

http://serio.piiym-net.com/leech/franpack.7z

Installation:
Put the "Franziska" folder with the sheets into "PW/Character/"
Copy & paste the contents of "add_this_to_pw_prosecutors.hlsl", make backup of "pwlibs/pw_prosecutors.hlsl" and replace everything between Manfred and Godot with the contents. Or just append at the end of the file and delete the existing Franziska entry.

Run game.hlsl to test the expressions.

Readme.txt has all the commands that can be used as a list with few comments.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

@Unas
I never did get this issue. I remember getting the same issue with video (zombie mode) that was due to inversion of some color components.

@kiler0018
I'm busy since my parents just returned from the supermarket, but i'll look into your issue as soon as possible.

@Serio
You can use a simpler method to include franny, as I used with Nyala. Createa folder and put all the files in it, gfx and scripts. The folder will be on AIGE.exe folder. And you set the script to access the gfx from this folder and the user can just include the char in their game just below the pwlib inclusion.

eg.
Code:
pw_extracreatenyala]
runscript("pw_loadnyalafiles");
createanimation("Nyala_Normal",1);
insertanimationframe("Nyala_Normal",1,12000,200);
setanimationframetexturecoordinates("Nyala_Normal",1,0,0,119,169);
insertanimationframe("Nyala_Normal",2,12000,10);
setanimationframetexturecoordinates("Nyala_Normal",2,0,170,119,169);
insertanimationframe("Nyala_Normal",3,12000,10);
setanimationframetexturecoordinates("Nyala_Normal",3,120,170,119,169);
insertanimationframe("Nyala_Normal",4,12000,10);
setanimationframetexturecoordinates("Nyala_Normal",4,0,170,119,169);
createanimation("Nyala_Normal_Talking",1);
insertanimationframe("Nyala_Normal_Talking",1,12000,5);
setanimationframetexturecoordinates("Nyala_Normal_Talking",1,0,0,119,169);
insertanimationframe("Nyala_Normal_Talking",2,12000,5);
setanimationframetexturecoordinates("Nyala_Normal_Talking",2,240,0,119,169);
insertanimationframe("Nyala_Normal_Talking",3,12000,5);
setanimationframetexturecoordinates("Nyala_Normal_Talking",3,120,0,119,169);
insertanimationframe("Nyala_Normal_Talking",4,12000,5);
setanimationframetexturecoordinates("Nyala_Normal_Talking",4,240,0,119,169);

[pw_enablenyalanormal]
setanimationspeed("Nyala_Normal_Talking",1.0);
placecharacter("pw_char",70,20);
setcharactersize("pw_char",120,170);
//setcharacteranimation("pw_char","Nyala_Normal");
setcharacterlipsyncsilent("pw_char","Nyala_Normal");
setcharacterlipsynctalking("pw_char","Nyala_Normal_Talking");

[pw_loadnyalafiles]
loadtexture(12000,"cchars/Nyala_Normal.png");

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.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

End Quote.

Gender: Male

Location: UK

Rank: Decisive Witness

Joined: Mon Feb 25, 2008 9:11 pm

Posts: 201

Great work on Francisca @ Serio! Will be a welcome addition to my character list.

KSA, in the tutorial, trucygs4.jpg missing or am I just looking in the wrong place?
Image
ImageImage
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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 missing.

I was going to include a tutorial package but due to the changes with the evidence code, almost all of the tutos were broken, so I decided to not release them yet. You can use the ElisePhoto.png that is on the PW folder.
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 Sun Jun 15, 2008 5:13 pm, edited 1 time in total.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

Hmm. Yeah, i guess i could. I just wanted to integrate her with the engine without cluttering the main folder up with stuff.

Speaking of that, will she be included in the next version of the engine? :P

@Maelstrom: Thanks.

Last edited by Serio on Sun Jun 15, 2008 5:20 pm, edited 1 time in total.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

End Quote.

Gender: Male

Location: UK

Rank: Decisive Witness

Joined: Mon Feb 25, 2008 9:11 pm

Posts: 201

Another thing I wanted to ask KSA. When I view my evidence it makes the text with the arial font, not the PW font on the bottom screen. Is there anyway to set it up to show the PW font instead?
Image
ImageImage
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

@Maelstorm
I use Arial on the evidence screen, and to change you would need to edit the source. There is a way to set the font for them without editing the source, if you want I can do that on next release.

@Serio
I'll test her and it is almost certain that she will be on a next release. I wanted to have franny done, but I couldn't.
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.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

End Quote.

Gender: Male

Location: UK

Rank: Decisive Witness

Joined: Mon Feb 25, 2008 9:11 pm

Posts: 201

If you could that would be awesome @ KSA. Arial looks good enough but, it's just not quite authentic. Take this picture for example;

Image

Also, is there any chance you can set it up to display the evidence name box text (while you're browsing through your evidence and while you have the evidence selected) to display in the center of that box? This image for an example;

Image

Where it says "passport". If i'm getting too demanding just ignore these selfish requests. I'll keep using the program with or without these changes, it's incredibly easy and addictive :D
Image
ImageImage
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

@Unas: That's odd - i managed to get it working. Did you follow my tut? Ill have a look at the unofficial driver.
Web developer by night, school student by day. That's how I roll.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

Serio wrote:
Finished with Franziska.

http://serio.piiym-net.com/leech/franpack.7z

Installation:
Put the "Franziska" folder with the sheets into "PW/Character/"
Copy & paste the contents of "add_this_to_pw_prosecutors.hlsl", make backup of "pwlibs/pw_prosecutors.hlsl" and replace everything between Manfred and Godot with the contents. Or just append at the end of the file and delete the existing Franziska entry.

Run game.hlsl to test the expressions.

Readme.txt has all the commands that can be used as a list with few comments.


i cant get her to work...would you please pm me how to? i just cant get her to work (nice work anyways i ll try to make one when i learnt to)
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title

The truth's in THERE, not out THERE.

Gender: Male

Rank: Decisive Witness

Joined: Fri May 16, 2008 7:50 pm

Posts: 205

:nick-sweat: Everybody's having fun with this...

Oh why do the lawds of awesome deny me so?
Reunion of Lawyers Writer - Case 3 (Turnabout Twins)
Mah Sprites
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

Now with Glasses!

Gender: Male

Rank: Desk Jockey

Joined: Thu Oct 11, 2007 4:10 am

Posts: 135

Is anyone else using a dell laptop? With Mobility Radeon?
Can anyone tell me the latest version that would work on my computer?
I've tried some other then my own which is 6.13.10.6071 and came out in 4/22/2002 and the most recent don't seem to work.
Can someone help me get a working one at least a year younger? That might be what's causing the problem and I can't seem to find a decent one. :shoe:
Back, check out LOZ AA.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

help! im in a spanish pc...how do i get the opposite of "/" i need it to separate the text lines
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

Pleeaase don't hurt me.

Gender: Male

Rank: Decisive Witness

Joined: Thu Mar 27, 2008 4:16 pm

Posts: 225

Hey, everyone, I got a problem. I start the PWLib program but it just gets to initializing then remains like that. Any ideas?
Image
Thanks Elriel for the sig!
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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:
i cant get her to work...would you please pm me how to? i just cant get her to work (nice work anyways i ll try to make one when i learnt to)

I don't think I can explain it any better than I already did. Did you copy the sprites into the right folder? If you did, did you put the contents of the special file I had in the archive into the pw_prosecutors.hlsl after making a backup?

Quote:
Hey, everyone, I got a problem. I start the PWLib program but it just gets to initializing then remains like that. Any ideas?

Start reading the tutorials. It works for you, just has no script. The tutorial teaches you how to create the script.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

@GenoWhirl
Shouldn't all keyboards have a \ ?

I think that the issue with some video cards has to do with something technical called T&L (Transform ans Lightning).
When you draw with Direct3D, you define points to form the objects. Those points are called Vertexes.
T&L means you can use Hardware to process the Vertex transformations (move, etc). And in AIGe I try to initialize Direct3D using Hardware Vertex Processing. If the vcard doesn't support it = error = lock. I'll make AIGE try to create in software vertex processing mode in case it fails initially.
Klavice, I'll need your feedback and availability (as well the others who had the issue) to test this. On MSN.
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.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

Gender: Male

Location: Paris, France

Rank: Desk Jockey

Joined: Sun Mar 09, 2008 4:02 pm

Posts: 116

lukegb wrote:
@Unas: That's odd - i managed to get it working. Did you follow my tut? Ill have a look at the unofficial driver.


!! I hadn't seen this tuto. I'll try and tell you if it works better with this.
If it works then maybe it should be included in the official PwLib tuto, it'd be more visible :edgy:
Image
Ace Attorney Online - Online trial creator and international Ace Attorney community.
AAO Deutsche version : AAO German section now open !
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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 in a Nutshell will include it, yes. I'll add a new section dedicated to setup. Sounds a good idea. :keiko:
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.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

Pleeaase don't hurt me.

Gender: Male

Rank: Decisive Witness

Joined: Thu Mar 27, 2008 4:16 pm

Posts: 225

Serio wrote:
Quote:
i cant get her to work...would you please pm me how to? i just cant get her to work (nice work anyways i ll try to make one when i learnt to)

I don't think I can explain it any better than I already did. Did you copy the sprites into the right folder? If you did, did you put the contents of the special file I had in the archive into the pw_prosecutors.hlsl after making a backup?

Quote:
Hey, everyone, I got a problem. I start the PWLib program but it just gets to initializing then remains like that. Any ideas?

Start reading the tutorials. It works for you, just has no script. The tutorial teaches you how to create the script.


I followed the tutorial and it didn't work. I just got a black screen, not a white one like it says on the .pdf file. I made a new file called tutogame.hlsl (that was the actual extension) and another called tutogame.txt just in case that was the one it needed. I put in

Code:
[game]
runscript("pw_initpwlib");
runscript("pw_initpwbgs");
runscript("pw_createema");


and it still has the black screen. Then I went on the startup file and on the next line (I didn't leave any) I put in

Code:
#include(tutogame.hlsl)


still has a black screen. Have I done anything wrong? :meekins:
Image
Thanks Elriel for the sig!
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

@FlashPoint: Is the include line at the top or the bottom of the startup file? Try putting it where the comments suggest, at the top - i suspect the compile doesn't go through and include first, but I'm not sure...

edit: (oh and where did you save tutogame.hlsl - in the same folder as AIGE.exe?... just asking :pearl: )


Please ignore me :will:
Web developer by night, school student by day. That's how I roll.


Last edited by lukegb on Sun Jun 15, 2008 7:27 pm, edited 2 times in total.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM GMT-3)Topic%20Title
User avatar

Gender: Male

Location: Paris, France

Rank: Desk Jockey

Joined: Sun Mar 09, 2008 4:02 pm

Posts: 116

Well I just did everything that luke's tuto told me to do, but it seems I'm not lucky : nothing's changed :edgy:
I guess I'll have to wait and try other things if I have enough time :phoenix:
Image
Ace Attorney Online - Online trial creator and international Ace Attorney community.
AAO Deutsche version : AAO German section now open !
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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

@killer0013
I tested your code. You need to show the messagebox or aige stops when using message.

@FlashPoint
Read tutorial 01 and use its code as it there. Seems like you're missing stuff, like showing things on the screen.

edit: runscript("showadvarrowmenu"); you missed the pw_ -> runscript("pw_showadvarrowmenu");
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.0 at 14/June/2008 2:23AM 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

Do you mind if I make a PWLib installer - if you really dont wanting me mirroring then I guess I could get NSIS to download and unrar the file. I just figured this would make setup (& removal...) easier for some people having a pretty installer and all.
Web developer by night, school student by day. That's how I roll.
Re: PWLib Casemaker (Released 1.0 at 14/June/2008 2:23AM 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 for now because I'm sorting the issues. Once I get a more stable release I'll think on installer + mirror.
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.0 at 14/June/2008 2:23AM 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

@Serio

Franziska Von Karma Added to the Character Standard 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.0 at 14/June/2008 2:23AM 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

Serio, there is a better way to make one animation run once. MSN or PM mne and i'll explain it to you.
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.0 at 14/June/2008 2:23AM 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

Here's an idea for you - a plugins/ folder in which any hlsl files are automatically #include-d. It would probably need some work in AIGE directly, though, as well as somethings to prevent clashes.
Web developer by night, school student by day. That's how I roll.
Page 20 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 17, 18, 19, 20, 21, 22, 23 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

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