Maxposting Posted August 28, 2018 Share Posted August 28, 2018 I dunno how to set up special gamemode that has special level setting but it doesnt show up modmain: Spoiler game_modes = { { name = "Aritas", label = "The Verge", description = "Escape the darkness in this Gate Realm. * Enter the world through the Fractured Gateway. * PLACEHOLDER * Use what you can find to fuel the Hearth.", settings = { ghost_sanity_drain = true, portal_rez = false, level_type = "LEVELTYPE_Aritas", } } } modgenmain : Spoiler AddLevel( "LEVELTYPE_ARITAS", { id = "ARITAS", name = "The Verge", desc = "Oh your pitiful embers will flicker out eventually... along with your sanity.", location = "forest", version = 1.03, overrides={ -- MISC task_set = "default", start_location = "default", world_size = "small", branching = "never", loop = "never", specialevent = "none", autumn = "default", winter = "noseason", spring = "noseason", summer = "noseason", season_start = "default", day = "onlynight", weather = "never", lightning = "never", frograin = "never", wildfires = "never", touchstone = "never", boons = "never", disease_delay = "none", prefabswaps_start = "default", petrification = "none", -- RESOURCES flowers = "default", grass = "default", sapling = "default", marshbush = "never", reeds = "never", trees = "default", flint = "default", rock = "default", mushtree = "never", fern = "never", flower_cave = "never", wormlights = "never", -- UNPREPARED berrybush = "rare", carrot = "rare", mushroom = "default", banana = "never", lichen = "never", -- ANIMALS cave_ponds = "never", slurper = "never", bunnymen = "never", slurtles = "never", rocky = "never", monkey = "never", -- MONSTERS spiders = "never", cave_spiders = "never", tentacles = "never", liefs = "never", deciduousmonster = "never", bats = "never", fissure = "always" wormattacks = "never", worms = "never", }, } Link to comment https://forums.kleientertainment.com/forums/topic/94931-help-setting-up-gamemode/ Share on other sites More sharing options...
Lumina Posted August 28, 2018 Share Posted August 28, 2018 Look at another mode adding a gamemode and see how it works ? I think some mods from PeterA have some specific gamemodes ? Maybe the sister reunited mod too ? Link to comment https://forums.kleientertainment.com/forums/topic/94931-help-setting-up-gamemode/#findComment-1078429 Share on other sites More sharing options...
Maxposting Posted August 28, 2018 Author Share Posted August 28, 2018 1 hour ago, Lumina said: Look at another mode adding a gamemode and see how it works ? I think some mods from PeterA have some specific gamemodes ? Maybe the sister reunited mod too ? but the world gen ,._., Link to comment https://forums.kleientertainment.com/forums/topic/94931-help-setting-up-gamemode/#findComment-1078462 Share on other sites More sharing options...
Lumina Posted August 28, 2018 Share Posted August 28, 2018 What is the problem with world gen ? Link to comment https://forums.kleientertainment.com/forums/topic/94931-help-setting-up-gamemode/#findComment-1078469 Share on other sites More sharing options...
Maxposting Posted August 28, 2018 Author Share Posted August 28, 2018 6 minutes ago, Lumina said: What is the problem with world gen ? I want to fully replace it , even the ocean/turf things Link to comment https://forums.kleientertainment.com/forums/topic/94931-help-setting-up-gamemode/#findComment-1078471 Share on other sites More sharing options...
Lumina Posted August 28, 2018 Share Posted August 28, 2018 Ok sorry i didn't fully understood the initial request. @PeterA I hope i'm not disturbing you by asking, but there are two modders that recently tried to create custom gamemode with custom level settings and they are both unsuccessful. One is _IvoCZe_ in this topic, the other one is the creator of the Sister Reunited mod. Maybe you can provide useful information about how to achieve this ? It would be nice to have modders creating this kind of stuff, could even lead to kind of custom events created by community. Link to comment https://forums.kleientertainment.com/forums/topic/94931-help-setting-up-gamemode/#findComment-1078485 Share on other sites More sharing options...
Maxposting Posted August 28, 2018 Author Share Posted August 28, 2018 35 minutes ago, Lumina said: It would be nice to have modders creating this kind of stuff, could even lead to kind of custom events created by community. Spoiler hehe... Link to comment https://forums.kleientertainment.com/forums/topic/94931-help-setting-up-gamemode/#findComment-1078495 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now