ItsMods

Full Version: build mod.ff -
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello...

sorry im new in modding

i will building a mod.ff

i try it:

make a mod.csv in my mod-directory

Quote:maps/mp/mp_array.gsc
maps/mp/mp_cairo.gsc
maps/mp/mp_cosmodrome.gsc
maps/mp/mp_cracked.gsc
maps/mp/mp_crisis.gsc
maps/mp/mp_duga.gsc
maps/mp/mp_firingrange.gsc
maps/mp/mp_hanoi.gsc
maps/mp/mp_havoc.gsc
maps/mp/mp_mountain.gsc
maps/mp/mp_nuked.gsc
maps/mp/mp_radiation.gsc
maps/mp/mp_russianbase.gsc
maps/mp/mp_villa.gsc
maps/mp/gametypes/_globallogic.gsc
maps/mp/gametypes/_globallogic_audio.gsc
maps/mp/gametypes/_globallogic_player.gsc
maps/mp/gametypes/_globallogic_score.gsc
maps/mp/gametypes/_globallogic_spawn.gsc
maps/mp/gametypes/_persistence.gsc

is this correct ?

Then i go to Build Mod, check Link Fast File, and check Build Mod...

The result:

Quote:args: -nopause -language english -moddir mp_exmod mod
NOTE: language=english
NOTE: baselang=english (streaming language) [automatically chosen as no -baselang provided]
Fastfile 1 of 1, "mod": [ver. 473] process...link...compress...save...done.
Moving e:\spiele\steam\steamapps\common\call of duty black ops\zone\english\mod.ff
to e:\spiele\steam\steamapps\common\call of duty black ops\mods\mp_exmod\mod.ff

My mod.ff is 0kb Confused

Code:
rawfile,maps/mp/mp_array.gsc
rawfile,maps/mp/mp_cairo.gsc
rawfile,maps/mp/mp_cosmodrome.gsc
rawfile,maps/mp/mp_cracked.gsc
rawfile,maps/mp/mp_crisis.gsc
rawfile,maps/mp/mp_duga.gsc
rawfile,maps/mp/mp_firingrange.gsc
rawfile,maps/mp/mp_hanoi.gsc
rawfile,maps/mp/mp_havoc.gsc
rawfile,maps/mp/mp_mountain.gsc
rawfile,maps/mp/mp_nuked.gsc
rawfile,maps/mp/mp_radiation.gsc
rawfile,maps/mp/mp_russianbase.gsc
rawfile,maps/mp/mp_villa.gsc
rawfile,maps/mp/gametypes/_globallogic.gsc
rawfile,maps/mp/gametypes/_globallogic_audio.gsc
rawfile,maps/mp/gametypes/_globallogic_player.gsc
rawfile,maps/mp/gametypes/_globallogic_score.gsc
rawfile,maps/mp/gametypes/_globallogic_spawn.gsc
rawfile,maps/mp/gametypes/_persistence.gsc

this is what your mod.csv should looklike