Jump to content

FlipMcFly

Member
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

FlipMcFly's Achievements

  1. Guten Morgen Project Zomboid Freunde. Unser Einladungslink hat sich geändert. http://discord.flipmcfly.de/
  2. Für alle die interessiert sind, hier der Link zu unserem Mod Pack | Mod-Pack Unser ist nicht vollgemüllt mit Mods sondern wir achten auf sinnvolle und realistische Mods und haben dabei immer die Serverperformance im Auge um euch den höchsten Spielspaß zu bieten. Viel Sapß.
  3. Du suchst nach einem Project Zomboid Server auf dem du als Anfänger oder Fortgeschrittener in Ruhe das Spiel kennenlernen und entspannt mit anderen spielen kannst, ohne Angst zu haben, über den Haufen geballert zu werden? Dann bist du bei uns genau richtig.!! Die Mitglieder und der Support auf unserem aktiven Discord-Server helfen auch Neulingen gerne und geduldig bei Problemen weiter. WAS BIETEN WIR DIR: Deutscher PVE Server. KEINE Whitelist. Gute Server Performance. Kein übermoddeter Server. Strukturierter Discord Server. Hilfsbereitschaft. Aktiver Admin & Support. Aktive Community.PVE. Loot-Respawn. Safehouse. Safehouse Spawn. Fraktionen. StarterKit. MiniMap. uvm.. Discord: discord.flipmcfly.de
  4. Good morning. I wanted to ask if there is anyone here who can help me with a little mod project. I would like to create a custom loading screen (Where it says "So you died"). Would be happy if someone can help me. I have already done the following. Folder structure created: - McFlyPZLoadingscreen - contents - mods - McFlyPZLoadingscreen - media mod.info poster.png - lua - server McFlyPZLoadingscreen.lua - textures pz.png preview.png workshop.txt In the McFlyPZLoadingscreen.lua there is the following code: -- loading screen module module("McFlyPZLoadingscreen", package.seeall); -- function to change the loading screen function setCustomLoadingScreen() local loadingScreen = getCore():getLoadingScreen(); loadingScreen:doTexture("media/textures/pz.png"); end Events.OnGameStart.Add(setCustomLoadingScreen); Was able to upload the mod to the Steam Workshop, install it on my server and it was also downloaded automatically when joining the server. I would be mega happy if someone could help me with this. I have attached the complete folder to this thread. McFlyPZLoadingscreen.zip
×
×
  • Create New...