Post Fri Jul 27, 2007 4:07 pm

the Antimovie Mod

i've successfully created an anti-movie mod (a mod that removes the movies from the beginning, before the loading screen)

its useful if you're trying to test your own mod over and over again but cant be bothered or wont WANT to go near the main freelancer.ini file..
it makes things a lot faster

if anyone wants it, i'll post the code below.. for the .flmod file, just ask me and i'll be more than willing to send it to you!

if you dont know how to make it work with FLMM then just post on here or email me
xkaliboor @gmail .com
no spam please

okay; here's what's goin on.

<data file="exe\freelancer.ini" method="sectionreplace">

<section>
[Startup
movie_file = movies\MGS_Logo_Final.wmv
movie_file = movies\DA_Logo_Final.wmv
movie_file = movies\FL_Intro.wmv
</section>

<dest>
movie_file = movies\MGS_Logo_Final.wmv
movie_file = movies\DA_Logo_Final.wmv
movie_file = movies\FL_Intro.wmv
</dest>

<source>
;;;movie_file = movies\MGS_Logo_Final.wmv
;;;movie_file = movies\DA_Logo_Final.wmv
;;;movie_file = movies\FL_Intro.wmv
</source>

</data>

~x marks the spot. step and burn!