Freedom Reborn

Freedom Force Forums => Requests for Skins and Meshes => Topic started by: AfghanAnt on December 04, 2013, 09:27:55 PM

Title: Modding/Scripting 101
Post by: AfghanAnt on December 04, 2013, 09:27:55 PM
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.
Title: Re: Modding/Scripting 101
Post by: 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.
Title: Re: Modding/Scripting 101
Post by: AfghanAnt on December 05, 2013, 02:55:29 PM
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!
Title: Re: Modding/Scripting 101
Post by: Cyber Burn on December 05, 2013, 03:22:57 PM
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.
Title: Re: Modding/Scripting 101
Post by: BentonGrey on December 05, 2013, 05:09:29 PM
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!
Title: Re: Modding/Scripting 101
Post by: Cyber Burn on December 06, 2013, 04:23:20 AM
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.