N!tmod

Welcome to N!tmod Bug Tracker.
IDSummaryOperating SystemCategoryOpened bySeverity  descStatusLast Edited
 51  no Nguide  WindowsServerSaschaLowClosed2013-11-09 Task Description PLEASE FILL THIS FORM PROPERLY TO MAKE SURE WE HAVE ENOUGH INFORMATIONS TO REPRODUCE THE BUG AND TRY TO FIX IT ! THE FOLLOWING FORM HAS BEEN MODIFIED ON MARCH 12th 2011. * N!tmod version : 2.2final * Build Date (!about cmd) : * Map : all Maps * Omni-Bot enabled ? : Yes * If yes, bot count : 8 * Gametype : 2 * Any custom mapscripts ? If yes, provide link : no * Any LUA modules ? If yes, provide link : * Happens in Warmup/Playing/Intermission ? : by conecting * Explain the bug : Some users without a Nguid cant get an guid and the conection were rejected. But i have in the nitmod cfg set g_GUIDChecks "0" * Additional informations : server ip 46.228.199.143:27960 2.55
 20  Multi announcers All / UndefinedClientKovacs DanielLowClosed2010-10-25 Task Description ! Please specify the bug type in the summary ! * N!tmod version : 2.0 If you kill 6 players you will all the mk3-5 files instead of the only one mk5 wav.
 80  Most headshot award @MG42 All / UndefinedServerJabbaLowClosed2021-05-31 Task Description You're not rewarded with the most headshot award at the end of the map if you've made it by using MG42
 32  missing trigger All / UndefinedServerMarekLowClosed2011-11-07 Task Description * N!tmod version : 2.1-RC1 * Build Date (!about cmd) : * Map : frostbite * Omni-Bot enabled ? : yes * If yes, bot count : 20 * Gametype : * Any custom mapscripts ? If yes, provide link : * Any LUA modules ? If yes, provide link : * Happens in Warmup/Playing/Intermission ? : playing * Explain the bug : When I am creating script for Omni-bot 0.81 sometimes I need use trigger "....dropped". If I have running server with ETMain with Omni-bot then this trigger is displayed in console - e.g. trigger for map Frostbite in ETMain: "the Supply Documents dropped.". But N!tmod and NQ (1.2.9.b6) mod this trigger hasn't. I asked Omni-bot developers why this trigger is not displayed in NQ or N!tmod and answers were (by crapshoot): " most likely the mods are missing code for that trigger. " and " the mod sends trigger info to the bot through the interface. " My question: Is it possible make modification in N!tmod ? * Additional informations :
 39  Map skipping All / UndefinedServerJanLowClosed2013-11-09 Task Description PLEASE FILL THIS FORM PROPERLY TO MAKE SURE WE HAVE ENOUGH INFORMATIONS TO REPRODUCE THE BUG AND TRY TO FIX IT ! THE FOLLOWING FORM HAS BEEN MODIFIED ON MARCH 12th 2011. * N!tmod version : 2.2RC1 * Build Date (!about cmd) : Jan 23 2012 * Map : / * Omni-Bot enabled ? : Yes * If yes, bot count : 8 * Gametype : 2 * Any custom mapscripts ? If yes, provide link : * Any LUA modules ? If yes, provide link : - Dynamite counter / http://www.wolffiles.de/index.php?filebase&fid=1755 - Autolevel / http://www.splashdamage.com/forums/showthread.php/28274-Server-Clearance-Script-Release?s=4f2340ec85ba32b91d18c2ddfa3b61c9&p=333579&viewfull=1#post333579 - nextmap / http://www.splashdamage.com/forums/showthread.php/28274-Server-Clearance-Script-Release?s=4f2340ec85ba32b91d18c2ddfa3b61c9&p=333579&viewfull=1#post333579 * Happens in Warmup/Playing/Intermission ? : warmup * Explain the bug : For some reason some of the maps in our rotation skip randomly, it's not always the same map. And I think it's happening since the latest release, or it could be the nextmap.lua file. * Additional informations :
 47  lvl 1000 admin cannot use custom commands All / UndefinedClientailmankiLowClosed2012-07-16 Task Description PLEASE FILL THIS FORM PROPERLY TO MAKE SURE WE HAVE ENOUGH INFORMATIONS TO REPRODUCE THE BUG AND TRY TO FIX IT ! THE FOLLOWING FORM HAS BEEN MODIFIED ON MARCH 12th 2011. * N!tmod version : 2.2 * Build Date (!about cmd) : May 31 2012 * Map : unrelated * Omni-Bot enabled ? : yes * If yes, bot count : unrelated * Gametype : 2 objective * Any custom mapscripts ? If yes, provide link : unrelated * Any LUA modules ? If yes, provide link : unrelated * Happens in Warmup/Playing/Intermission ? : unrelated * Explain the bug : Create a admin level 1000, and create a custom command which lvl 1000 can use. The level 1000 admin cannot use the custom command. It then denies the usage of it. * Additional informations : The commands I currently got: ********** name = nobot exec = bot botwar -1; bot maxbots -1; set botwar 0; bot kickall desc = Kicks all bots levels = 12 13 14 15 69 421 666 1000 ********** name = bot exec = bot botwar -1; bot maxbots [1];set botwar 0 desc = Sets Bots levels = 12 13 14 15 69 421 666 1000 ********** name = botwar exec = bot maxbots 24; bot botwar [1] [2] [3]; set botwar [2] desc = botwar (axis = 1, allied = 2) levels = 12 13 14 15 69 421 666 1000 **********
 50  kkrcon is timeouting All / UndefinedClientSimonLowClosed2013-11-09 Task Description PLEASE FILL THIS FORM PROPERLY TO MAKE SURE WE HAVE ENOUGH INFORMATIONS TO REPRODUCE THE BUG AND TRY TO FIX IT ! THE FOLLOWING FORM HAS BEEN MODIFIED ON MARCH 12th 2011. * N!tmod version : 2.2 final * Build Date (!about cmd) : may 31 2012 * Map : more * Omni-Bot enabled ? : yes * If yes, bot count : 1-10 * Gametype : 6 * Any custom mapscripts ? If yes, provide link : no * Any LUA modules ? If yes, provide link : no * Happens in Warmup/Playing/Intermission ? : Anytimes * Explain the bug : kkrcon (http://sourceforge.net/projects/kkrcon/) can't connect via rcon to ET running N!tmod 2.2. The earlier version could do that, * Additional informations : I made a workarund indepenting by kkrcon in Perl: $hostname = 'ip.ip.ip.ip'; #ip address $port = '27960'; $protocol = "udp"; $et = IO::Socket::INET->new( PeerAddr => $hostname, PeerPort => $port, Proto => $protocol, #Type => SOCK_STREAM ) or die "Could not open port.\n"; print $et "\377\377\377\377rcon password exec command"; undef $data; my $status = ""; local $SIG{ALRM} = sub { die "alarm\n"; }; # NB \n required alarm(1); eval { while ( recv( $et, $status, 1024, 0 ) ) { my $size = length($status); $status =~ s/^\377\377\377\377//; $status =~ s/print\n//; $data .= $status; } }; alarm(0); That is never lost the time and works, usable. Actually I suppose, N!trox, please find kkrcon why doesn't get answer from 2.2 final...
76KD cound on HUD doesnt reflect Kills after player is de...All / UndefinedClientaimeXLowUnconfirmed2020-12-14 Task Description [Environment] Mod version: `2.3.1 Build Date (!about cmd): April 3rd 2015 Map: All Maps [Bug] Explain the bug : Very small matter. but KD cound on HUD doesnt reflect Kills after player is dead. I.e. If you send a grenade or arty and die. any kills that happen within the time of death and the next spwan are not counted for the user HUD. Server scores are still correct. just the HUD [Extra infos] batata reporting this. As the email code sending is not allowing me to report this. (Is there a bug tracker for the bug tracker?)
77KD cound on HUD doesnt reflect Kills after player is de...All / UndefinedClientaimeXLowUnconfirmed2020-12-14 Task Description [Environment] Mod version: 2.3.1 Build Date (!about cmd): April 3rd 2015 Map: All maps [Bug] Explain the bug : KD cound on HUD doesnt reflect Kills after player is dead. IE. If the user is killed after throwing a grenade or Arty the HUD scores are not reflected as such. Server scores are correct though. [Extra infos] Batata reporting this as the Bug tracker login is falling over on the email code sending phase.
 65  It is only the crosshairs displayed WindowsClientUweLowClosed2013-11-09 Task Description PLEASE FILL THIS FORM PROPERLY TO MAKE SURE WE HAVE ENOUGH INFORMATIONS TO REPRODUCE THE BUG AND TRY TO FIX IT ! THE FOLLOWING FORM HAS BEEN MODIFIED ON MARCH 12th 2011. * N!tmod version : 2.2 Final * Build Date (!about cmd) : May 30 2012 * Map : all Maps * Omni-Bot enabled ? : yes * If yes, bot count : 6 * Gametype :2 * Any custom mapscripts ? If yes, provide link : no * Any LUA modules ? If yes, provide link : lua 5.1 / 51 .dll * Happens in Warmup/Playing/Intermission ? : all * Explain the bug : Hi, I have installed on my computer Nitmod 2.2. The mod is set up as a server. There is only one small problem, no matter what class I choose games, it appears we only the crosshairs. Can someone help me? * Additional informations : none
 58  impact mur sur joueur All / UndefinedClientJoséLowClosed2021-05-31 Task Description PLEASE FILL THIS FORM PROPERLY TO MAKE SURE WE HAVE ENOUGH INFORMATIONS TO REPRODUCE THE BUG AND TRY TO FIX IT ! THE FOLLOWING FORM HAS BEEN MODIFIED ON MARCH 12th 2011. * N!tmod version : 2.2 final * Build Date (!about cmd) : * Map : * Omni-Bot enabled ? : * If yes, bot count : * Gametype : * Any custom mapscripts ? If yes, provide link : * Any LUA modules ? If yes, provide link : * Happens in Warmup/Playing/Intermission ? : * Explain the bug : http://www.lsdfunwar.fr/forum/prob-serveur-f102/touche-pas-t801-60.html J'ai un de mes membres qui a fait une petite video d'un problème qu'il avais déjà remarqué sur une beta de la 2.2, sur la video on vois clairement des impacts de mur/ferraille sur le corps du joueur, alors qu'il y en a pas normalement. Et aussi tu conseille quel valeur pour la cvar g_hitbox pour du frag ? * Additional informations : set g_realHead "1" //Toggle ETPro realhead hitbox set g_realBody "0" //Toogle N!tmod realbody hitbox (see documentation) set g_hitboxes "9"
 15  g_msgpos "1" doesn't work LinuxServerNoneLowClosed2010-10-21 Task Description ! Please specify the bug type in the summary ! * N!tmod version : 2.0 * Map : all * Omni-Bot running : 0.8 * Gametype : 2 * Custom mapscripts : battery.script, oasis.script, radar.script, railgun.script, fueldump.script, goldrush.script * LUA modules : rules.lua, dynamite_counter.lua * Warmup/Playing/Intermission : Loading * Have you noticed anything else that could help us, for exemple, is there anything special supposed to happen in the map when the crash happens : nope set g_msgpos "1" Doesn't work, I've tried pretty much everything. When I change g_msgpos to 2 then everything works fine, the messages appear at the top of the screen, with 1 nothing happens.
 66  g_inactivity does not work on down-ed players All / UndefinedServerJanLowClosed2015-02-27 Task Description [Environment] Mod version: 2.2.1 r772 Build Date (!about cmd): Feb 8 2013 Omni-Bot enabled ?: y Any LUA modules ? If yes, attach/provide link: lua_modules "dynamite_counter.lua connect.lua autobalance.lua autopromo.lua rspree.lua" Happens during Warmup/Playing/Intermission ?: playing [Bug] Explain the bug : With g_inactivity set to 60, I was able to verify I was put spectator after exactly 60 seconds. However, when I went inactive after being shot down, but not gibbed, I was not moved to spectator after 60 seconds. The use-case for putting inactive players to spectator does equally apply to downed players though. I would thus expect g_inactivity to also work on downed players.
 37  Goomba (and probably some other MOD's) are not announce ...All / UndefinedClientN!trox*LowClosed2011-12-13 Task Description * N!tmod version : 2.2b2 * Explain the bug : No popup message for MOD_GOOMBA kills This is probably the case for some other MOD's, didn't test yet. Added this as a reminder, and at least nobody will report it again.
 31  GARAND/K43 AMMUNATION BUG All / UndefinedServerStéphaneLowClosed2011-03-13 Task Description BUG : ON A SERVER WHERE YOU CAN PICK UP EVERY WEAPONS, THE ENGINEER'S GARAND/K43 IS ALWAYS EMPTY WHEN YOU PICK IT UP ON THE GROUND. * N!tmod version : 2.1 RC1 * Map : ALL * Omni-Bot running : NO * Gametype : OBJECTIVE * Custom mapscripts : YES (WARBELL, SUPPLYDEPOT) * LUA modules : RULES, DYNAMITE_COUNTER * Warmup/Playing/Intermission : 25/12/23 * Have you noticed anything else that could help us, for exemple, is there anything special supposed to happen in the map when the bug occurs : NO
 54  et_obituary(...) not using return value LinuxServerailmankiLowClosed2021-05-31 Task Description PLEASE FILL THIS FORM PROPERLY TO MAKE SURE WE HAVE ENOUGH INFORMATIONS TO REPRODUCE THE BUG AND TRY TO FIX IT ! THE FOLLOWING FORM HAS BEEN MODIFIED ON MARCH 12th 2011. * N!tmod version : 2.2 * Build Date (!about cmd) : May 31 2012 * Map : unrelated * Omni-Bot enabled ? : yes * If yes, bot count : unrelated * Gametype : 2 objective * Any custom mapscripts ? If yes, provide link : unrelated * Any LUA modules ? If yes, provide link : unrelated * Happens in Warmup/Playing/Intermission ? : unrelated * Explain the bug : The lua function et_obituary(..) should replace with its return value, the obituary message from ET. But it does not. Could we also get a list of all meansOfDeath in N!tmod? Even though its possible to get that info through et_print(). (customObit) = et_Obituary( victim, killer, meansOfDeath ) Called whenever a player is killed. *Modules should return a string (customObit) to override the default obituary or nil to leave it as it is. * Additional informations :
 30  Deleted cvar? All / UndefinedClientAdrianLowClosed2011-03-13 Task Description * N!tmod version : 2.1 RC1 [b][i]cg_altHUDFlags "2"[/i][/b] (works in 2.0 version) doesn't work at all.
75Covert Ops loose all XP from classAll / UndefinedUndefinedaimeXLowUnconfirmed2017-06-15 Task Description [Environment] Mod version: N!tmod 2.3.1 Build Date (!about cmd): Apr 3 2015 Map: All Maps Omni-Bot enabled ?: Yes Gametype: Map Voting (6) Any custom mapscripts ? If yes, attach/provide link: Just regular railgun bug fix, fueldump bridge, Any LUA modules ? If yes, attach/provide link: Autopromo Happens during Warmup/Playing/Intermission ?: On all gametypes [Bug] Explain the bug : Sometimes when covert ops reach full class xp, all xp in this class are resetet. This bug has already occurred on several maps and we dont know whats the reason for that. [Extra infos] Is there anything else we need to know?: No
 44  cg_HUDFlags 16 bug All / UndefinedClientJoséLowClosed2012-07-16 Task Description PLEASE FILL THIS FORM PROPERLY TO MAKE SURE WE HAVE ENOUGH INFORMATIONS TO REPRODUCE THE BUG AND TRY TO FIX IT ! THE FOLLOWING FORM HAS BEEN MODIFIED ON MARCH 12th 2011. * N!tmod version : 2.2 finale * Build Date (!about cmd) : * Map : * Omni-Bot enabled ? : * If yes, bot count : * Gametype : * Any custom mapscripts ? If yes, provide link : * Any LUA modules ? If yes, provide link : * Happens in Warmup/Playing/Intermission ? : * Explain the bug : Quand on switch medpack, vers smg, avec la cvar cg_HUDFlags 16, il y a un trait rouge qui apparais sur tout l'ecran. * Additional informations : http://www.youtube.com/watch?v=6b2ht9p3GM8
 67  Bug on satchel stats (@covertops) All / UndefinedUndefinedJabbaLowClosed2015-03-16 Task Description [Bug] Explain the bug : When you use a satchel, the number of utilisation in stats is currently wrong, and the accuracy is significantly lowered. It should be increased by one each time.
 69  Autoaction - autorecord All / UndefinedUndefinedJabbaLowClosed2021-05-31 Task Description [Bug] Explain the bug :autoaction autorecord (pour enregistrement de demo automatique) ne fonctionne pas
 42  artillery in sniperwar All / UndefinedServerAdrianLowClosed2012-04-08 Task Description PLEASE FILL THIS FORM PROPERLY TO MAKE SURE WE HAVE ENOUGH INFORMATIONS TO REPRODUCE THE BUG AND TRY TO FIX IT ! THE FOLLOWING FORM HAS BEEN MODIFIED ON MARCH 12th 2011. * N!tmod version : 2.2 pr1 * Build Date (!about cmd) : Feb 20 2012 * Map : all * Omni-Bot enabled ? : yes * If yes, bot count : 16 * Gametype : objective * Any custom mapscripts ? If yes, provide link : * Any LUA modules ? If yes, provide link : * Happens in Warmup/Playing/Intermission ? : Playing * Explain the bug : Fieldops can call artillery with binoculars during sniperwar * Additional informations :
 10  ammo pack image bug-2 All / UndefinedServerKovacs DanielLowClosed2010-10-11 Task Description ! Please specify the bug type in the summary ! * N!tmod version : 2.0 sry i modifi my preivus report with the ammo pack bug: well, it work fine unitil level 4, but when you reach the level 5 skill as fieldops you see again the standard ammopack ( at the beginning you see models\multiplayer\supplies\ammobox.tga with higher skill you see models\multiplayer\supplies\ammobox_2.tga but with level 5 - again models\multiplayer\supplies\ammobox.tga
 3  ammo pack image bug WindowsServerKovacs DanielLowClosed2010-10-10 Task Description ! Please specify the bug type in the summary ! * N!tmod version : 2.0 * Description: at "Signals Level 1: Improved Resources" you drop ammopack which contain an extra clip. Normally the iamge changeing also from "models\multiplayer\supplies\ammobox.tga" to "models\multiplayer\supplies\ammobox_2.tga" But here the image dosent changing.
 14  /team <parameter> - No control + No secondary weapon WindowsClientNoneLowClosed2010-11-05 Task Description * N!tmod version : 2.0 * Map : all * Omni-Bot running : 0.8 * Gametype : 2 * Custom mapscripts : battery.script, oasis.script, radar.script, railgun.script, fueldump.script, goldrush.script * LUA modules : rules.lua, dynamite_counter.lua * Warmup/Playing/Intermission : Loading * Have you noticed anything else that could help us, for exemple, is there anything special supposed to happen in the map when the crash happens : nope There doesn't seem to be a control on the /team command I join my server the teams are like this: allies 8 players axis 7 players I type /team haha it puts me in axis team (that's ok) But you spawn as soldier without a secondary weapon. I don't know what happens when the teams are balanced.
 63  /globalstats attempts to load omni-bot's stats, not pla ...All / UndefinedClientDavid BarberLowClosed2012-11-30 Task Description PLEASE FILL THIS FORM PROPERLY TO MAKE SURE WE HAVE ENOUGH INFORMATIONS TO REPRODUCE THE BUG AND TRY TO FIX IT ! THE FOLLOWING FORM HAS BEEN MODIFIED ON MARCH 12th 2011. * N!tmod version : 2.2.1 * Build Date (!about cmd) : (unkn. uk.etmods.net test server, 29/11/12) * Map : Braundorf BETA 4 * Omni-Bot enabled ? : Yes * If yes, bot count : 9 * Gametype : 6 * Any custom mapscripts ? If yes, provide link : (unkn. uk.etmods.net test server, 29/11/12) * Any LUA modules ? If yes, provide link : (unkn. uk.etmods.net test server, 29/11/12) * Happens in Warmup/Playing/Intermission ? : Playing * Explain the bug : - Following omni-bot whilst waiting to respawn after death - Attempt /globalstats - Error displayed stating 'Unable to retrieve stats'. Pop-up shows stats are being attempted for omni-bot player, not myself. - Closed global stats - Re-attempted /globalstats once spawned, but issue persists. Attempted close and reopen of stats multiple times w/ same issue. Screenshot: http://i47.tinypic.com/2di0yso.jpg * Additional informations : N/A.
 13  server_motd0 "" breaks MOTD LinuxServerNoneVery LowClosed2010-10-21 Task Description ! Please specify the bug type in the summary ! * N!tmod version : 2.0 * Map : all * Omni-Bot running : 0.8 * Gametype : 2 * Custom mapscripts : battery.script, oasis.script, radar.script, railgun.script, fueldump.script, goldrush.script * LUA modules : rules.lua, dynamite_counter.lua * Warmup/Playing/Intermission : Loading * Have you noticed anything else that could help us, for exemple, is there anything special supposed to happen in the map when the crash happens : nope If you put this: set server_motd0 "" In the server.cfg or nitmod.cfg then the whole motd is not shown (like it's empty)
 24  g_inactivityOptions + Inactivity (shrubbot flag) LinuxServerVadimVery LowClosed2010-12-23 Task Description ! Please specify the bug type in the summary ! * N!tmod version : 2.0 Final * Map : - * Omni-Bot running : - * Gametype : - * Custom mapscripts : - * LUA modules : - * Warmup/Playing/Intermission : Playing * Have you noticed anything else that could help us, for exemple, is there anything special supposed to happen in the map when the bug occurs : Having g_inactivityOptions enabled.. wearing the Inactivity Shrubbot flag, which means the player can't be put to spec/kicked by g_inactivity, g_spectatorInactivity and g_inactivityOptions. But i still see the notification (30 Seconds until moving to Spectators for Inactivity)
 34  g_dbDirectory does not affect all db files LinuxServerharleVery LowClosed2011-12-03 Task Description PLEASE FILL THIS FORM PROPERLY TO MAKE SURE WE HAVE ENOUGH INFORMATIONS TO REPRODUCE THE BUG AND TRY TO FIX IT ! THE FOLLOWING FORM HAS BEEN MODIFIED ON MARCH 12th 2011. * N!tmod version : 2.2b2 (etx) * Build Date (!about cmd) : * Map : indipendent * Omni-Bot enabled ? : yes * If yes, bot count : 12 * Gametype : 4 * Any custom mapscripts ? If yes, provide link : - * Any LUA modules ? If yes, provide link : - * Happens in Warmup/Playing/Intermission ? : - * Explain the bug : The setting g_dbDirectory only affects maprecords.db. commands.db, levels.db & votes.db remain in mod folder. Not sure if it is a feature or a bug but it would be nice if that setting would affect all db files. else i have to use symbolik to put them into a different folder. * Additional informations :
Showing tasks 51 - 79 of 79 Page 2 of 2 - 1 - 2

Available keyboard shortcuts

Tasklist

Task Details

Task Editing