server noob here. i am not having any luck with making the beam invisible (not turning it off, just invisible) i have installed user-mefy-extgametypes-1_2_2-STOCKMAPS+Teleporter-Mod1.0-FINAL.pk3 into my mainta. i have not put anything else from the mefy mod into the mainta. please help, again i am a server noob. thanks anyone! here is my server cfg. sv_hostname "" set rconpassword "" set g_gametype "2" set g_healthdrop "1" set g_realismmode "0" set sv_dmspeedmult 1.100000 set g_teamdamage "1" set g_healrate "100" timelimit "10" fraglimit "100" maprotationtime "30" set sv_team_spawn_interval "2" roundlimit "0" set g_inactivespectate "600" set g_inactivekick "900" set sv_gamespy "1" set sv_pure "0" set g_allowvote "0" set sv_floodprotect "3" set g_forceteamspectate "1" set dmflags 262144 set sv_invulnerabletime "3" set g_teamkillwarn "1" set g_teamkillkick "3" set g_teamswitchdelay "15" set g_allowjointime "30" set sv_privateclients "0" set sv_privatepassword "" set sv_keywords "" set net_port 12203 set sv_minping "0" set sv_maxping "175" set sv_maxrate 0 map "dm/MP_Bahnhof_DM" sv_maplist "dm/MP_Bahnhof_DM dm/MP_Verschneit_DM dm/MP_Brest_DM dm/MP_Unterseite_DM dm/MP_Stadt_DM dm/MP_Gewitter_DM dm/MP_Holland_DM dm/MP_Bazaar_DM " sv_sprinton "1" sv_runspeed 350 // spearhead runspeed is 287 set logfile "2" set g_logsync "1" exec ft.cfg set g_mef_settings "meltgun: on" set g_mef_settings "timelimit: 30 fraglimit: 5" set g_ffa_settings "fraglimit: 50" set g_tdm_settings "fraglimit: 200" set g_extgametype_mohdm1 ft // Freeze-Tag on Southern France set g_extgametype_mohdm2 ft // Freeze-Tag on Destroyed Village set g_extgametype_mohdm3 ft // Freeze-Tag on Remagen set g_extgametype_mohdm4 ft // Freeze-Tag on Crossroads set g_extgametype_mohdm6 ft // Freeze-Tag on Stalingrad set g_extgametype_mohdm7 ft // Freeze-Tag on Algiers set g_extgametype_obj_team1 ftobj // Freeze-Tag-Objective on The Hunt set g_extgametype_obj_team2 ftobj // Objective-Match on V2 Rocket Facility set g_extgametype_obj_team4 ftobj // Freeze-Tag-Objective on The Bridge set sv_maplist "dm/MP_Verschneit_dm dm/mohdm7 dm/mohdm2 dm/mohdm3 obj/obj_team1 obj/obj_team4 dm/mohdm6 dm/mohdm1 obj/obj_team2" set g_gametype 3 set g_extgametype "" map dm/MP_Verschneit_dm
open your user-mefy-extgametypes-1_2_2-STOCKMAPS+Teleporter-Mod1.0-FINAL.pk3 open the folder global -> libmef and edit ft.scr the following thing: search for laser_thread local.player and change: Code: local.beamalpha = 0
Theres no need to edit any scripts. Your setting the same cvar twice, the second will overwrite the first. You need to combine them like this.
do this: Code: set g_extgametype ft set g_ft_settings meltgun: on melttime: 25 for me it work good. This is invisible laser when U melting. About ur config u have twice same command, u must remove one and 2nd option drop to new config like ft.cfg!!! Dont forget remove ur settings: What is name this config? (server.cfg or ft.cfg)? Code: sv_hostname "" set rconpassword "" set g_gametype "2" <===1st gametype set g_healthdrop "1" set g_realismmode "0" set sv_dmspeedmult 1.100000 set g_teamdamage "1" set g_healrate "100" timelimit "10" fraglimit "100" maprotationtime "30" set sv_team_spawn_interval "2" roundlimit "0" set g_inactivespectate "600" set g_inactivekick "900" set sv_gamespy "1" set sv_pure "0" set g_allowvote "0" set sv_floodprotect "3" set g_forceteamspectate "1" set dmflags 262144 set sv_invulnerabletime "3" set g_teamkillwarn "1" set g_teamkillkick "3" set g_teamswitchdelay "15" set g_allowjointime "30" set sv_privateclients "0" set sv_privatepassword "" set sv_keywords "" set net_port 12203 set sv_minping "0" set sv_maxping "175" set sv_maxrate 0 map "dm/MP_Bahnhof_DM" <===1st map sv_maplist "dm/MP_Bahnhof_DM dm/MP_Verschneit_DM dm/MP_Brest_DM dm/MP_Unterseite_DM dm/MP_Stadt_DM dm/MP_Gewitter_DM dm/MP_Holland_DM dm/MP_Bazaar_DM " <===1st maplist sv_sprinton "1" sv_runspeed 350 // spearhead runspeed is 287 set logfile "2" set g_logsync "1" exec ft.cfg <===remove it, U must know what u need ft or not ft. U cant execute two config in same time!!!! because may something not work!! set g_mef_settings "meltgun: on" <===remove it and paste options from me set g_mef_settings "timelimit: 30 fraglimit: 5" <===remove it and paste options from me set g_ffa_settings "fraglimit: 50" set g_tdm_settings "fraglimit: 200" set g_extgametype_mohdm1 ft // Freeze-Tag on Southern France set g_extgametype_mohdm2 ft // Freeze-Tag on Destroyed Village set g_extgametype_mohdm3 ft // Freeze-Tag on Remagen set g_extgametype_mohdm4 ft // Freeze-Tag on Crossroads set g_extgametype_mohdm6 ft // Freeze-Tag on Stalingrad set g_extgametype_mohdm7 ft // Freeze-Tag on Algiers set g_extgametype_obj_team1 ftobj // Freeze-Tag-Objective on The Hunt set g_extgametype_obj_team2 ftobj // Objective-Match on V2 Rocket Facility set g_extgametype_obj_team4 ftobj // Freeze-Tag-Objective on The Bridge set sv_maplist "dm/MP_Verschneit_dm dm/mohdm7 dm/mohdm2 dm/mohdm3 obj/obj_team1 obj/obj_team4 dm/mohdm6 dm/mohdm1 obj/obj_team2" <===2nd maplist set g_gametype 3 <===2nd gametype set g_extgametype "" <===it disable freeze-tag map dm/MP_Verschneit_dm <===2nd map
i did what loeri said and it made scan and melt beams invisible, just what i wanted : D you da man loeri !! i did have 2 problems, 1) in the ft.scr, there are 2 locations where you find the line "laser_thread local.player" one a little more that half way down and the one you want which is about 3/4 of the way down. the whole script reads like this: laser_thread local.player: local.tag = "eyes bone" local.beamalpha = 0.7 //change 0.7 to 0 for invisible scan and melt beam local.usedelay = 0.25 local.team = local.player.dmteam local.bodytarget = "frozenbody_" + local.player.dmteam local.lightrad = 50 and 2) it took literally an hour to get the change to save! pakscape, 7zip, notepad and at last winzip did the trick. i believe this is due to win7, but i don't know. but i have read that script editing can cause problems so i ran through the rot and everything worked pertect! UKC Pirate, i tried that and it didn't work for me either. again, win7?? green54321, i know my server cfg is messy, but i am afraid to remove ANYTHING now that it works like i want. lol ps, i wonder what would happen if you change local.tag = "eye bone" to "pelvis bone" LOL