Show Posts
|
Pages: [1] 2 3 ... 170
|
1
|
Golden Sun Resources / Misc. GS Hacking / Animation Overhaul - Slash Expansion Pack Announcement
|
on: 28, March, 2021, 06:09:59 PM
|
Hey everyone! EDIT: 04/04/21; small bug fix for two variants. I also changed the one on the download page, making the only version available on the forum the previously labelled "gsmagic compatible" one. Please update if you have one of the old ones (you can just patch over your current project post-Animation Overhaul hack; no need to start fresh).This is just a quick announcement post for a new patch I added to the downloads page. Here are just a few gifs copy+pasted from the main post, along with a few that aren't from there: I hope you check it out! 
|
|
|
4
|
Golden Sun Resources / Misc. GS Hacking / Re: Battle system tweaking questions
|
on: 22, January, 2021, 05:05:34 PM
|
Heya, welcome!
We can't really give specifics on how to find ROMs, but it probably wouldn't be too hard to do what you're asking. We have documented where the AI is located in both GBA games (the documentation is far more extensive for GS2), so it would only be a mater of changing how ability IDs are grabbed. The AI is not compressed either; in fact, most of the ROM isn't compressed (you mainly have graphics, text, and map assets that are). I can't give a definitive "yes" to whether Ida Pro would work, but you can try it. We have notes on where the AI is located.
Usually, the game uses attack patterns to grab an ID from an enemy's data table entry. The best way to make this change would be to set up an RNG-based formula that can generate a number, making it loop if the generated number either does not correspond to an ID (i.e. greater than the limit) or else matches an unprogrammed or invalid ability; that way it can pick any ability from the list while skipping abilities that either don't do anything or else have limited use.
You could run into a minor issue with items not being randomized, since the AI's item use routine taps into the same item use routine that player characters use (it's global) and enemies can only have a set number of items. If you want items randomized, then you'll have to change that routine too (maybe add an character ID check; if ID > 7, then ID = enemy and item = random).
I hope this helps provide some insight!
|
|
|
7
|
Golden Sun Resources / Misc. GS Hacking / Re: Camelot's C compiler
|
on: 11, January, 2021, 11:44:45 PM
|
Hey, it's very nice to see some research happening in this area!
I can't say I'm an expert on any of this sadly, so I can't really answer too many questions but I feel like GS2 is subtly different from the first for a lot of this. Have you looked into it at all?
|
|
|
8
|
Golden Sun Resources / Misc. GS Hacking / Re: AI Overhaul - Progress
|
on: 15, December, 2020, 05:13:55 AM
|
The forum's been dead for a month, so I figure I can make a quick post for those of us who don't frequent the server. DJINN REFORM PROGRESS!At this stage I just need to finish implementing the following for this phase of the AI Overhaul: - A "bound" state for djinn that works like Ghoul Ball's mechanic in DD - Expanded djinn manipulation options - Cleanup, including RAM relocation as necessary Also: Another teaser, plus a quick review of a handful of status effect things.ALSO: I am planning to release a micro demo once this djinn reform is done, and then I can continue working on other things. I'll post it when/if I get it done!
|
|
|
9
|
Golden Sun Hacking Community / News & Announcements / Global Domain Bans (and a gentle reminder)
|
on: 19, August, 2020, 06:59:07 PM
|
Hey, small update:
We've been having issues with bots on and off. Usually, when we start getting a wave of them, I'll wind up nuking a domain if it looks like a number of them are coming from the same source and they all share a provider. Our most recent wave was based in Thailand, yet that's not the only country that may currently be impacted by a global ban.
If you are affected by a global domain ban and would like to register or log in, then you can still hit us up over Discord so that we can whitelist you for access. Bans on the forum are mutually exclusive with bans on the Discord, and we're only willing to ban users on both at the same time for exceptional circumstances. As such, you won't be banned on the Discord if you got caught in this one.
Also, I know that none of you are silly enough to intentionally click on URLs and hyperlinks in bot posts, but as always please exercise caution; misclicks can happen and we have no idea what could be lurking on these sites.
|
|
|
12
|
Golden Sun Resources / The Classic GS Editor / Re: Editor Questions I think
|
on: 22, April, 2020, 07:36:20 PM
|
If you have even one empty class slot, then you could also use gsmagic to copy+paste classes. As for the editor version (in response to you saying 0.5), you could try this version here. This is the last known working version of the classic editor before it died, and is especially important given what Misery said about effect stuff. `Every number corresponds to the effect with that number, you can view these with the editor when selecting additional effects for abilities. You might notice there are a lot of similar ones, particularly for stat debuffs (-12.5% and -25% are different effects)`
|
|
|
13
|
The Community / Open Discussion / Re: HELP!!!
|
on: 31, March, 2020, 07:19:59 PM
|
Hey there, welcome!
For .ips files, you will need a program that can use them. I personally use Lunar IPS (LIPS) most of the time, but there are other tools like IPSelect that are good too.
Feel free to ask more questions as you have them! If we take too long to get back to you then you can try the Discord for faster assistance.
|
|
|
14
|
Golden Sun Hacking Community / News & Announcements / Re: Name Changing...
|
on: 21, March, 2020, 04:23:48 AM
|
Lol, well we'll wait and see what comes of it. Worst case scenario, we'll simply remove it again; however, I trust that people won't abuse it.
Edit: Added a small disclaimer to the rules page to not impersonate staff (in bad faith). We'll play it by ear if people want to pretend to be each other, since anyone abusing that to cause harm will be caught by the Respect rule anyway.
|
|
|
15
|
Golden Sun Hacking Community / News & Announcements / Re: Name Changing...
|
on: 19, March, 2020, 05:54:45 PM
|
Hey, so; just a reminder, please don't impersonate anyone. I know that Teawater was doing it to highlight that possibility, but I don't want there to be problems in the future and will be fine with reverting this change if any arise.
|
|
|
16
|
Golden Sun Hacking Community / News & Announcements / Name Changing...
|
on: 19, March, 2020, 12:24:10 AM
|
You should be able to do it yourselves now. Check your profile settings; I have admin privileges and am on mobile so I don't feel like verifying where it is myself.
I also tweaked the standard time/date format. It is now DD/MM/YYYY, given that our userbase is more international these days and the MM/DD/YYYY isn't super prevalent in most of the world. Most people who are used to the latter should pick up on it pretty quickly at least.
|
|
|
17
|
Golden Sun Games / Golden Sun: The Lost Age / Item Drop Choice
|
on: 10, March, 2020, 02:29:03 PM
|
Hey; this is just a small note. In GS1, when you get an item drop in battle and have a full inventory, you have the choice to throw away the item you got or throw away a different item and replace it with your new one. If you earn multiple items in battle, it will repeat this sequence for each item. Unfortunately, this can result in a potential game-crashing bug if you try to give yourself 31 of a stackable item (and everyone has a full stack of that item). In GS2, the code is skipped and you auto-toss your first item drop. This was likely changed because of that bug. However, this is what happens if you get more than one item drop with a full inventory: It will loop the code and let you choose for your remaining item drops. See, they either cut or skipped the initial item check when tweaking the code, but kept most of it intact so it can still loop for additional items. I have not tested to see if the same game-crashing bug still exists in GS2, and given other things going on right now it may take me a while to do so. So... yeah! Now I can remove another pin in the Discord server.
|
|
|
18
|
Golden Sun Resources / Misc. GS Hacking / Re: AI Overhaul - Progress
|
on: 06, March, 2020, 06:19:19 AM
|
Oh, right this topic exists. Hey everyone, v1.4.1 of the AI Demo is in the Downloads section. This demo only covers the official release of v0.5.2 of the AI Overhaul... which I haven't put on the forum because the project itself is still in active development, and I don't want to make things confusing if we have multiple versions of the AI Overhaul floating around down the road (as is the case with the three or so Editor v0.5 versions floating around). I shared it in the Discord server a while back, and can share it again if someone wants to take a look at that. It will likely stay out of the Downloads section until it is completed and has been thoroughly tested for bugs. There have also been a couple small developments since I made the demo. Some are pictured below, others are not:   Edit: Oh, right I forgot to finish this post. My next goals are as follows: - Finish reforming how status battle sprites are assigned, allowing for more status sprites for fewer slots. We could technically combine them all into one or two IDs at this point, but I don't feel like it. - Finish implementing/designing some of the new effects that I have been adding; Reflect needs some new visuals, for example, and I want to add default sprites for Charm & Confuse. Among others. - Begin researching Djinni reforms. I have big plans here but it could take a while. - And more. So uh, yeah. I hope people enjoy the demo!
|
|
|
19
|
The Community / Introductions / Re: Heya!
|
on: 03, March, 2020, 06:52:06 AM
|
Hey there, welcome to the GSHC!
We're always happy to teach, though I'll be up front that there is more activity on the Discord server these days. On a scale of 1-10 (with 1 being low and 10 being high), how knowledgeable about this stuff do you think you are?
Hope to hear more from you soon!
|
|
|
|