Board index » Present Evidence » Games

Page 41 of 131[ 5218 posts ]
Go to page Previous  1 ... 38, 39, 40, 41, 42, 43, 44 ... 131  Next
 


Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

Neither PWLib nor any other casemaker will ever be "perfect" - all of them have their advantages and disadvantages. For example, Ace Attorney Online has near-perfect cross platform support, PyWright has the GBA interface for those who prefer that, and PWLib has near-complete (if not fully complete) flexibility.
Proud creator of the first released PWLib-made fangame! ^_^
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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 not about perfection, or views, or downloads. From what happened, I definitively lost all respect I had for Croik. It made me see that she wants only to "have CR seen somewhere" to actually pat you on the back. It doesn't matter if you have a torrent of views and posts, if you got 700 or more downloads. Neither if it is complete or not. That is low to me, because I dedicated quite a while of my time on PWLib on CR. You see people's real face in situations like this.

Today I'll be focused on this:
-Fix Animation Builder (fixed)
-Addition of the \" to allow middle-sentence " (added)
-Multi-Coloring support for Simple (added)
-Add the CRO Alternative Sizing to PWLib (added)
-Remove automatic force of bold on Text Objects at Simple Text Render (removed)
-Add to Error Handling the NotifyEnforce flag (won't return to ignore on first notification) (added)
-Something else that may come up if free time appears

Oh, yeah: PWLib 1.0b has 88 downloads and a total of 706 now.
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 Wed Jul 30, 2008 6:57 pm, edited 6 times in total.
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

Animation Builder fixed. (AIGE 0.9.250 and lower that contain it display a bug with AB generating wrong X positioning on the texture coordinates. As a result, some frames could break with correct code.)

Added \" to allow usage of " in messages.
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.0b at 21/07/2008 11:08PM 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

KSA_Tech wrote:
It is not about perfection, or views, or downloads. From what happened, I definitively lost all respect I had for Croik. It made me see that she wants only to "have CR seen somewhere" to actually pat you on the back. It doesn't matter if you have a torrent of views and posts, if you got 700 or more downloads. Neither if it is complete or not. That is low to me, because I dedicated quite a while of my time on PWLib on CR. You see people's real face in situations like this.


You aren't worried about what, for example, Donald thinks of PWLib, why are you any more worried about Croik? Beyond having the ability to enforce the rules, she's no different to any other random user here. She's still just another person.
Proud creator of the first released PWLib-made fangame! ^_^
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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 don't care about her anymore. I just got quie surprised of how sometimes you think so wrong of someone.

Serio, did you post the alternative CRO sizes and I can't find that post. If someone help me with it i'll be happy.

edit: just found it out. (by luck)
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.0b at 21/07/2008 11:08PM 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

-Addition of the \" to allow middle-sentence "

sorry, I did not get it ._.
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

currently:
message("My name is "Kitten"!"); <-- error! (you couldn't add " in a message)
new aige:
message("My name is \"Kitten\"!"); <-- good to go, you will get the message My name is "Kitten"! in the game.

CRO expanded with extra alternative sizes. Also you will be able to change the sizes from default to alternative for each CRO piece (witness, prosecutor, judge and attorney).

Master Functions:
pw_crosizesdefaults
pw_crosizesalternative

Pieces Functions:
pw_croprosecutordefault
pw_croattorneydefault
pw_crojudgedefault
pw_crowitnessdefault
pw_croprosecutoralternative
pw_croattorneyalternative
pw_crojudgealternative
pw_crowitnessalternative

Default Sizes:
Prosecutor: 50 X 70
Attorney:50 X 80
Witness: 100 X 100
Judge: 30 X 30

Alternative Sizes:
Prosecutor: 64 X 128
Attorney:64 X 128
Witness: 128 X 128
Judge: 32 X 32
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.0b at 21/07/2008 11:08PM 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

So it's not possible to change just one sprite to an alternative size, you have to use either all default or all alternative?

And... I'll ask again... when will we have saving support?
Proud creator of the first released PWLib-made fangame! ^_^
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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 pieces functions allow changing the object sizes separately.

Save will come eventually. I'll first complete the Multicoloring (Simple support)

-Added configuration profiling. Now you can have multiple profiles of configuration.
-Added startupfile on config allowing to define the startup file (no more locked to startup.aigehls)
-Added Serio's PW and Mia Advance and Cross buttons.
-Moved PW Advance Buttons from misc to button folder
-Added two new functions that enable phoenix or mia's buttons
-Fixed an AIGE issue with replacetexture and set<object>texturecoordinates(); where the texture would not render, causing the object to disappear on screen.
-Added mainfunction on config allowing to define the main function (defaulted by main)
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.0b at 21/07/2008 11:08PM 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

did you add the new lifebar too? i uploaded a fixed version of it along with those, because the original looked like it was jpg-artifacted and lacked a background.

also correct me if i'm wrong, but won't the old sizes break the sprites? all of the sprites were adjusted for those new values i made, so if you revert the values to the old ones, won't the sprites get squished in game?

for example, prosecutor's sprite is 64x128, so if it's set to 50x70 won't it change in a bad way?
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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 added the lifebar, forgot to mention that.

The old sizes will break alternative-based sprites, but once you change the size to the alternative, it will stay as that. I left the default for compatibility. You have both calls on pwlib: alternative and default.

-Added new pwlib function: pw_showmainex will automatically set the bg to the texture id defined in pw_mainbackground and open the main screen. I kept the old pw_showmain for max compatibility.
-Included PWLib default screen (will be set if using pw_showmainex and not changing the pw_mainbackground variable).

Serio, on your tests (when pwlib 1.0c is out) use the pw_showmainex if possible.
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.0b at 21/07/2008 11:08PM 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

Wow, you got alot done today, great work KSA. 1.0c is shaping up to be pretty incredible. Any word on when we might see a possible release of Hayase 1.0c? :]
Image
ImageImage
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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 idea yet. I think I'll have simple with multicoloring in a matter of minutes now.

I need to do the animations on the chains for 1.0c.
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.0b at 21/07/2008 11:08PM 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

Promised -> Delivered
Multi-Coloring support added to Simple Text Render.
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.0b at 21/07/2008 11:08PM 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

Good to see simple render stills gets love.. seeing as accelerated is still broken on my machine. Great work again KSA :D
Image
ImageImage
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

Apollo Justice - Ace... PEACOCK?

Gender: Male

Location: Brazil

Rank: Suspect

Joined: Fri Jul 18, 2008 11:05 pm

Posts: 19

Yay for simple multicolored text! :maya: PWLib and AIGE each day gets not only one, but tons of new features, which is great :will: !. And two questions:
1-The problem of the "something has been added to the CR" font being bold in simple is "solved" (or: is it now in normal font?)?
2-How can I show evidence in a box before adding it to the Court Record? In "The First Turnabout", Payne shows "The Thinker" before adding it to the CR, and the evidence just doesn't show up, forcing me to add the evidence to the CR silently, show the box, and then show the "Statue added to the Court Record". Not that it's bad, but... I don't like it too much... :sadshoe:
Thanks and keep the good work! :keiko:
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

1) Yes, I removed the bold effect. (for those who know a bit of DrawText function of D3DX, the Weigth parameter was 1000).

2) I'll look into it. Expect a solution added to pwlib in minutes.

Edit: I was looking on the code, and all you need to show the evidence or profile in the box is to have the evidence/profile image loaded. You don't need to add it to the CR.

loadtexture(707070,"PW/evidence/knife.png");
setvar([pw_evidtoshowinbox],707070);
runscript("pw_showflyingevidboxleft");

No need to add the evidence. All you need is the texture loaded.

In the case of the Evidence Add Effect, you don't need the evidence on CR, but you need it created.

I'll look on PW1 to see if I understand exacly what you mean (too long since i played it). Just did look.

Like I said, you don't need to add the evidence, just have the texture loaded.
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.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

Apollo Justice - Ace... PEACOCK?

Gender: Male

Location: Brazil

Rank: Suspect

Joined: Fri Jul 18, 2008 11:05 pm

Posts: 19

Thanks for answering (again) :phoenix: !

Edit: Did someone do the complete animations for :udgy: (not the sprite sheet, the animations scripts)? I'm in some need of it... not that I need it urgently (I'm marking the places where the judge has different "poses" so I can change them later), but, if someone can make it, I will be thankful.
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

I may or may not be here.

Gender: Male

Location: Drinking a mug of hot chocolate

Rank: Ace Attorney

Joined: Thu Nov 29, 2007 11:58 pm

Posts: 4916

Lee Ji Hoon wrote:
KSA_Tech wrote:
It is not about perfection, or views, or downloads. From what happened, I definitively lost all respect I had for Croik. It made me see that she wants only to "have CR seen somewhere" to actually pat you on the back. It doesn't matter if you have a torrent of views and posts, if you got 700 or more downloads. Neither if it is complete or not. That is low to me, because I dedicated quite a while of my time on PWLib on CR. You see people's real face in situations like this.

You aren't worried about what, for example, Donald thinks of PWLib, why are you any more worried about Croik? Beyond having the ability to enforce the rules, she's no different to any other random user here. She's still just another person.

You know what I think of PWLib?
I think it has potential to be a great tool for those with the time and ability to put into it.
It has been made to use a simple coding system so people who aren't that good with coding can still use it, yet versatile enough to do just about anything.

I have nothing against it! I'd love it if I could actually use it though. Right now I can't.
And I have even been working with KSA to try to get it working, even to the point of freezing my laptop.
I'm not gonna pull stuff from the other topic over here. I have a rule that issues about something don't leave the topic they were in.

But I will say this, what Croik was saying was that she wasn't pleased with what you guys had done. It had nothing to do with the case makers, it had to do with how you treated a fellow forumer.

Mecha is somewhat famous, I think he was mentioned in a magazine I got one time, that gave CR some free advertising. Of course Croik would want to show Mecha her support.
And KSA, don't go emo about this, just keep moving forward with this. Focus on the problems in your case maker, not the problems you have with other people.
And who knows, maybe at some point you'll be mentioned in a magazine. Your case maker is good, and it keeps getting better.

I have another rule, don't post in a topic that you have nothing nice to say about.
That is why you don't see me posting "OhMyGoodness! That's awful!" In a topic that I don't like. Not only does that prevent issues from occurring, it also keeps stuff I don't want appearing in the "View Your Post" page from being there with every new post in that topic.
Out of sight, out of mind.

Let's put all the crap behind us and keep working on PWLib, let's get it working for everyone, and let's lot bring issues from other topics here, it will just ruin things.
ImageImage
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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 don't care about Mecha, Croik or NGamer since they mean nothing to PWLib. And I have more important things to do on PWLib instead of looking at things that are worthless to me.


-Added new arrow animation, better then the previous one.

EDIT:
I might do the arrow again someday to add more frames and make the animation smoother.
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.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

TIME FOR SCIENTIFIC... illustration?

Gender: None specified

Rank: Desk Jockey

Joined: Tue Jul 01, 2008 8:49 pm

Posts: 85

Is there a way to display text that starts at the top of the screen, rather than at the height of the messagebox? For example, when you "check" written evidence (such as expanded autopsy report, phone record, &c.) the text is not restricted to the message area.

Also, is there any simple way to display the characters' names as text rather than their name graphics? (Or better yet, in addition to?) I'm pretty used to navigating PWLib blind at this point (I'm one of the people with zero graphics) but it gets confusing trying to remember who's talking, so... how can I manage that? It's mostly just to help keep track of conversations when testing things, it doesn't have to look good at all.

Best-case scenario would be to have names displayed "beneath" the name graphics, so that if I were to go to a computer which displays properly the text names wouldn't interfere, but that isn't really necessary.
Image

Hershel Layton: Ace Professor currently in Pre-Production!
Also, I make sprites.
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

Yes, you can control where the messagebox and its text appear. The text is linked to the messagebox object, and you have a relative positioning to the position of the box itself.

placemsgbox(x,y); <-- places the msgbox
setmsgboxsize(w,h); <-- sets the size of the msgbox, 0,0 makes it disspear
setmsgboxtextdelta(x,y); <-- relative positioning of the text to the position of the msgbox

I'll add the "text-based" nametag as soon as I finish dinner.
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.0b at 21/07/2008 11:08PM 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

YOUNG...FEEEEEEEEENIEEEEEEEEEEEEEEEEEEEEEEE

Image

http://rapidshare.com/files/133718046/Y ... K.zip.html

Have fun, also PLEASE, READ THE README FILE

...

PLEAAAAAAAAAAAAAAAAAAAAAAAAAASE ;_;

*cough* *cough* *cough*
*ACHOO!* *ACHOO!* *ACHOO!*
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

OK, i'll add him as I finish the text-based namebox.

Also i'm reorganizing the code a bit.

-Added limitation of extensions to the auto folder. hlsl, ahlsl and txt will be loaded as script. Other file extensions will be ignored.
-Added text-based namebox:

[pw_setnameboxtolanab]
setvar([pw_nameboxtext],"Lana");
runscript("pw_setnameboxtotextfemale"); // the male version uses male, and female uses female blips

And you need to disable the text support when you use normal, non-text based namebox:
runscritpt("pw_disabletextbasednamebox");

Using the pw_setnameboxtotextfemale or pw_setnameboxtotextmale automatically enable text mode.

There is a bug with the font not supporting small font sizes (i think the minimum is 9 or 11). It is issue with the font, not aige font render.

Image

-Added Young Phoenix to the SCS.
-Reorganized msg box code (now pw_boxes.hlsl has some use).
PWLib 1.2 Under Development

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

TIME FOR SCIENTIFIC... illustration?

Gender: None specified

Rank: Desk Jockey

Joined: Tue Jul 01, 2008 8:49 pm

Posts: 85

Thank you, KSA! Just wondering, since you said we'd have to disable the text names, does this mean that that would be the default (as in, having priority over the image names) or that it displays over and therefore interferes with the image names?

I actually think I can make the smaller font that's used in the nameboxes.
Image

Hershel Layton: Ace Professor currently in Pre-Production!
Also, I make sprites.
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

In the current system, the default is normal, non-text namebox. When you call the first function that enables a text-based namebox, it will stay active. If you don't disable it when using a normal, non-text namebox, the text will appear.

The text appears over the namebox graphic. I use the blank namebox as a base and render the text over it.

The current font refuses to go smaller then 11. I tried 9, 7, 6 and it still kept the size 11. In photoshop if it used a smaller size then 11, the font got way unreadable.
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.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

TIME FOR SCIENTIFIC... illustration?

Gender: None specified

Rank: Desk Jockey

Joined: Tue Jul 01, 2008 8:49 pm

Posts: 85

Darn it, I created the font and it displays properly... at size 7.2 -_-;

Skewed on all other sizes, as pixel fonts tend to be. :/ Is that usable? (I'm looking for a workaround in the meantime).
Image

Hershel Layton: Ace Professor currently in Pre-Production!
Also, I make sprites.
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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 use only integer sizes (1 2 3 4 ...) on font creation. Maybe that 7.2 support may allow aige to generate size 7. All we can do is try.

I use windows internal functions to read the font data, so it depends on them.
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.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

TIME FOR SCIENTIFIC... illustration?

Gender: None specified

Rank: Desk Jockey

Joined: Tue Jul 01, 2008 8:49 pm

Posts: 85

Well, here's the font(s) anyway, if you want to see:

http://www.box.net/shared/f8dtbtnkk8

Two different versions, one "normal" and one "squished" for longer names. (In the game, there is a third, even more squished version, but... not bothering to make that if these don't work, y'know?)

Displays properly @ size 7.2 (tested in WordPad), and evidentally @ size 10 in Photoshop with anti-aliasing off but I can't verify that's true.

If it doesn't work in-game, it could still be useful to create nametags... I guess. *shrug*

I'm still trying to figure out if I can edit the sizing thing, and also if I can add accents to the normal pwfont (not making any promises, but I'm looking into it).
Image

Hershel Layton: Ace Professor currently in Pre-Production!
Also, I make sprites.


Last edited by jeti on Thu Jul 31, 2008 9:43 pm, edited 1 time in total.
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

TIME FOR SCIENTIFIC... illustration?

Gender: None specified

Rank: Desk Jockey

Joined: Tue Jul 01, 2008 8:49 pm

Posts: 85

Edit: Oops.
Image

Hershel Layton: Ace Professor currently in Pre-Production!
Also, I make sprites.
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

Text-based namebox with jeti's font (size 6)

Image
PWLib 1.2 Under Development

PWLib Casemaker (Version 1.1) at http://forums.court-records.net/viewtopic.php?f=36&t=8788
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

I think that's a bit better ._.

this text based boxes thing is completely optional right?
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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

Of course they are optional. I wouldn't just throw away the image-based nameboxes. They are good.
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.0b at 21/07/2008 11:08PM 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

KSA, any chance you can make it center the text in the middle of the namebox? Looks like a viable alternative for people who can't figureout the namebox stuff (or are too lazy to figure it out).
Image
ImageImage
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

AIGE/PWLib Casemaker Developer

Gender: Male

Location: Brazil

Rank: Ace Attorney

Joined: Sun Mar 09, 2008 3:38 am

Posts: 2731

I'll add the center support on both renders first, then i'll add it to the namebox.
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.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

TIME FOR SCIENTIFIC... illustration?

Gender: None specified

Rank: Desk Jockey

Joined: Tue Jul 01, 2008 8:49 pm

Posts: 85

Maelstrom wrote:
KSA, any chance you can make it center the text in the middle of the namebox? Looks like a viable alternative for people who can't figureout the namebox stuff (or are too lazy to figure it out).


Also helpful if you have lots of OCs and little patience for editing & coding the namebox file, actually. :D Yay!

I've figured out how to add accents to the namebox fonts, so I'm going to add accents for the regular PW font.
Image

Hershel Layton: Ace Professor currently in Pre-Production!
Also, I make sprites.
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

Gender: None specified

Location: Hungary

Rank: Desk Jockey

Joined: Wed May 28, 2008 5:10 pm

Posts: 100

ZOMFG, you are a genius, that sounds just awesome!!
I wish I could try it, but I'm so stupid at these things TT^TT
Image
"A choice is not something given to you, but something you create yourself."
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM 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 I can say is that everyone can use pwlib. GenoWhirl was clueless in any kind of programming and is able to use pwlib/aige. In the beginning, it may look hard, but with time and patience, you can do it. No one is stupid to not learn AHLSL. Stupids are those who don't see the true value of things.
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.0b at 21/07/2008 11:08PM 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

Oh, I'm flattered by your example :gymshoe:
Re: PWLib Casemaker (Released 1.0b at 21/07/2008 11:08PM GMT-3)Topic%20Title
User avatar

Gender: None specified

Location: Hungary

Rank: Desk Jockey

Joined: Wed May 28, 2008 5:10 pm

Posts: 100

I'm sure I'll try it ^^ Sounds fun :) Thanks a lot for making this, really!
Image
"A choice is not something given to you, but something you create yourself."
Page 41 of 131 [ 5218 posts ] 
Go to page Previous  1 ... 38, 39, 40, 41, 42, 43, 44 ... 131  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

Who is online
Users browsing this forum: No registered users 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:  
News News Site map Site map SitemapIndex SitemapIndex RSS Feed RSS Feed Channel list Channel list
Powered by phpBB

phpBB SEO