Board index » Present Evidence » Games

Page 17 of 42[ 1674 posts ]
Go to page Previous  1 ... 14, 15, 16, 17, 18, 19, 20 ... 42  Next
 


Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Shoulda been Brawldude, but was taken

Gender: None specified

Location: A long time ago in a galaxy far, far away...

Rank: Medium-in-training

Joined: Thu Apr 09, 2009 12:11 am

Posts: 502

Oh, I have a question about PyWright.
Is is possible to make nametags with spaces in them?

Let's say I tried this:
Code:
setvar prosecutor_nt von Karma
char franziska nametag=$prosecutor_nt e=normal
"My nametag should be "von Karma" "

Image
Click the sig to see my graphics topic!

My sig -is- original. Lots of people just make sigs similar to this one a lot.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Gender: Female

Location: The Netherlands

Rank: Suspect

Joined: Wed Aug 20, 2008 5:41 pm

Posts: 46

saluk wrote:
The editor was a cool idea, but I found that it was pretty hard to maintain without introducing bugs. At this point it is sort of discontinued. I am still open to fixing bugs though and continuing work on it :)

The editor should not be broken at this time, it is somewhat buggy but it should work.

I don't know what you mean by a square. If the cursor is on a text line and you press enter, it should make a new line below it. The new line will be empty (since you haven't typed into it yet), and have a grey highlight - maybe this is the square you are seeing? It's just an empty text line that you can type into. I changed the coloring to try and make it look more like a regular editor, but perhaps I failed :)

Also, sometimes the graphical versions of stuff, like textboxes, can confuse things - you can turn them into regular text lines by right clicking on them. That might help.


This is what I meant;

Spoiler: Under this thing to save some space
Image


I tried various things to try to get rid of it. But each time I press enter, it doesn't move to a new line. I get that thing in my face. D:

I'll state again it worked fine before. But after I did shift+enter by accident (I was MSNing in the meantime and if you do shift+enter there you get a new line instead of sending the message, so I guess I was little confused?) I got a square. I just backspaced it and pressed enter normally and it stayed like this.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Cool, I can replicate the bug by holding ctrl and typing. To fix, you should be able to backspace and delete the junk. It might look like it is not deleting for a while, but eventually it should clear up. I'll look into this problem more in the near future.

For an even better fix, ditch the editor and use notepad. In your pywright folder, all of the scripts will be located in games/yourgame/yourcase. You can open intro.txt, or any of the other scripts, from there, and edit in a much more professional editor, although it is missing the graphical helpers of course.


Brawldud: I tried your code and it worked, so I'm not sure what the question was? Were you looking for an easier way to do it than using variables? There isn't a way, because the beta 10 parser is pretty strict. Also I noticed that the name went off of the nametag spot, so you would have to edit the graphics for the textbox to make room.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Gender: Female

Location: The Netherlands

Rank: Suspect

Joined: Wed Aug 20, 2008 5:41 pm

Posts: 46

saluk wrote:
Cool, I can replicate the bug by holding ctrl and typing. To fix, you should be able to backspace and delete the junk. It might look like it is not deleting for a while, but eventually it should clear up. I'll look into this problem more in the near future.


"Delete the junk"? You mean the square thing? If I just backspace it and try again, it just reappears. So that doesn't fix it. I tried redownloading PyWright to get rid of it but that doesn't work either. I also tried to reboot because at first I thought my keyboard might be a little confused.

I tried working in Notepad, but what I like about the editor is that I can check easier if what I typed in actually worked. ;; Seeing as I am new to python scripting, I keep making lame mistakes.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title

Gender: None specified

Rank: Prosecutor

Joined: Fri Sep 05, 2008 9:18 pm

Posts: 821

Try tapping both ctrl's, alt's and, shift's a couple times.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Gender: Female

Location: The Netherlands

Rank: Suspect

Joined: Wed Aug 20, 2008 5:41 pm

Posts: 46

MrCheeze wrote:
Try tapping both ctrl's, alt's and, shift's a couple times.


Hmm I tried just now, several combinations and alone but nope. Not working.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Shoulda been Brawldude, but was taken

Gender: None specified

Location: A long time ago in a galaxy far, far away...

Rank: Medium-in-training

Joined: Thu Apr 09, 2009 12:11 am

Posts: 502

Captain-Dagger wrote:
MrCheeze wrote:
Try tapping both ctrl's, alt's and, shift's a couple times.


Hmm I tried just now, several combinations and alone but nope. Not working.


This probably won't work, but if SHIFT+ENTER made the halfsquare appear, try it again. Though you probably tried this already.
Image
Click the sig to see my graphics topic!

My sig -is- original. Lots of people just make sigs similar to this one a lot.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

All I can say, is try opening it in notepad and work from there. You might be able to delete the line(s) that had the problem and add it again and get it working in the editor again.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Gender: Female

Location: The Netherlands

Rank: Suspect

Joined: Wed Aug 20, 2008 5:41 pm

Posts: 46

saluk wrote:
All I can say, is try opening it in notepad and work from there. You might be able to delete the line(s) that had the problem and add it again and get it working in the editor again.


eoifureiugfrehg
Why didn't I think of that? XD That worked. Thanks. ^^;
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Shoulda been Brawldude, but was taken

Gender: None specified

Location: A long time ago in a galaxy far, far away...

Rank: Medium-in-training

Joined: Thu Apr 09, 2009 12:11 am

Posts: 502

Builtin variable suggestion:

_present_back_button

It would be used to control IF there was a back button when presenting. Such as...

Code:
bg judgestand
char judge nametag=Judge e=warning
"Well, Mr. Wright, let's{n}have it."
"{c090}Have you found any evidence{n}to support your claim?"
set _present_back_button false
// This prevents the player from attempting to back out of the presenting mode. It deletes the back button,
// similar to the [_list_back_button] builtin variable.
present

Image
Click the sig to see my graphics topic!

My sig -is- original. Lots of people just make sigs similar to this one a lot.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Good idea, and easy to add. Added to my todo list.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Oh dear, oh my...

Gender: None specified

Location: High Prosecutor's Office, Room 1203

Rank: Suspect

Joined: Mon May 04, 2009 8:17 am

Posts: 10

I have a question to ask.
How can I make the crime scene photo, for example, that when the "Check" button is selected, it displays the contents of the photo?
:ka-whip:
Image
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title

Two more games coming up soon

Gender: Male

Location: Paris

Rank: Prosecutor

Joined: Thu Feb 28, 2008 2:45 pm

Posts: 929

It's all in the doc.

"setvar [id]_check [scriptname]
Tells what script to run if the item is checked"

So your evidence file would look like this:
Code:
setvar crimescenephoto_name Crime Scene Photo
setvar crimescenephoto_pic photo
setvar crimescenephoto_desc Photo of the crime scene
setvar crimescenephoto_check crimescenephotocheck


With the script named crimescenephotocheck.script displaying the photo in question.


Does that solve your problem?
Creator of Apollo Justice Case 5: Turnabout Substitution: Trailer - Download
Co-creator of New Year's Turnabout, Turnabout Revolution, and At Dawn's Break
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Oh dear, oh my...

Gender: None specified

Location: High Prosecutor's Office, Room 1203

Rank: Suspect

Joined: Mon May 04, 2009 8:17 am

Posts: 10

Ping' wrote:
It's all in the doc.

"setvar [id]_check [scriptname]
Tells what script to run if the item is checked"

So your evidence file would look like this:
Code:
setvar crimescenephoto_name Crime Scene Photo
setvar crimescenephoto_pic photo
setvar crimescenephoto_desc Photo of the crime scene
setvar crimescenephoto_check crimescenephotocheck


With the script named crimescenephotocheck.script displaying the photo in question.


Does that solve your problem?

I might try that later because I'm converting some music for my first case. Thanks for the help!

And, there's a bug in my case's Court Record: Here's the piece of evidence that has a bug:
Image

But in the evidence file, it is:
Code:
setvar attorneybadge_name Attorney's Badge
setvar attorneybadge_pic attorneybadge
setvar attorneybadge_desc How long did I yearn for one of these?  Just putting it on makes me feel... ready.

How do I fix that bug? :ka-whip:
Image
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Shoulda been Brawldude, but was taken

Gender: None specified

Location: A long time ago in a galaxy far, far away...

Rank: Medium-in-training

Joined: Thu Apr 09, 2009 12:11 am

Posts: 502

Odd. Mine works perfectly well.
If your attorneybadge settings are in evidence.txt, then you have to manually run the commands. Do something like
INTRO:
Code:
include evidence
addev attorneybadge

And then my evidence.txt says:
Code:
set attorneybadge_name Attorney's Badge
set attorneybadge_pic attorneybadge
set attorneybadge_desc Type: Other, One of my possessions.{n}No one would believe I was a defense attorney if I didn't carry this.

If you are doing both of these then I don't know what is wrong.
Image
Click the sig to see my graphics topic!

My sig -is- original. Lots of people just make sigs similar to this one a lot.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Oh dear, oh my...

Gender: None specified

Location: High Prosecutor's Office, Room 1203

Rank: Suspect

Joined: Mon May 04, 2009 8:17 am

Posts: 10

Brawldud wrote:
Odd. Mine works perfectly well.
If your attorneybadge settings are in evidence.txt, then you have to manually run the commands. Do something like
INTRO:
Code:
include evidence
addev attorneybadge

And then my evidence.txt says:
Code:
set attorneybadge_name Attorney's Badge
set attorneybadge_pic attorneybadge
set attorneybadge_desc Type: Other, One of my possessions.{n}No one would believe I was a defense attorney if I didn't carry this.

If you are doing both of these then I don't know what is wrong.

It already worked. Thank you so much.
And, how do I make the "Hold it!", "Objection!", and "Take That!" to appear?
Image
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title

Two more games coming up soon

Gender: Male

Location: Paris

Rank: Prosecutor

Joined: Thu Feb 28, 2008 2:45 pm

Posts: 929

fg nameofthefileinart/fg (fg ObjectionAnim, for instance).
Creator of Apollo Justice Case 5: Turnabout Substitution: Trailer - Download
Co-creator of New Year's Turnabout, Turnabout Revolution, and At Dawn's Break
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Shoulda been Brawldude, but was taken

Gender: None specified

Location: A long time ago in a galaxy far, far away...

Rank: Medium-in-training

Joined: Thu Apr 09, 2009 12:11 am

Posts: 502

New question:

Is there a way to add statements to a cross-exam?

Maybe another way other then this:

Code:
cross Cross_1
char matt nametag=Engarde
statement time
"So, dude, it was about{n}9:00 PM, I saw two{n}people outside."
statement thoughts
"I thought they were{n}suspicious dudes so I kept{n}watching them."
endcross
goto Cross_1

label press time
fg HoldItAnim
sfx phoenix/holdit.ogg
{phoenix}
"What were they doing outside?"
{matt}
"They were talking about some{n}dude in Germany who was{n}a suspect in a case a while back."
{phoenix}
"If the two people were talking{n}to each other about a seperate crime,{n}it may be vital!"
"I want it added to the testimony!"
{judge}
"Very well."
"Mr. Engarde, you will amend{n}your testimony."
cross Cross_2
goto chatting

cross Cross_2
char matt nametag=Engarde
statement time
"So, dude, it was about{n}9:00 PM, I saw two{n}people outside."
statement chatting
"They were talking about a{n}suspect from Germany from{n}a while back."
statement thoughts
"I thought they were{n}suspicious dudes so I kept{n}watching them."
endcross
goto Cross_2


On top of that, WOULD that work? I haven't really tried it yet :yuusaku:
Image
Click the sig to see my graphics topic!

My sig -is- original. Lots of people just make sigs similar to this one a lot.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Oh dear, oh my...

Gender: None specified

Location: High Prosecutor's Office, Room 1203

Rank: Suspect

Joined: Mon May 04, 2009 8:17 am

Posts: 10

Ping' wrote:
fg nameofthefileinart/fg (fg ObjectionAnim, for instance).

It doesn't work. I already tried it. :ka-whip:
Image
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title

Two more games coming up soon

Gender: Male

Location: Paris

Rank: Prosecutor

Joined: Thu Feb 28, 2008 2:45 pm

Posts: 929

Then pause a little the next line, "pause 5" for example. I've had this problem too...
Creator of Apollo Justice Case 5: Turnabout Substitution: Trailer - Download
Co-creator of New Year's Turnabout, Turnabout Revolution, and At Dawn's Break
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Oh dear, oh my...

Gender: None specified

Location: High Prosecutor's Office, Room 1203

Rank: Suspect

Joined: Mon May 04, 2009 8:17 am

Posts: 10

Ping' wrote:
Then pause a little the next line, "pause 5" for example. I've had this problem too...

It now works. Thanks a lot!
Image
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title

Heir Attorney

Gender: None specified

Rank: Suspect

Joined: Sun May 03, 2009 5:17 pm

Posts: 40

I WILL NOT LEAVE THIS SPOT UNTIL THE MAC BUILD OF PYWRIGHT IS ON MY COMPUTER!!!
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

There is a slightly easier way to use the shouts (objection/hold it), with the shout command. This way you don't need to do the pause yourself, and you can also choose which character voice to use.

The syntax is:

{shout char_name shout_name}
(Brackets are required)
Example:
{shout phoenix holdit}

char_names are all of the character folders in sfx: apollo, klavier, kristoph, vonkarma, mia, edgeworth, godot, franziska, payne, and phoenix.
shouts are objection, takethat, gotcha, and holdit

Not all shouts work with all characters. If you look in sfx/klavier for instance, there is only objection.

An even shorter syntax is to just use shout_name and then char_name. Example:

{objection klavier}

That will make klavier say objection while it shows the objection image.

The case in beta10.5/macro_library has an example of these commands being used.


I am going to be doing some work in the next few days for a small update release of beta 10. Things at school are starting to wrap up, so I feel a bit more relaxed these days :) I'll look at doing a mac build drake! We do have mac's at my school, but they are really locked down - can't install python etc. I'll try though. Maybe I can borrow a mac off of someone. You should be able to run the source version, but it is a bit of work to install all of the dependencies. Earlier in the thread is a list of what is required.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Shoulda been Brawldude, but was taken

Gender: None specified

Location: A long time ago in a galaxy far, far away...

Rank: Medium-in-training

Joined: Thu Apr 09, 2009 12:11 am

Posts: 502

I noticed that when PyWright is downloaded, it comes with 4 fonts: The Phoenix Wright font, Aerial, Bitstream Vera Sans (I loled at the name which was "Vera"), and Bitstream Vera Serif. What exactly are the last 3 fonts used for?
Image
Click the sig to see my graphics topic!

My sig -is- original. Lots of people just make sigs similar to this one a lot.
Re: The PyWright Casemaker Thread - beta 11 in progressTopic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Those fonts are used for character nametags, and the interface (error messages, buttons etc). I'm not sure every provided font is used, but they don't take up much space.

An easier way to add statements is to have ALL of the statements available, but skip over the ones you want to hide until later:

Code:
#For the first time through, we want to skip the chat statement
set hidechat 1

cross Cross_1
char matt nametag=Engarde
statement time
{matt}
"So, dude, it was about{n}9:00 PM, I saw two{n}people outside."
#Check the hidechat variable - if it's 1 we skip to the thoughts statement/label (statements act as labels)
is hidechat = 1 thoughts

statement chatting
{matt}
"They were talking about a{n}suspect from Germany from{n}a while back."

statement thoughts
{matt}
"I thought they were{n}suspicious dudes so I kept{n}watching them."
endcross
goto Cross_1

label press time
fg HoldItAnim
sfx phoenix/holdit.ogg
{phoenix}
"What were they doing outside?"
{matt}
"They were talking about some{n}dude in Germany who was{n}a suspect in a case a while

back."
{phoenix}
"If the two people were talking{n}to each other about a seperate crime,{n}it may be

vital!"
"I want it added to the testimony!"
{judge}
"Very well."
"Mr. Engarde, you will amend{n}your testimony."

#Now we don't want to hide the chat anymore
set hidechat 0
resume


Note that, when resume goes back to the statements, the judge was just talking, so at least statement chatting, and statement thoughts, need to set the speaker to be matt again. I went ahead and added matt to the first statement as well. It's a good idea to set up the whole scene for each statement since you don't necessarily know where the player will be coming from.

Sorry it took a week to get back to you on this question. I've been busy and forgot about it with all of the other comments after :)
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Beta 10.85 is out!

The new version has just a few new features and bug fixes. Notable is sound support for movies (requires you to have the movie and the sound in separate files, but it keeps them in sync); intro+looping music support; more places to leave off the back button, and the "emo" command to make setting emotions of characters much easier. Also, the draw_off command for when you really need control over when the screen should update. More details in the changelog and doc!

Don't forget to grab the 10.8 game that goes with the release, it shows a few of the main new features.

I won't get to a mac build this week, but I'll try again next week.

I've started checking in code for beta 11 again. Believe.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title

Two more games coming up soon

Gender: Male

Location: Paris

Rank: Prosecutor

Joined: Thu Feb 28, 2008 2:45 pm

Posts: 929

Great! I'll try it as soon as I have time.

And :will: @ the "emo" command ^^
Creator of Apollo Justice Case 5: Turnabout Substitution: Trailer - Download
Co-creator of New Year's Turnabout, Turnabout Revolution, and At Dawn's Break
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

Downloading. Some of the updates look awesome :D
ImageImage
ImageImage
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

Fancase Maker

Gender: Male

Rank: Decisive Witness

Joined: Mon Jan 07, 2008 12:47 pm

Posts: 274

Congratulations on the update! I'm studying Python, so I think this is going to be the engine for me. I might make a very rough draft of my case on Ace Attorney Online, then do the final in PyWright, or write them side-by-side.

Oh, dear. I tried using the Updater.exe in my current version to download, but it hangs on "Fetching data from server..."
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

Shoulda been Brawldude, but was taken

Gender: None specified

Location: A long time ago in a galaxy far, far away...

Rank: Medium-in-training

Joined: Thu Apr 09, 2009 12:11 am

Posts: 502

For better or for worse, I downloaded it.
I wasn't happy with that it replaced my original GotchaAnim. But luckily I had recolorings of GotchaAnim so I just recolored them to the normal Gotcha. It auto-replaced a few other graphics too :larry:

Just so I would have easy access to my sounds, I made a file called "none" in the sfx folder. That way I could do the shout macro {objection none} to get the sound [Shing.ogg] and the bubble without any hassle. The macro didn't work :yuusaku: is there a problem with the macro or the folder? I'm quite sure that in a earlier post you stated that a short syntax would be {objection klavier} or something along those lines.

One more thing.
It would be a nice update for Beta 11 if an intro.txt could be included right in the games folder where variables could be put in effect to organize the way they are showed instead of just a list. Something Like this:
Image

It would be great.

saluk wrote:
Also I noticed that the name went off of the nametag spot, so you would have to edit the graphics for the textbox to make room.



Speaking of which, Edgeworth presents that problem. Luckily I made the solution:

Image

The namebox IS transparent, but on the Internet you can't see it. If you copy and paste it and open it with Windows Picture and Fax Viewer you should be able to see that it is transparent.

:karma: :redd: :will: :godot:
Image
Click the sig to see my graphics topic!

My sig -is- original. Lots of people just make sigs similar to this one a lot.
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Brawldud:
The recommended way to overwrite built-in assets is to create your own folders under game/ and overwrite the files there instead of actually placing your own assets in the root tree. So, I'm sorry it overwrote stuff, but it's going to do it again if you put stuff there :P

I forgot that you had posted a gotchaanim, I just grabbed mine from court-records. Is there something wrong with that one?

The macro syntax is: "{shout mia objection}" or "{objection mia}". This translates to calling the soundfile "sfx/mia/objection.ogg" and showing fg/ObjectionAnim. You can see the source code for these macros in core/macros/shouts.mcro. I'm not sure how well a custom version will work the way you are trying. It might be easier to just make your own macro file in your game with this code:

Code:
macro myobject
fg ObjectionAnim
sfx Shing.ogg
endmacro


And then use {myobject} to play it.

Also, that's not a bad idea to allow custom scripts for each level of folder. The list won't be quite the same in any case. For one thing, my old gui code doesn't work with beta11, so I have to remake lists etc with buttons in beta11 code. Design-wise I want to at the very least separate the engine test/demos from actual games. I probably wont use the layout you propose, but yes something more along those lines, and with full customization possible.


FerdieLance:
Download this file: http://pywright.dawnsoft.org/updates2/10.85.zip_b1085
Rename it so that it ends with ".zip".
Extract it to pywright root folder. Most likely there was just a server hiccup or whatnot when you tried to update, and that should still work, but if it doesn't there is always the manual method.
Also, pywright cases are not actually written in python, but if you know python you have a bit more power by being able to add custom components to the engine for use.


If anyone wants to use that wider nametag image brawldud posted, feel free to download it and overwrite the file located in art/general. I will either include it in future releases or provide a better option (auto-expanding box).

Thanks for your comments!
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

Fancase Maker

Gender: Male

Rank: Decisive Witness

Joined: Mon Jan 07, 2008 12:47 pm

Posts: 274

saluk: Thanks, but I found the problem. I forgot to allow the program through my firewall. Durrr....
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

I can't download the example game for some reason, though the new features look great. Is there a way currently to make the custom UI buttons different sizes through the cr position changing thing?
ImageImage
ImageImage
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

What happens when you try and get the example game? Do you have an updater.exe.log?

Here are some notes on the customization:

objects that you can change the size:
* The evidence about text, with ev_z_textbox_w and ev_z_textbox_h
* the check button, by changing the size of the graphic
* the region for the items, by changing the graphic in evidence*.png
* you can't however change the number of rows and columns
* but you can change the spacing, with ev_spacing_x, ev_spacing_y
as well as the start position, with ev_items_x, and ev_items_y
* if you change the position of the left and right arrows,
the click region wont actually move
* you can change the size of the zoomed box by changing the size
of evidence_zoom (or whichever image you set for ev_z_bg)

I will be making it more customizable in a future release... This was a mod I made for ceres a while back and I neglected to recheck it carefully enough before inclusion. This customization won't work in beta11, it will need to be customized differently (but many more changes are possible there). It's more of a hack then anything else, but it could be useful for the time being.
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

When I click the download button, it acts like it's downloading but the loading bar stays a couple of pixels from the start.

Here's the Updater Log thing...

Code:
Exception in thread Thread-17:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 173, in do_downloads
  File "rfc822.pyc", line 384, in __getitem__
KeyError: 'content-length'

Exception in thread Thread-18:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 173, in do_downloads
  File "rfc822.pyc", line 384, in __getitem__
KeyError: 'content-length'

Exception in thread Thread-20:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 311, in do_update
ValueError: list.remove(x): x not in list

Exception in thread Thread-26 (most likely raised during interpreter shutdown):Exception in thread Thread-23 (most likely raised during interpreter shutdown):Exception in thread Thread-24 (most likely raised during interpreter shutdown):Exception in thread Thread-22 (most likely raised during interpreter shutdown):Exception in thread Thread-25 (most likely raised during interpreter shutdown):



Traceback (most recent call last):Traceback (most recent call last):Traceback (most recent call last):
Traceback (most recent call last):


Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner  File "threading.pyc", line 486, in __bootstrap_inner  File "threading.pyc", line 486, in __bootstrap_inner  File "threading.pyc", line 486, in __bootstrap_inner




  File "threading.pyc", line 486, in __bootstrap_inner  File "threading.pyc", line 446, in run  File "threading.pyc", line 446, in run  File "threading.pyc", line 446, in run  File "threading.pyc", line 446, in run




  File "core\libupdate.py", line 180, in do_downloads  File "threading.pyc", line 446, in run  File "core\libupdate.py", line 180, in do_downloads  File "core\libupdate.py", line 180, in do_downloads
 


  File "socket.pyc", line 309, in read  File "core\libupdate.py", line 180, in do_downloads  File "socket.pyc", line 309, in read  File "socket.pyc", line 309, in read  File "core\libupdate.py", line 180, in do_downloads




  File "httplib.pyc", line 529, in read  File "socket.pyc", line 309, in read  File "httplib.pyc", line 529, in read  File "socket.pyc", line 309, in read

 

  File "socket.pyc", line 313, in read  File "httplib.pyc", line 529, in read  File "httplib.pyc", line 529, in read  File "socket.pyc", line 313, in read

  File "httplib.pyc", line 529, in read

<type 'exceptions.TypeError'>: 'NoneType' object is not callable  File "socket.pyc", line 313, in read
  File "socket.pyc", line 313, in read<type 'exceptions.TypeError'>: 'NoneType' object is not callable
  File "socket.pyc", line 313, in read



<type 'exceptions.TypeError'>: 'NoneType' object is not callable<type 'exceptions.TypeError'>: 'NoneType' object is not callable<type 'exceptions.TypeError'>: 'NoneType' object is not callable


Exception in thread Thread-11:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 173, in do_downloads
  File "rfc822.pyc", line 384, in __getitem__
KeyError: 'content-length'

Exception in thread Thread-12:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 172, in do_downloads
  File "urllib2.pyc", line 124, in urlopen
  File "urllib2.pyc", line 381, in open
  File "urllib2.pyc", line 399, in _open
  File "urllib2.pyc", line 360, in _call_chain
  File "urllib2.pyc", line 1107, in http_open
  File "urllib2.pyc", line 1082, in do_open
URLError: <urlopen error (11001, 'getaddrinfo failed')>

Exception in thread Thread-13:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 172, in do_downloads
  File "urllib2.pyc", line 124, in urlopen
  File "urllib2.pyc", line 381, in open
  File "urllib2.pyc", line 399, in _open
  File "urllib2.pyc", line 360, in _call_chain
  File "urllib2.pyc", line 1107, in http_open
  File "urllib2.pyc", line 1082, in do_open
URLError: <urlopen error (11001, 'getaddrinfo failed')>

Exception in thread Thread-14:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 102, in t
  File "core\libupdate.py", line 80, in build_list
  File "core\libupdate.py", line 47, in names
  File "urllib2.pyc", line 124, in urlopen
  File "urllib2.pyc", line 381, in open
  File "urllib2.pyc", line 399, in _open
  File "urllib2.pyc", line 360, in _call_chain
  File "urllib2.pyc", line 1107, in http_open
  File "urllib2.pyc", line 1082, in do_open
URLError: <urlopen error (11001, 'getaddrinfo failed')>

Exception in thread Thread-15:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 102, in t
  File "core\libupdate.py", line 80, in build_list
  File "core\libupdate.py", line 47, in names
  File "urllib2.pyc", line 124, in urlopen
  File "urllib2.pyc", line 381, in open
  File "urllib2.pyc", line 399, in _open
  File "urllib2.pyc", line 360, in _call_chain
  File "urllib2.pyc", line 1107, in http_open
  File "urllib2.pyc", line 1082, in do_open
URLError: <urlopen error (11001, 'getaddrinfo failed')>

Exception in thread Thread-16:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 102, in t
  File "core\libupdate.py", line 80, in build_list
  File "core\libupdate.py", line 47, in names
  File "urllib2.pyc", line 124, in urlopen
  File "urllib2.pyc", line 381, in open
  File "urllib2.pyc", line 399, in _open
  File "urllib2.pyc", line 360, in _call_chain
  File "urllib2.pyc", line 1107, in http_open
  File "urllib2.pyc", line 1082, in do_open
URLError: <urlopen error (11001, 'getaddrinfo failed')>

Exception in thread Thread-1:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 102, in t
  File "core\libupdate.py", line 80, in build_list
  File "core\libupdate.py", line 47, in names
  File "urllib2.pyc", line 124, in urlopen
  File "urllib2.pyc", line 381, in open
  File "urllib2.pyc", line 399, in _open
  File "urllib2.pyc", line 360, in _call_chain
  File "urllib2.pyc", line 1107, in http_open
  File "urllib2.pyc", line 1082, in do_open
URLError: <urlopen error (11001, 'getaddrinfo failed')>

Exception in thread Thread-3:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 173, in do_downloads
  File "rfc822.pyc", line 384, in __getitem__
KeyError: 'content-length'

Exception in thread Thread-4:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 173, in do_downloads
  File "rfc822.pyc", line 384, in __getitem__
KeyError: 'content-length'

Exception in thread Thread-5:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 173, in do_downloads
  File "rfc822.pyc", line 384, in __getitem__
KeyError: 'content-length'

Exception in thread Thread-7:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 173, in do_downloads
  File "rfc822.pyc", line 384, in __getitem__
KeyError: 'content-length'

Exception in thread Thread-8:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 173, in do_downloads
  File "rfc822.pyc", line 384, in __getitem__
KeyError: 'content-length'

Exception in thread Thread-2:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 213, in do_downloads
ValueError: list.remove(x): x not in list

Exception in thread Thread-7:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 311, in do_update
ValueError: list.remove(x): x not in list

Exception in thread Thread-11 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 102, in t
  File "core\libupdate.py", line 78, in build_list
  File "core\libupdate.py", line 44, in mynames
  File "core\libupdate.py", line 15, in dates_content
  File "os.pyc", line 293, in walk
  File "ntpath.pyc", line 67, in join
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Exception in thread Thread-12 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 102, in t
  File "core\libupdate.py", line 78, in build_list
  File "core\libupdate.py", line 44, in mynames
  File "core\libupdate.py", line 15, in dates_content
  File "os.pyc", line 293, in walk
  File "ntpath.pyc", line 67, in join
<type 'exceptions.TypeError'>: 'NoneType' object is not callable
Exception in thread Thread-3:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 173, in do_downloads
  File "rfc822.pyc", line 384, in __getitem__
KeyError: 'content-length'

Exception in thread Thread-5:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 185, in do_downloads
AttributeError: Engine instance has no attribute 'progress'

Exception in thread Thread-6:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 173, in do_downloads
  File "rfc822.pyc", line 384, in __getitem__
KeyError: 'content-length'

Exception in thread Thread-7:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 173, in do_downloads
  File "rfc822.pyc", line 384, in __getitem__
KeyError: 'content-length'

Exception in thread Thread-5:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 173, in do_downloads
  File "rfc822.pyc", line 384, in __getitem__
KeyError: 'content-length'

Traceback (most recent call last):
  File "updater.py", line 4, in <module>
ImportError: No module named core
Traceback (most recent call last):
  File "updater.py", line 4, in <module>
ImportError: No module named core
Traceback (most recent call last):
  File "updater.py", line 4, in <module>
ImportError: No module named core
Exception in thread Thread-1:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 102, in t
  File "core\libupdate.py", line 80, in build_list
  File "core\libupdate.py", line 47, in names
  File "urllib2.pyc", line 124, in urlopen
  File "urllib2.pyc", line 381, in open
  File "urllib2.pyc", line 399, in _open
  File "urllib2.pyc", line 360, in _call_chain
  File "urllib2.pyc", line 1107, in http_open
  File "urllib2.pyc", line 1082, in do_open
URLError: <urlopen error (11001, 'getaddrinfo failed')>

Exception in thread Thread-2:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 241, in do_downloads
  File "zipfile.pyc", line 339, in __init__
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-4:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 364, in do_update
  File "zipfile.pyc", line 512, in read
BadZipfile: Bad CRC-32 for file sfx/apollo/holdit_jp.ogg

Exception in thread Thread-5 (most likely raised during interpreter shutdown):Exception in thread Thread-2:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-3:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-4:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-5:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-8:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-9:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-10:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-11:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-18:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-19:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-21:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-2:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-3:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-2:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-2:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

Exception in thread Thread-3:
Traceback (most recent call last):
  File "threading.pyc", line 486, in __bootstrap_inner
  File "threading.pyc", line 446, in run
  File "core\libupdate.py", line 210, in do_downloads
IOError: [Errno 13] Permission denied: 'beta10.8'

ImageImage
ImageImage
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

Gender: Male

Rank: Prosecutor

Joined: Thu Mar 06, 2008 8:36 pm

Posts: 770

Delete or rename the folder "beta10.8" which is in your root folder, and try again.

You can do the manual download also: http://pywright.dawnsoft.org/games2/beta10.8.zip_1
rename to .zip
extract to a beta10.8 folder in games
Creator of PyWright, the lovable case construction system!
Also visit the PyWright post.
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

Yay, it works. It's awesome. I like the customisability :godot:
ImageImage
ImageImage
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

ALL ABOARD THE RAGE TRAIN

Gender: None specified

Rank: Suspect

Joined: Sat May 23, 2009 6:57 am

Posts: 44

Im having trouble with it..
Is there a guide i can use?
Image
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

I hate Klaviema >_>

Gender: Male

Location: UK

Rank: Ace Attorney

Joined: Sat Aug 16, 2008 4:17 pm

Posts: 1938

The "Doc" file explains the functions.
ImageImage
ImageImage
Re: PyWright. Beta10.85 released. Beta 11: work resumedTopic%20Title
User avatar

ALL ABOARD THE RAGE TRAIN

Gender: None specified

Rank: Suspect

Joined: Sat May 23, 2009 6:57 am

Posts: 44

I have no idea what any of that means..
Can you explain how i can actually get started?
(sorry im not very good with technical stuff...)
Image
Page 17 of 42 [ 1674 posts ] 
Go to page Previous  1 ... 14, 15, 16, 17, 18, 19, 20 ... 42  Next
 
Display posts from previous:  Sort by  

 Board index » Present Evidence » Games

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