Add Weapons in The Mod.?

There are 41 replies in this Thread. The last Post () by Simon27.

  • Here is your problem....


    In your weapon_equip.ini entry you have this...

    Quote

    [Gun]
    nickname ion_gun01_mark01


    It is missing the "=" after nickname. Add it so it looks like this...


    [Gun]
    nickname = ion_gun01_mark01

  • thx - saves me some time taking a look at it

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • holy shit


    1. take new files - yours are heavily bugged



    that does not look healthy


    2. your weapons_goods is refering to the equipment "ion_gun01_mark01" but your weapon_equipment contains only a "ion_gun01_mark0" -> change it to "ion_gun01_mark01"


    3. change the market_misc entry to "MarketGood = ion_gun01_mark01, 6, -1, 10, 10, 0, 1"
    but like i stated before - replace those 3 files with fresh ones that are working (the 3 you submitted in your attachment are all bugged)



    when you do those changes you should be able to launch FL correctly and use the weapons (at least I was able to do that on a clean installation)

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Soo,.
    Thx 4 looking at it.
    How do you see that its buggy..


    I´ll do it today in the afternoon. or something like that time ..
    now i have no time.°°


    i´ll post. if it worx.

  • "turn_rate = 90trueon = sever_debris2_ammoturret02.cmpe.3dball_weapon.cmpP"
    should be
    "turn_rate = 90"
    almost every entry in your files is bugged


    get the sdk from the freelancer downloads www.swat-portal.com and use those files... they work

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • "[Gun]
    nickname = lair_turret02ment\models\li_equip.matissile.3dball_weapon.cmpP
    ids_name = 263668urret02ment\models\li_equip.matissile.3dball_weapon.cmpP
    ids_info = 264668urret02ment\models\li_equip.matissile.3dball_weapon.cmpP
    DA_archetype = Solar\dockable\nomad_lair_turret02.cmpe.3dball_weapon.cmpP
    material_library = solar\nomad.matd_lair_turret02.cmpe.3dball_weapon.cmpP "


    Ouch! that isn't supposed to happen.

  • then all my FRESH installation of FL is bugged..
    i installed it and made a copy of it.
    and i took the copied files.


    or which programm should i use to see text..


    i use BINIEdit

  • just download the sdk - those files you can edit with an ordinary text editor

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • where i can download them?
    i cant find them by the freelancer downloads on this site.=(



    EDIT
    i´ve found it.=)



    EDIT ²²
    IT WORXX..
    thank you..


    but how can i give the weapon a name.
    there it looks like
    (Kl. 4)

  • download the reshacker or the inireferer or the fldeveloper and there you can edit dlls
    just enter a new name to the namesresources.dll... then put the correct ID number to the ID_names into your weapon files

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • okayy.=)
    reshacker is already on my pc..


    sooo,..
    i tested the weapon..
    and..
    it don´t work.
    when i wanna shoot , Crash To Desktop
    what could be the problem.?

  • very likely the effect

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • no you didnt


    "const_effect = Li_laser_01" does not exist
    use "const_effect = li_laser_01_proj" instead

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • 1. open namesresources.dll with the reshacker
    2. go to an empty entry
    3. enter your text
    4. compile it
    5. save the dll
    6. take the number of the line in that dll where you put the name and add 196608 (eg. line 16201 + 196608 = 215809)
    7. go to the weapon files and add that new number to the id_name
    8. save
    9. finito

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • soo.
    sorry if i have asked this already.. i cant find it anymore..
    when i wanna buy my weapon theres standing .... "Need lvl 6 to buy this".
    how can i turn it down to lvl 1?