• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Server BioticsLabs loaded instead of modded map

Schneider95

Grizzled Veteran
Jan 7, 2012
303
1
Paris
Hi,

i have installed several modded map from the workshop, but for many of them, when I change map, I got BioticsLabs loaded on my server.

Kf-Game.ini
Code:
[KF-SpaceportPerdition KFMapSummary]
MapName=KF-SpaceportPerdition
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_SpaceportPerdition
MapAssociation=1

[KF-DeadLine KFMapSummary]
MapName=KF-DeadLine
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_DeadLine
MapAssociation=1

[KF-ShoppingSpree KFMapSummary]
MapName=KF-ShoppingSpree
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_ShoppingSpree
MapAssociation=1

[KF-Nuked KFMapSummary]
MapName=KF-Nuked
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_Nuked
MapAssociation=1

[KF-CityBlockade KFMapSummary]
MapName=KF-CityBlockade
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_CityBlockade
MapAssociation=1

[KF-ClassicBioticslab KFMapSummary]
MapName=KF-ClassicBioticslab
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_ClassicBioticslab
MapAssociation=1

[KF-Favela KFMapSummary]
MapName=KF-Favela
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_Favela
MapAssociation=1

[KF-GenesisComplex KFMapSummary]
MapName=KF-GenesisComplex
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_GenesisComplex
MapAssociation=1

[KF-DevaStation KFMapSummary]
MapName=KF-DevaStation
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_DevaStation
MapAssociation=1

[KF-Junkyard KFMapSummary]
MapName=KF-Junkyard
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_Junkyard
MapAssociation=1

[KF-BarmWichTown KFMapSummary]
MapName=KF-BarmWichTown
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_BarmWichTown
MapAssociation=1

[KF-DeathSentence KFMapSummary]
MapName=KF-DeathSentence
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_DeathSentence
MapAssociation=1

[KF-Checkpoint KFMapSummary]
MapName=KF-Checkpoint
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_Checkpoint
MapAssociation=1

[KF-Insurrection KFMapSummary]
MapName=KF-Insurrection
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_Insurrection
MapAssociation=1

[KF-CucumberIsland KFMapSummary]
MapName=KF-CucumberIsland
ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_CucumberIsland
MapAssociation=1

KF-Engine.ini
Code:
[OnlineSubsystemSteamworks.KFWorkshopSteamworks]
ServerSubscribedWorkshopItems=652062696
ServerSubscribedWorkshopItems=644247342
ServerSubscribedWorkshopItems=644068210
ServerSubscribedWorkshopItems=642313451
ServerSubscribedWorkshopItems=764713736
ServerSubscribedWorkshopItems=664132838
ServerSubscribedWorkshopItems=691550469
ServerSubscribedWorkshopItems=670181369
ServerSubscribedWorkshopItems=644203146
ServerSubscribedWorkshopItems=605549089
ServerSubscribedWorkshopItems=735793214
ServerSubscribedWorkshopItems=652058206
ServerSubscribedWorkshopItems=642526083
ServerSubscribedWorkshopItems=651985126
ServerSubscribedWorkshopItems=665565094

Do you have any ideas why it happens ?

Thanks by advance.
 
Check you logs, the answer is in it.

Basically 90% chance that the map name in INI, or in map cycle does not match the filename of the map (that happens when the map filename got changed by the map author when he updates it).

So first check server log and see why it changes to BioticsLab, you will surely see that this file is missing for the server or something like that. Then simply browse each folder in KFGame/Cache/ and see if map file name matches what you have in INI and map cycle.

Reply here to confirm if it was this. You can also post your server log on www.pastebin.com to let us check too
 
Upvote 0