Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Mauron

Pages: [1] 2 3 ... 112
1
General Discussion / Re: Deleting Spam Like...
« on: March 20, 2024, 02:39:21 pm »
An inspiring goal. :D

2
General Discussion / Re: Deleting Spam Like...
« on: March 20, 2024, 05:09:44 am »
hey that was my 1:lee::lee:th post!! :c

...oh, now this is my 100th post.
Are you sure about that?

3
General Discussion / Re: Deleting Spam Like...
« on: March 18, 2024, 06:10:53 pm »
Almost nuked that  :lee: :lee: :lee: :lee: :lee: :lee: :lee: :lee: guy too.

4
So ChatGPT took that input and spit out an attempt to interpret it, but missed a few points.

It didn't know how to interpret the hexadecimal string at all. It gives advice on editing a specific character in an array of strings split from a larger string.

It's missing the most important part - getting that hex data into a readable format in the first place. Once we get that, rather than editing a specific byte, we present the item name to the user in a readable format.

Addressing the reason you want this in the first place, we'd add a little extra processing on what Temporal Flux already does. So in the case of custom characters added to the font, we'd let users specify {hex 4B} or whatever, and when turning that back into raw data, it would recognize the {hex ??} format, and turn it into just the value 4B.

5
Chrono Trigger Modification / Re: Dual/Triple Tech ATB Delay
« on: March 03, 2024, 01:27:43 am »
On a similar note how close are we to the 8th character?
We're pretty good on data documentation, and some notes on what needs to be expanded. We'll still need to toy with the menu sprite issue some, and actually implement it all.

[quoteI want to make just a freaking plug-in I'll get chat GPT to help me when I get a little further I need internet though not just a freaking hotspot at the library.

~Z
[/quote]
ChatGPT is nowhere near advanced enough to start writing plugins. It can't interpret specs, it just tries its best to spit out a coherent answer based on how it interpreted the prompt.

6
General Discussion / Re: Deleting Spam Like...
« on: March 02, 2024, 06:11:17 pm »
Someones been playing Helldivers 2!
Wasn't me!

7
General Discussion / Re: Deleting Spam Like...
« on: March 01, 2024, 03:00:11 am »
Orbital bombardment completed.

8
General Discussion / Re: Deleting Spam Like...
« on: February 27, 2024, 06:44:06 pm »
Deleting spam for Trig uwu

9
Chrono Trigger Modification / Re: Stuck on a few things.
« on: February 23, 2024, 03:14:06 pm »
7F0200-7F03FF is all good for location specific values, but 7F0200 specifically is used for string values.

10
Chrono Trigger Modification / Re: Stuck on a few things.
« on: January 20, 2024, 02:26:23 pm »
Graphical ones when moving. Anyway, I found Chrono Trigger's existing fix for this.

In the {1D0} End of Time events, at [0585], there's an If(Mem.7F00AB & 80). You'll want to copy these to part of the ending code, probably in the ending selector.

For the Mem.EpochMap, I'd set that to 0x1F0, and set 7E0290 and 7E0292 (X and Y coordinates) to a location near Crono's house.

11
Chrono Trigger Modification / Re: Stuck on a few things.
« on: January 18, 2024, 06:14:40 pm »
Just got around to testing it, but couldn't recreate it. I'll do some more tests later though.

Edit: Got it to happen. The first time I used the Lavos gate between the first and second stage and it didn't lock up.

Edit 2: Epoch status isn't getting cleared properly. Manually clearing it still has some bugs though.

12
Chrono Trigger Modification / Re: Stuck on a few things.
« on: December 17, 2023, 12:14:24 am »
Are you using the hack I included in Fiendcrafter for enemies?

By default compressed packets are assumed for NPCs and enemies prior to Magus/R-Series, and later enemies and PCs are assumed to be uncompressed.

The hack in Fiendcrafter does an index check that can be altered.

13
Chrono Trigger Modification / Re: Its finally real
« on: December 05, 2023, 03:04:15 pm »
If it's money you want, I don't have it. What I do have is a particular set of skills, cultivated over a lifetime of hacking Chrono Trigger.

14
Chrono Trigger Modification / Re: Stuck on a few things.
« on: December 01, 2023, 04:07:23 pm »
Can I get your lastest patch and a relevant SRM file?

15
Chrono Trigger Modification / Re: Stuck on a few things.
« on: November 28, 2023, 04:41:25 pm »
2) Overworld or location? PCs only? Is it limited to in party?

Pages: [1] 2 3 ... 112