• Home
  • Index
  • Search
  • Download
  • Server Rules
  • House Roleplay Laws
  • Player Utilities
  • Player Help
  • Forum Utilities
  • Returning Player?
  • Toggle Sidebar
Interactive Nav-Map
Tutorials
New Wiki
ID reference
Restart reference
Players Online
Player Activity
Faction Activity
Player Base Status
Discord Help Channel
DarkStat
Server public configs
POB Administration
Missing Powerplant
Stuck in Connecticut
Account Banned
Lost Ship/Account
POB Restoration
Disconnected
Member List
Forum Stats
Show Team
View New Posts
View Today's Posts
Calendar
Help
Archive Mode




Hi there Guest,  
Existing user?   Sign in    Create account
Login
Username:
Password: Lost Password?
 
  Discovery Gaming Community Discovery General Discovery RP 24/7 General Discussions
« Previous 1 … 539 540 541 542 543 … 779 Next »
Codies with 4.0 refire rate?

Server Time (24h)

Players Online

Active Events - Scoreboard

Latest activity

Codies with 4.0 refire rate?
Offline sovereign
04-18-2009, 09:10 PM, (This post was last modified: 04-18-2009, 10:17 PM by sovereign.)
#25
Member
Posts: 3,893
Threads: 38
Joined: Feb 2008

' Wrote:How do you re-assign the effects?

Oh right, someone should make a tutorial for these cosmetic fixes and stuff...

Quote:DISCLAIMER- I claim no responsibility for any mishaps related to touching your game files. This is a how-to for cosmetic fixes, if you "accidentally" change the weapon damages or summat that is your fault and not mine.


Don't worry, it isn't too hard. Go into Freelancer/IONCROSS. There should be a file called GAMEDATA_weapons. There's three names for every weapon- the id name (the numbers), the game reference name (stuff like li_gun01_mark01), and the display name ("Justice Mk I"). Find the game reference names for both the weapon you want to change the effects of and the weapon whose effects you want it to have. For this example, I decided to give Justice Mk Is the effect of a Firekiss Mk II (Rheinland plasma weapon). Searching for "Justice Mk I" finds me "li_gun01_mark01", and "Firekiss Mk II" finds me "rh_gun02_mark04". Copy those out in some notepad file or something.

NOTE- for turrets, the names are in GAMEDATA_turrets.

Now, go into Freelancer/DATA/EQUIPMENT. There should be a file called weapon_equip.ini. I highly recommend making a backup of it before doing anything, just in case you mess with the wrong file. You may need to right-click it an uncheck "Read-only" so that you can edit it. After you've made the backup, go into the file, and search for the gun whose effect you want to give to another gun- in this example, "rh_gun02_mark04". First thing that came up looked like so-

Code:
[Munition]
nickname = rh_gun02_mark04_ammo
hp_type = hp_gun
requires_ammo = false
hit_pts = 2
hull_damage = 1050
energy_damage = 0
weapon_type = W_Plasma01
one_shot_sound = fire_plasma5
munition_hit_effect = rh_plasma_04_impact
const_effect = rh_plasma_04_proj
lifetime = 1
force_gun_ori = false
mass = 1
volume = 0.000100

This is the projectile itself. You'll notice the gun itself right below this entry, but that doesn't concern what we're doing. What we're interested in is these three lines:

one_shot_sound = fire_plasma5
munition_hit_effect = rh_plasma_04_impact
const_effect = rh_plasma_04_proj

These determine the sound it makes when fired, the effect it makes when it hits something, and what it looks like on its way there. Feel free to change the sound your guns make if you want, but I find it awkward. Anyway, copy out the hit effect and constant effect- here, "rh_plasma_04_impact" and "rh_plasma_04_proj" to your notepad document, piece of paper, infernal scroll made out of human flesh, etc.

Next we find the gun to give the effect to. Same idea, for this example I searched "li_gun01_mark01" and got:

Code:
[Munition]
nickname = li_gun01_mark01_ammo
hp_type = hp_gun
requires_ammo = false
hit_pts = 2
hull_damage = 16.299999
energy_damage = 0
weapon_type = W_Laser01
one_shot_sound = fire_laser1
munition_hit_effect = li_laser_01_impact
const_effect = li_laser_01_proj
lifetime = 0.800000
force_gun_ori = false
mass = 1
volume = 0.000100

Same values govern the same things. For this example, I replaced "li_laser_01_impact" with "rh_plasma_04_impact" and "li_laser_01_proj" with "rh_plasma_04_proj". Changing any of the values in here except for the animations and the sound should get you kicked for cheating, so don't touch them. That includes the weapon_type, by the way, which governs the type of weapon for the purposes of damaging shields.

Now, save this file, and go into FL. I highly recommend trying it out in OpenSP first to make sure you didn't mess up. Here's what my pimped out Justice Mk Is looked like:

[Image: screen860.jpg]

Enjoy.

[Image: SCRAgenderheuristics.png]
  Reply  


Messages In This Thread
Codies with 4.0 refire rate? - by sean24 - 04-17-2009, 09:09 AM
Codies with 4.0 refire rate? - by Virus - 04-17-2009, 09:10 AM
Codies with 4.0 refire rate? - by kindred - 04-17-2009, 09:11 AM
Codies with 4.0 refire rate? - by Virus - 04-17-2009, 09:14 AM
Codies with 4.0 refire rate? - by kindred - 04-17-2009, 09:15 AM
Codies with 4.0 refire rate? - by Virus - 04-17-2009, 09:16 AM
Codies with 4.0 refire rate? - by Wolfspirit - 04-17-2009, 09:16 AM
Codies with 4.0 refire rate? - by Guest - 04-17-2009, 09:28 AM
Codies with 4.0 refire rate? - by Zeb Harley - 04-17-2009, 11:22 AM
Codies with 4.0 refire rate? - by Guest - 04-17-2009, 11:41 AM
Codies with 4.0 refire rate? - by El Nino - 04-17-2009, 12:43 PM
Codies with 4.0 refire rate? - by joshua - 04-17-2009, 01:15 PM
Codies with 4.0 refire rate? - by carlabrams - 04-17-2009, 04:27 PM
Codies with 4.0 refire rate? - by tansytansey - 04-17-2009, 04:37 PM
Codies with 4.0 refire rate? - by Jihadjoe - 04-17-2009, 04:41 PM
Codies with 4.0 refire rate? - by Wo3dy - 04-17-2009, 05:43 PM
Codies with 4.0 refire rate? - by johnpeter - 04-17-2009, 06:36 PM
Codies with 4.0 refire rate? - by farmerman - 04-17-2009, 06:42 PM
Codies with 4.0 refire rate? - by Othman - 04-17-2009, 07:01 PM
Codies with 4.0 refire rate? - by sovereign - 04-17-2009, 09:05 PM
Codies with 4.0 refire rate? - by Corsair - 04-17-2009, 09:22 PM
Codies with 4.0 refire rate? - by Zeb Harley - 04-18-2009, 09:45 AM
Codies with 4.0 refire rate? - by Zeb Harley - 04-18-2009, 09:57 AM
Codies with 4.0 refire rate? - by rayne - 04-18-2009, 10:41 AM
Codies with 4.0 refire rate? - by sovereign - 04-18-2009, 09:10 PM
Codies with 4.0 refire rate? - by Jongleur - 06-16-2009, 08:52 PM
Codies with 4.0 refire rate? - by Benjamin - 06-16-2009, 09:30 PM
Codies with 4.0 refire rate? - by Elsdragon - 06-17-2009, 02:19 AM
Codies with 4.0 refire rate? - by ryeguy146 - 06-17-2009, 02:55 AM
Codies with 4.0 refire rate? - by Elsdragon - 06-17-2009, 03:24 AM
Codies with 4.0 refire rate? - by darthbeck - 06-17-2009, 05:10 AM
Codies with 4.0 refire rate? - by Elsdragon - 06-17-2009, 05:16 AM
Codies with 4.0 refire rate? - by pchwang - 06-17-2009, 05:48 AM
Codies with 4.0 refire rate? - by tansytansey - 06-17-2009, 07:56 AM
Codies with 4.0 refire rate? - by Bjorn - 06-17-2009, 01:57 PM
Codies with 4.0 refire rate? - by Black Widow - 06-17-2009, 02:09 PM
Codies with 4.0 refire rate? - by n00bl3t - 06-17-2009, 02:11 PM
Codies with 4.0 refire rate? - by SevereTrinity - 06-17-2009, 04:22 PM
Codies with 4.0 refire rate? - by Tommeh - 06-17-2009, 07:26 PM
Codies with 4.0 refire rate? - by Camtheman Of Freelancer4Ever - 06-17-2009, 07:45 PM
Codies with 4.0 refire rate? - by Montezuma/Kukulcan - 06-17-2009, 07:49 PM
Codies with 4.0 refire rate? - by Tommeh - 06-17-2009, 07:53 PM
Codies with 4.0 refire rate? - by MarvinCZ - 06-18-2009, 12:00 AM

  • View a Printable Version
  • Subscribe to this thread


Users browsing this thread:
1 Guest(s)



Powered By MyBB, © 2002-2025 MyBB Group. Theme © 2014 iAndrew & DiscoveryGC
  • Contact Us
  •  Lite mode
Linear Mode
Threaded Mode