News:

Happy 20th, FFvT3R!

Main Menu

Modding/Scripting 101

Started by AfghanAnt, December 04, 2013, 09:27:55 PM

Previous topic - Next topic

AfghanAnt

Hey all,

So I've been actively trying to use EZScript but I think to accomplish some of ideas I have in mind I will need some a little less simple. Can someone point me to tutorials for modding with FFX3 in FFVTR? I'm pretty familiar with how modding works, but I could use a walkthrough to help ease the provess.

Cyber Burn

Sorry AA, I'm sure you've probably gone through all of these, but this is all I could find.

Modding/Coding
------------------------------------------------------------------------------------------------------------------------------------------

Adding a character to the campaign: http://frworld.wikispaces.com/Adding+a+character+to+the+game+via+the+editor

Adding m25 AI in campaign mods: http://freedomreborn.net/archive/index.php?topic=46935.msg644758#msg644758

Basic scripting: http://frworld.wikispaces.com/Scripting

Beginner's guide: http://wiki.python.org/moin/BeginnersGuide

Conduit's stutter function: http://freedomreborn.net/forums/index.php?topic=42119.0

Cutscenes in FF: http://frworld.wikispaces.com/Cutscenes+in+FF

Events and Commands: http://frworld.wikispaces.com/Events+and+Command+Handlers

EZScript tutorial: http://ezscript.wikispaces.com/Tutorials

EZScript/FFX Manual: http://ffx.freedomforceforever.com/manual.htm

FFedit tutorial: http://phantombunburyist.freedomforceforever.com/tempest/modtutorial.html

Installing mods/making mods: http://frworld.wikispaces.com/Mods

Official python tutorial: http://docs.python.org/tut/tut.html

Scripting a mugging: http://www.cs.usyd.edu.au/~sholden/site.cgi/STUFF/FFORCE/SCRIPT/

Scripting for dummies: http://frworld.wikispaces.com/Scripting+for+Dummies

Scripting tutorial (PDF): http://phantombunburyist.freedomforceforever.com/downloads/Premo_Scripting_Tutorial.pdf

Tools and resources: http://frworld.wikispaces.com/Scripting+Tools+and+Resources
------------------------------------------------------------------------------------------------------------------------------------------

An EZScript Tutorial by Benton: http://freedomreborn.net/forums/index.php?topic=55684.msg753588#msg753588
------------------------------------------------------------------------------------------------------------------------------------------

Other than these, I would say to talk to Benton or Prev about any specifics that aren't covered here.

AfghanAnt

Quote from: Cyber Burn on December 04, 2013, 10:40:39 PM
Sorry AA, I'm sure you've probably gone through all of these, but this is all I could find.

Modding/Coding
------------------------------------------------------------------------------------------------------------------------------------------

Adding a character to the campaign: http://frworld.wikispaces.com/Adding+a+character+to+the+game+via+the+editor

Adding m25 AI in campaign mods: http://freedomreborn.net/archive/index.php?topic=46935.msg644758#msg644758

Basic scripting: http://frworld.wikispaces.com/Scripting

Beginner's guide: http://wiki.python.org/moin/BeginnersGuide

Conduit's stutter function: http://freedomreborn.net/forums/index.php?topic=42119.0

Cutscenes in FF: http://frworld.wikispaces.com/Cutscenes+in+FF

Events and Commands: http://frworld.wikispaces.com/Events+and+Command+Handlers

EZScript tutorial: http://ezscript.wikispaces.com/Tutorials

EZScript/FFX Manual: http://ffx.freedomforceforever.com/manual.htm

FFedit tutorial: http://phantombunburyist.freedomforceforever.com/tempest/modtutorial.html

Installing mods/making mods: http://frworld.wikispaces.com/Mods

Official python tutorial: http://docs.python.org/tut/tut.html

Scripting a mugging: http://www.cs.usyd.edu.au/~sholden/site.cgi/STUFF/FFORCE/SCRIPT/

Scripting for dummies: http://frworld.wikispaces.com/Scripting+for+Dummies

Scripting tutorial (PDF): http://phantombunburyist.freedomforceforever.com/downloads/Premo_Scripting_Tutorial.pdf

Tools and resources: http://frworld.wikispaces.com/Scripting+Tools+and+Resources
------------------------------------------------------------------------------------------------------------------------------------------

An EZScript Tutorial by Benton: http://freedomreborn.net/forums/index.php?topic=55684.msg753588#msg753588
------------------------------------------------------------------------------------------------------------------------------------------

Other than these, I would say to talk to Benton or Prev about any specifics that aren't covered here.


OMG CB. Many Thanks!

Cyber Burn

Not a problem AA, while doing my search, I also found reference to a tutorial by Prev/Prem that may possibly be located at FRP2, but I couldn't find it for the life of me. I'm also going through all the tutorials I have saved in various subjects and am trying to get them organized, if I find anything that might be even remotely useful to you, I'll let you know.

BentonGrey

AA, this isn't really what you were asking for, but I thought I'd post these here in case they could be of service to you.  I wrote a few EZScript tutorials that talk about how to get a bit more out of the program than seems immediately apparent:

The Ease of EZScript:
http://bentongrey.wordpress.com/2010/01/18/the-ease-of-ezscript/
Anatomy of an EZScript Adventure:
http://bentongrey.wordpress.com/2010/01/21/the-anatomy-of-an-ezscript-adventure/
Doing More with EZScript:
http://bentongrey.wordpress.com/2010/01/26/doing-more-with-ezscript/

I think it's awesome that you're branching out into modding!  Please feel free to drop me a line if you've got any questions or anything I can do to help you!
God Bless
"If God came down upon me and gave me a wish again, I'd wish to be like Aquaman, 'cause Aquaman can take the pain..." -Ballad of Aquaman
Check out mymods and blog!
https://bentongrey.wordpress.com/

Cyber Burn

Sorry it took so long AA, but here's the link to Prev's/Prem's stuff:

http://frp.unlimited2.net/category/misc/tips/

Hope it helps.