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 - xep

Pages: [1]
1
There are no written guides that I know of, probably some YT videos here and there perhaps by Tsunamods.

The tools take time to learn and use; some things like editing weapon data can be done fairly quickly as it's just changing numbers, but other things like scripting a brand new story scene needs some familiarity with how the scripting works. I didn't have any resources beyond the wiki, so I had to learn how to use the tools through trial & error.

For the field scripting, using the tool Makou Reactor, the way I learned it was I picked a simple cutscene from later in the game and then tried to understand how it works; where the scene starts, how it triggers, the general flow of things happening throughout it; and then I'd try and add something to it using the same general structure that it uses.

Start simple by changing dialogue and the box that it appears in within the script; then try adding a brand new dialogue. Then try adding a new animation and calling it within the script. Things like that to build up.

One thing though; each group's scripts are arranged as follows:

S0 - Init: This runs when the field loads for every single group, and it only loads once; avoid adding any looping logic to Init or the game will hang trying to load. Character starting position coordinates and their ID are usually placed in Init.

S0 - Main: This runs on a loop once the field is loaded

S1 - Script 1-31: For regular groups, these are just ordinary script slots; they only run if they're directly called by another script:
Example:
Deactivate the movability of the playable character

S0 - Main
- Disables access to the main menu
- Execute script #3 in group tifa (No7) (priority 6/6) - Waiting for end of execution to continue
- Activate the movability of the playable character
- Enables access to the main menu
When the group called 'Tifa' finishes running their Script 3, it'll return and continue on from where it left off. Scripts can be called to run at the same time, in which case it won't wait and will carry on while the called script runs in tandem.

Location groups have a bit of different logic for scripts 1-6; these will be marked in Makou as OK, Move, Move, Go, Go 1x, and Go Away. These scripts will be executed when the player: Hit Confirm/OK when standing on the location, when the player moves onto the location, and when the player leaves the location (there's some cross over in functionality between Move and Go).

I could probably add relax mode to it; the source system though can't be added as it needs field scripting.

thanks a lot, that is a big help.

i researched you bro, and out of curiosity, are you really busy these days IRL?
how did college go? found interview with you from 6 years ago.
to me it not matter if you now have 6 figure salary job, main thing want to know is if you got time to make more story content for ur mod?
if i was you bro i would pull a sickie and go on the dole and just make mods 7 days a week. dont worry i wont tell anyone. lol
anyhow , no matter. but i think the best thing to add , if anything, is more story content, more custom made scenes, etc.
you wanted to make a difficult / challenge mod when you began, if i was you i would stick to this intention, up to weak players to git gud.
it is the story content and new dialogue and scenes which set this apart bro, u did good.
would like to see u do more good. it enriches the game for me.

btw im currently in the map of the already solved puzzle, the notorious map with the crane between sectors 5 and 6.
im grinding houses and scorpions and almost at level 50 now.
why i did this? just wanted to be OP

2
u need put your mod into english, most gamers are english.
its bizzare to see you advertize a mod and the whole thing is in spanish, and to do it on an english website.

3
Cheers; I've got some more planned with this coming in the future.

hi. my first post here.
made an account to ask u  somethin, plus spark some creative desire in u

dude ur mod rulez. big time.
but it is time for more, MORE , more i say. lol
i would like to see more story mod , expanded etc, it would be legit.

also i want to make my own story mod, cant find guides, but ur mod has shown me what iz possible
so i want to make one, but after a full playthrou of ur mod.

i seem to make people angry in the moddin scene coz i want to make a mod
so i dont want to ask anybody. but where did U learn how 2 use these toolz

are they ez to use
or do they require computer programmer knowledge

dude i am serious about wanting to make own mod.
a quick ban from discord which i suspect i would of got if i reacted to some rood people there
would be disrespect to my dream. i have a good story in mind, totally unique mod

i need answers about how plausable it iz for me to use these toolz without immense frustration
i dont plan to go into chatrooms coz people suck
i need articles or guides or something to read to learn the toolz.

peace out. if im ban so long guys. l8r

Pages: [1]