Board index » Present Evidence » Games

Page 93 of 131[ 5218 posts ]
Go to page Previous  1 ... 90, 91, 92, 93, 94, 95, 96 ... 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

News
- (AIGE) Added the unloadwhennoref option to the config. With this on, it will automatically unload textures when they reach 0 references. With this option on, the garbage collector will automatically turn off. (for now) This option also minimizes the memory used by textures. (Recommended for high speed computers only)
- (AIGE) Fixed internal issues on Texture Core.

------------------------
Why keep the Texture Garbage Collector when the Unload When Not Referenced is there?

The TGC won't unload unreferenced textures instantly like the UWNR does, so in some cases the UWNR will be awfully slow on slow computers:

4 objects using the same texture
show 1
hide 1
show 2
hide 2
show 3
hide 3
show 4
hide 4

The Texture will be loaded 4 times and unloaded 3 times with the Unload When Not Referenced.
With the Garbage Collector, this wouldn't happen.
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 just got a new character: Klavier Gavin. (by Comaster).



On PWLib 1.2 witrh AIGE 0.9.800a's Unload When Not Referenced makes the engine consume around 155mb.
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

wilddrawfour.tumblr.com

Gender: Male

Location: Yes

Rank: Medium-in-training

Joined: Thu Aug 14, 2008 12:19 pm

Posts: 457

KSA_Tech wrote:
Remarking:
If you do give up on PWLib just because it feels harder, THEN it will be really offensive to me.


Nah. Just because it's harder doesn't mean it has less quality. :phoenix:
So, as you said "quality" wins over "easy".
Image

HERE COME DAT SPIRIT MEDIUM!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

Retired.

Gender: None specified

Location: Argentina

Rank: Suspect

Joined: Thu Aug 13, 2009 4:13 pm

Posts: 43

Klavier:

Image Image
Image Image


Download Link:
http://www.mediafire.com/?mzzkkzkzdzi


Young Trucy:

Image Image


Download Link:
http://www.mediafire.com/?g4ma4nvtntn


Enjoy.
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

@jaydrick0620

PWLib targets quality (and power) instead of just being easy, targeting a professional experience in the end. (and it if wasn't better than a certain one, I would be really ashamed of myself).
I'm satisfied that those who choose PWLib do it because of its quality, and not just because it is an easier solution. (If it was the other way around, I would be deep in shame).

------------------------------------------
The site is finally online. Since all main areas are done, it is better to open it to the public.

http://www.ksatechnologyhq.com:1357/mainsite/

(If you just use http://www.ksatechnologyhq.com:1357/ you will be redirected.

Be sure to check the Big Feature List. It is worth the reading (and knowing what PWLib is capable of on 1.1 and will on 1.2).

I still need to make the gallery and finish the character specific pages, but all other sections of the site are done.

- Klavier and Child Trucy were added to the SCS.
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

Attorney Student

Gender: None specified

Rank: Suspect

Joined: Wed Aug 19, 2009 10:14 am

Posts: 3

Hi! Uhm... I don't know exactlly if this is the right place to post this question but...here it is

Well, I'm new in this programming world and I'm a bit confused with PWLib. I've downloaded all (including the tutorial) but when I finish the tutorial part for starting with PWLib, it shows me an error and I don't know where's the mistake... :payne: could somebody help me? :larry:
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

What kind of error you're experiencing?
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

Attorney Student

Gender: None specified

Rank: Suspect

Joined: Wed Aug 19, 2009 10:14 am

Posts: 3

Literally this is what appears in my screen:

<Script>Warning! Couldn't jumping to script "game" because it couldn't be found!
scripts/startup.aigehls:25
when running in primary mode
main: jumptoscript("game")

I think I now where is the mistake but I'm not sure... Could it be that I'm not writing in the right place the #include command in the startup file? If it's this... where should it go?? :meekins:
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 simple solution: just put the script file with the [game] function 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

Attorney Student

Gender: None specified

Rank: Suspect

Joined: Wed Aug 19, 2009 10:14 am

Posts: 3

Yeah! Now it's okay :keiko:

So, should I save all the scripts of what I do for the game in the auto folder?

Thanks for everything, anyway!! =D
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Not necessarily.

You can do this way:

1) Create a folder named mygame. (change mygame to the name of your game, for example testgame)
2) Make a file named mygame.hlsl and save it on the auto folder.
3) Open the mygame.hlsl and put this on it:

#include(mygame/mygame-main.hlsl)

[game]
jumptoscript("mygame_main");

Save.
4) Create the file mygame-main.hlsl on the mygame folder.
5) Put this on the mygame-main.hlsl file:

#include(pwlib/pwlib.hlsl)
//Any ther includes (supposing all the game files on the mygame folder)

[mygame_main]
//Start the game here. put the init, etc.

Save.

6) Now you setup your game environment that keeps your scripts organized on a 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

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Just one note:
Comaster is working hard to finish important characters on PWLib, so if people don't really care about using PWLib or at least posting games/projects on it, it will go to waste. So what up with the sudden surge of NOT using PWLib (and no new PWLib games topics popping up)?

Current Characters on creation:
- Oldbag
- Kristoph Gavin

------------------------------------------------------------------
Comaster is now part of the PWLib Core Team as an Animator.
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

Oldbag and Kristoph are done (pending testing).

Current Character on creation:
- Redd White
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

WEEEE!!!!!!

Gender: None specified

Rank: Suspect

Joined: Wed Aug 19, 2009 11:09 pm

Posts: 10

It's my first time with Notepaad and everything but ONE thing is bothering me, what is AIGE? Sorry if the question is stupid but as I already say, I'm a novice.
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

@utaria: AIGE is the engine that PWLib runs on. Both PWLib and AIGE were created by KSA.

@KSA: New site looks great! Gotta say, it's a significant improvement.
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

Expanding Yggdrasil's reply:

AIGE is the core engine. It provides a programmable interface that is operated by a language called AHLSL, so you can tell the engine what to do. PWLib is fully scripted on AHLSL, and when you develop your game, you make it on AHLSL using PWLib's functions.

That's why PWLib feels to different from other solutions as it isn't an engine for casemaking, but a case engine made over other engine, allowing maximum flexibility if the need is due.

Basically:

AIGE -> PWLib -> your game

@Yggdrasil
I need to finish your game's subsite on the KSA Technology HQ site. If you want I can add a gallery for your game (like i did for Percei Veritá).

------------------
On a side note:
Characters been made:
- Redd White
- Will Powers

Wendy OldBag was made by Chess and fixed by Comaster (some typo on the files, nothing major).
PWLib 1.2 Under Development

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

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

I got this error when I tried to register on your site KSA (which looks great by the way):

Code:

    * warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\xampp\htdocs\www\mainsite\includes\mail.inc on line 193.
    * Unable to send e-mail. Please contact the site administrator if the problem persists.



The account was still created, so I guess it's just the mail sending part that's not working ATM.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
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 removed the "need to verify email" that was up on the older site. I still need to decide if i'm going to use Mercury on my own server or if i'll try to setup gmail again.
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

Site microupdates
- New link on link block
- New mirror for pwlib gfx 2.0
- Added required software links on PWlib page (easier to get the stuff PWLib needs to run)
- Added Request Affiliation on the Affiliates and Links Block (easier for other site owners to request affiliates with KSA Technology HQ)
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

Retired.

Gender: None specified

Location: Argentina

Rank: Suspect

Joined: Thu Aug 13, 2009 4:13 pm

Posts: 43

Kristoph:

Image Image
Image Image

Download Link:
http://www.mediafire.com/?yczmonkuzmy

Enjoy.

Btw, Redd and Powers done, waiting for Ksa to do the test.


Last edited by Comaster on Thu Aug 20, 2009 7:13 am, edited 1 time in total.
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

wilddrawfour.tumblr.com

Gender: Male

Location: Yes

Rank: Medium-in-training

Joined: Thu Aug 14, 2008 12:19 pm

Posts: 457

Love the new site! Can't wait for the editor and 1.2!
Image

HERE COME DAT SPIRIT MEDIUM!
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

News
- (AIGE) AHLSL Core Updated. 20MB less memory usage (from 155MB to 135MB, ~13% less).
- (PWLib) Shelly the Killer added (by Chess)
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 have returned!

Gender: Male

Rank: Decisive Witness

Joined: Thu Jul 02, 2009 7:53 pm

Posts: 264

Comaster wrote:
Kristoph:

Image Image
Image Image

Download Link:
http://www.mediafire.com/?yczmonkuzmy

Enjoy.

Btw, Redd and Powers done, waiting for Ksa to do the test.



thx comaster!

I've been waiting for kristoph

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

I have returned!

Gender: Male

Rank: Decisive Witness

Joined: Thu Jul 02, 2009 7:53 pm

Posts: 264

What is wrong with this?

Its telling me that pwlib encountered and problem and needs to close.

Spoiler:
#include(pwlib/pwlib.hlsl)

[game]
jumptoscript("global_setup");

[global_setup]
runscript("pw_initpwlib");
runscript("pw_initpwbgs");
definekey("key_lclick",<null()>);
setvar([pw_titlescript],"titlepage");
setvar([pw_episodepath],"episode/");
setvar([pw_episodes],1);
runscript([pw_titlescript]);
changetitle("Ace Attorney Alternates");
jumptoscript("titlepage");

[titlepage]
runscript("pw_showmain");
waitresponse();
runscript("pw_hidemain");
setbgsize(0,0);
jumptoscript("casemenu");

[casemenu]
runscript("pw_caseselect");
waitresponse();

[begin_case1]
runscript("case1_setup");

[case1_setup]
runscript("case1_charcreation");
runscript("case1_load");
runscript("case1_evidenceprofilecreation");
jumptoscript("case1_begin");


[case1_load]
loadtexture(80901,"PW/evidence/lawyer badge.png");
loadtexture(90900,"PW/profile/garyuu.png");
loadtexture(90901,"PW/profile/kyouya.png");
loadtexture(70010,"cust/PWLibTutoMain.png");

[case1_charcreation]
runscript("pw_createkristoph");
runscript("pw_createklavier");

[case1_evidenceprofilecreation]
setvar([evidencenumber],900);
setvar([evidencegfs],80901);
setvar([evidencegfl],80901);
setvar([evidencesup],0);
setvar([evidencename],"Attorney's Badge");
setvar([evidencesdesc],"Type: Other\n One of my possessions.");
setvar([evidenceldesc],"It's my all important badge.\nIt shows that I'm a defense attorney.");
runscript("createevidence");

[case1_begin]
setvar([evidencenumber],900);
runscript("addevidence");
jumptoscript("case1_start");

[case1_start]
runscript("pw_usepwbgcourthall");
runscript("pw_showadvarrowmenu");
jumptoscript("case1");

[case1]
waitresponse();

Image
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

I tested on 1.2 and 1.1 and no error came to.
Check if you're not saving the file as UTF-8 by mistake (on 1.1, if the file is UTF-8, AIGE dies).
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

Retired.

Gender: None specified

Location: Argentina

Rank: Suspect

Joined: Thu Aug 13, 2009 4:13 pm

Posts: 43

Attorneyatlawl wrote:
What is wrong with this?

Its telling me that pwlib encountered and problem and needs to close.


Check the data files of Kristoph and Klavier.

If u found a By Comaster, delete it, because i didn´t put the //, so that´s maybe the problem. (I think i put the By Comaster only in Apollo)
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 site experienced some database issues, but is back online.
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

WEEEE!!!!!!

Gender: None specified

Rank: Suspect

Joined: Wed Aug 19, 2009 11:09 pm

Posts: 10

I got a problem, I try doing the tutorial were Ema talk and at the end of the tutorial two, after doing like the instructions were saying, and verifying that everything was good, I try to starts AIGE. But it's say: <Script> Warning! Counldn't jumping to script "game" because it coundl'nt be found!
script/startup.aigehls:25
when running in primary mode
main:jumptoscript("game");
and I do just like the tutorial say! like that:
#include(pwlib/pwlib.hlsl)

[tutomain]
jumptoscript("setup");

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

[charcreation]
runscript("pw_createema");
[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("Yes!");
message("My name is Ema Skye!");

plus this, that they don't sasy it's should be remove
#include(pwlib/pwlib.hlsl)


[tutomain]
runscript("pw_initpwlib");

Can someone help me please?!
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.

Each chapter is a totally different script (so you must remove the previous one or use it as a base to the new one).
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

New Characters to be added to PWLib very soon (some complete yet on Quality Control):
- Lamiroir
- Cody
- Sal Manela
- Redd White
- Young Gumhoe
- Adrian Andrews (both versions)

Reworked Chars
- Gumshoe

Some more will be worked on as well.
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

Sorry for being inactive all this time, I had no Internet connection.

It's great to know there's more people working on animations! Comaster, you took a lot of weight of my back (GenoWhirl had requested Apollo, Klavier and Kristoph to me a while back)! Keep up the great work!

Oh, and you're from Argentina too! Hello there, fellow Argentinian!
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

Comaster is helping a lot with the char creation.

I'm even considering to wait until he finishes all the chars (as he does them pretty fast) to begin the PWLib 1.2 Beta Testing.

In GK i'll be extremely selective (since I don't want to be spoiled), so for now i'm considering only Miles, Gumshoe and Mikumo (and chars from case 1 and 2, that I already played).
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

And your point is...?

Gender: None specified

Rank: Suspect

Joined: Fri Aug 21, 2009 8:41 pm

Posts: 39

I really need help with PW lib. (I don't even get the blank screen mentioned in the tutorial!!!)
I always get an error after starting the AIGE... :sadshoe:
Please help.
PS: I also followed the instructions mentioned earlier in this topic. :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

What error are you getting?
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title

WEEEE!!!!!!

Gender: None specified

Rank: Suspect

Joined: Wed Aug 19, 2009 11:09 pm

Posts: 10

Sorry, but I change tutomain to game. Now it'S give that:
#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");
[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("Yes!");
message("My name is Ema Skye!");


#include(pwlib/pwlib.hlsl)


[tutomain]
runscript("pw_initpwlib");
But it's still the same thing! Help, please?
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 code you should have is only:

Code:
#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");
[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("Yes!");
message("My name is Ema Skye!");


From the second #include, nothing there is needed.
I tested on 1.1 and on 1.2, both work.

What error message you were getting?
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

And your point is...?

Gender: None specified

Rank: Suspect

Joined: Fri Aug 21, 2009 8:41 pm

Posts: 39

<Script> Warning! Couldn't jump to script "game" because it couldn't be found! scripts/startup.aigehls:25 when running in primary mode main:jump to script("game")
It just can't find the game. (btw what is the auto folder?)
maybe i still need more programming experience.....
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 auto folder is a folder named auto.

All you need to do is create a folder named "auto" on the same folder that AIGE.exe is in and place the .hlsl file (your script) inside it.

The auto folder was implemented on AIGE 0.9.700a (PWLib 1.1) to simplify script inclusions (as well tests).
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

And your point is...?

Gender: None specified

Rank: Suspect

Joined: Fri Aug 21, 2009 8:41 pm

Posts: 39

okay, but it says it cant find pwlib (the hlsl file) now :headbang:
Re: PWLib Casemaker (Released 1.1 at 14/09/2008 11:24PM GMT-3)Topic%20Title
User avatar

wilddrawfour.tumblr.com

Gender: Male

Location: Yes

Rank: Medium-in-training

Joined: Thu Aug 14, 2008 12:19 pm

Posts: 457

Ok, I tried using the organization you said, and now it says:
<Script> Warning! Couldn't jump to script "mygame-main" because it couldn't be found! auto/mygame-link:txt:4 when running in primary mode game:jump to script("mygame-main")

And it won't leave me alone!
Image

HERE COME DAT SPIRIT MEDIUM!
Page 93 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 90, 91, 92, 93, 94, 95, 96 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

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