Search found 6717 matches

by Enthalpy
Thu Feb 06, 2025 1:14 am
Forum: Your Trials
Topic: [T] Athena Cykes: Ace Attorney – Dark Ace Saga ★☆●○
Replies: 204
Views: 628813

Re: [T] Athena Cykes: Ace Attorney – Dark Ace Saga ★☆●○

I promised to QA this a while ago, and that hasn't happened, so let me give you an update: I have a rewrite of an old tutorial of mine that's in the final phases. I'm giving it to one more person to review before I publish it. I've wanted to rewrite this tutorial before doing QA reviews, as the proc...
by Enthalpy
Tue Jan 28, 2025 12:53 am
Forum: Case Competition
Topic: Show, Don't Tell!
Replies: 42
Views: 7803

Re: Show, Don't Tell!

I'm going to ironically break my usual competition silence to make a moderation note: You probably didn't notice, but the choice of co-hosts aren't within rules as written. I granted special permission, to see if anything changes when we relax those rules slightly. I'll be back when I need to nag cl...
by Enthalpy
Thu Jan 02, 2025 11:34 pm
Forum: AAO Developer's corner
Topic: [RESOLVED] Need help with CSS for new setting for AAO player
Replies: 8
Views: 1607

Re: Need help with CSS for new setting for AAO player

Well, you can probably reuse the code we have for collapsible debug sections.

In any event, I'm not inclined doing the CSS learning I'd need to do to answer the original question when we're going to get rid of it soon anyways.
by Enthalpy
Thu Jan 02, 2025 4:13 pm
Forum: AAO Developer's corner
Topic: [RESOLVED] Need help with CSS for new setting for AAO player
Replies: 8
Views: 1607

Re: Need help with CSS for new setting for AAO player

Having thought this over some, I wonder if it would be better to have a collapsible volume section that would let the user change blip, sound effect, and music settings...

If we do that, then the CSS problems go away, no?
by Enthalpy
Thu Jan 02, 2025 3:50 am
Forum: AAO Developer's corner
Topic: [RESOLVED] Need help with CSS for new setting for AAO player
Replies: 8
Views: 1607

Re: Need help with CSS for new setting for AAO player

I can give this a look over the weekend, but because a few other obligations are taking longer than expected, I can't commit to this any earlier.
by Enthalpy
Thu Dec 26, 2024 7:31 pm
Forum: Bug reports
Topic: [E] External URL data for backgrounds persists and is loaded when non-external set to "None"
Replies: 2
Views: 915

Re: [E] External URL data for backgrounds persists and is loaded when non-external set to "None"

Thanks for the report. Your "What happened?" section is only half-correct. The url field of the background is not for an external URL, but just any URL. Default places are stored in this field using the mechanism you outlined. For example, url: Ace Attorney 2/Aeroport is how we specify the...
by Enthalpy
Mon Dec 23, 2024 5:05 am
Forum: Help and Support
Topic: [Tool] Ace Attorney Offline (Download Cases)
Replies: 7
Views: 3529

Re: [Tool] Ace Attorney Offline (Download Cases)

For what it's worth, the next AAO change shouldn't change trial_information.
by Enthalpy
Mon Dec 23, 2024 4:52 am
Forum: Comments and Ideas
Topic: Remove all the elements from the Court Record
Replies: 5
Views: 1134

Re: Remove all the elements from the Court Record

The issue isn't that this would be time-consuming to code. It would be easy. My point is that a "delete all" button does not strike me as the correct way to handle these use cases. I can't easily "un-add" an action if I add one, so if I add this, I need to implement the correct w...
by Enthalpy
Thu Dec 19, 2024 1:31 am
Forum: V6 Tutorials
Topic: Music Loop List
Replies: 3
Views: 1853

Re: Music Loop List

AA5 and AA6 are the only tracks that have been consciously looped. I'll look over the list for those two in the coming days, but I'm very surprised that you say 20 AA6 tracks need to be relooped. I was fairly obsessive about getting the loop timings right. Are you sure there are that many problems? ...
by Enthalpy
Thu Dec 19, 2024 1:30 am
Forum: Help and Support
Topic: genuine question about what exact kinds of forums are allowed
Replies: 3
Views: 1150

Re: genuine question about what exact kinds of forums are allowed

Sorry for the late response: briefly, miscellaneous personal notes belong in the Topic of Randomness.

Something more specific, like live reactions to games, belongs in the Video Games forums.
by Enthalpy
Tue Dec 17, 2024 2:22 am
Forum: Comments and Ideas
Topic: The ability to export cases into standalone EXE
Replies: 26
Views: 8657

Re: The ability to export cases into standalone EXE

I can find the commit where the ID was added: here.

My guess is that having two copies of the same gif led to obvious graphical bugs of the kind you're seeing above... Much like TimeAxis said.

I'll be looking forward to this!
by Enthalpy
Tue Dec 17, 2024 2:10 am
Forum: Comments and Ideas
Topic: Remove all the elements from the Court Record
Replies: 5
Views: 1134

Re: Remove all the elements from the Court Record

I see, thank you for clarifying.

Yes, it's not much work to just click the delete button many times, unless you have hundreds of pieces of evidence.
by Enthalpy
Mon Dec 16, 2024 2:48 pm
Forum: Comments and Ideas
Topic: Remove all the elements from the Court Record
Replies: 5
Views: 1134

Re: Remove all the elements from the Court Record

Do you mean delete all elements from the trial data or hide all elements in the display? I expect that delete all would be used accidentally more often than it would be used on purpose, so I'm opposed to that. I do not have strong feelings about hide all , but I lean against it. This would be a mino...
by Enthalpy
Mon Dec 16, 2024 8:00 am
Forum: Comments and Ideas
Topic: The ability to export cases into standalone EXE
Replies: 26
Views: 8657

Re: The ability to export cases into standalone EXE

I've finished a first version of the downloader now. I'm making another post in here instead of opening a new thread because, while the downloader essentially works, there are still two things I'd like to fix first before a "proper" release: Psyche locks won't work correctly, I haven't ha...