Posts tagged Tips

Merge To

How to Merge Dats

Merging dats is something that can be a little confusing the first few times you do it, so FRP2 decided to help you out with a little tutorial. Make sure you back up all your files before continuing!

More >

RMF008

Ghosting/Repeating Mesh tutorial

So, you’re having a problem with your FF1 meshes ghosting or “repeating” each other (animation wise) in FFv3R and have no idea how to fix it? Well, let me help you out with that. Follow along, students.

First of all, you’ll need the following tools. We’re going to be dealing with Python, so prepare yourselves. If you need help on where each file should be placed, click here.

More >

Coding Tip #10

Wow, talk about a large hiatus, huh? Let’s say you want to make a character (girl1) follow a hero (hero_1) every 10 seconds? How, exactly, would you set that up? Well, here’s a sample code that’ll do just that. Follow along:

More >

How to Install Custom Sounds in FFVTTR

The question has popped up enough that I took the time to write a small guide on it. Hopefully, this helps anyone that found the installation of FX sounds difficult.

More >

Coding Tip #9

In the old days before there was an ezscript, modders had to do things the hard way and learn python. And although Ezscript is able to pull off some amazing feats, having a bit of python knowledge to round out your skill set might just be a good idea. So, sometime around 2006 or 2007, I set out and made a guide to basic scripting which I figured could help some people jump into the modding circle. Unfortunately, I don’t recall an upsurge in modders after its release, but here it is for anyone that may or may not be curious as to how to mod Freedom Force using python.

Scripting Tutorial: The Basics

The tutorial is a pdf file and unfortunately, some of the links are broken. However, if you find yourself needing those links, you can find them below.

FFedit Tutorial by Tempest

Scripting Tutorial Example Mission/Py file

And that’s the tip for this week. Hope you enjoy it.

Coding Tip #8

The final coding tip from Jands and Lude. Hope you enjoy it.

Creating an Objective and an Item Drop

Editor issues as in Coding Tip #7

In the script you will need to call the routine for the first time, set the objective, and set an attribute to keep track of thugs ko’d:

More >

Coding Tip #7

Another Coding Tip from Jands and Lude. Enjoy!

Creating a Random Spawn

The only issue in the editor with this script is to check the level extents from the Mission tab.

More >

Coding Tip #6

Today’s (quick) tip:

Well, if you have ffx enabled in a mod, you can simplify a few commands to a single line of code. Say you want to move a bunch of controllable characters to the same spot for whatever reason. Well, in FFX, you can use this code:

More >

When it rains, it pours…

This week, we have a bunch of goodies for you FF afficionados to grab. CmdrKoenig has released a whopping 5 new maps for you to play on, Conduit has returned briefly and brings with him a gift of two more maps, a lost FF1 mod–B Brigade–finds a home on the ff1 mods page, and we are proud to present our first “Spotlight” post on one of the top skinners in the FF community, Afghan Ant. Oh, and don’t forget, if you’re interested in python coding your own mods, coding tip 5 is also up. Enjoy the new toys, gang.

Coding Tip #5

Today’s tip:

Let’s say you want a target to teleport to safety when his health drops to a specified point. Well, that’s simple!

More >