Jump to content

Recommended Posts

So I followed this guide: 

And I've created my mod, but when I enable the mod in DST it doesn't give me the preset world option.  These are my mod files:

modworldgenmain.lua:

GLOBAL.require("map/tasks/temple")
GLOBAL.require("map/levels/temple")

modinfo.lua:

name = "Ruins Giant"
description = "An ancient evil awaits you underground..."
author = "Enhander"
version = "1.00"
forumthread = "/files/file/352-minimap-hud/" --I used the value for the minimap hud mod so it would stop giving me the error
api_version = 10

dont_starve_compatible = true
reign_of_giants_compatible = true
all_clients_require_mod = true
dst_compatible = true
client_only_mod = false

There are some task and level scripts, but I don't think the mod is even getting to those...

This is what I get from the log file:

[00:00:08]: SimLuaProxy::QueryServer()
[00:00:08]: ModIndex: Load sequence finished successfully.    
[00:00:08]: Reset() returning
[00:00:14]: [Steam] Auth Session Ticket requested...
[00:00:15]: [Steam] Got Auth Session Ticket
[00:00:15]: [200] Account Communication Success (3)
[00:00:15]: [GetRecipes Failed 0]
[00:00:15]: loaded inventory_cache
[00:00:15]: Logging in as KU_rKnOVdcR
[00:00:16]: loaded inventory_cache
[00:00:16]: SimLuaProxy::QueryServer()
[00:00:17]: QueryStats: { "req":"modrank", "field":"Session.Loads.Mods.list", "fieldop":"unwind", "linkpref":"external", "limit": 20}
[00:00:17]:    EResult 15, 373991022
[00:00:17]: Failed getting mod details.
[00:00:20]: DownloadPublishedFileV2()
[00:00:20]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 373991022
[00:00:23]:    EResult 15, 373991022
[00:00:23]: Failed getting mod details.
[00:00:27]: DownloadPublishedFileV2()
[00:00:27]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 373991022
[00:00:29]:    EResult 15, 373991022
[00:00:29]: Failed getting mod details.
[00:00:31]: DownloadPublishedFileV2()
[00:00:31]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 373991022
[00:00:33]:    EResult 15, 373991022
[00:00:33]: Failed getting mod details.
[00:00:35]: DownloadPublishedFileV2()
[00:00:35]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 373991022
[00:00:37]:    EResult 15, 373991022
[00:00:37]: Failed getting mod details.
[00:00:39]: DownloadPublishedFileV2()
[00:00:39]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 373991022
[00:00:40]:    EResult 15, 373991022
[00:00:40]: Failed getting mod details.
[00:00:43]: DownloadPublishedFileV2()
[00:00:43]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 373991022
[00:00:44]:    EResult 15, 373991022
[00:00:44]: Failed getting mod details.
[00:00:47]: DownloadPublishedFileV2()
[00:00:47]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 373991022
[00:00:48]:    EResult 15, 373991022
[00:00:48]: Failed getting mod details.
[00:00:51]: DownloadPublishedFileV2()
[00:00:51]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 373991022
[00:00:52]:    EResult 15, 373991022
[00:00:52]: Failed getting mod details.
[00:00:55]: DownloadPublishedFileV2()
[00:00:55]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 373991022
[00:00:56]:    EResult 15, 373991022
[00:00:56]: Failed getting mod details.
[00:00:59]: DownloadPublishedFileV2()
[00:00:59]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 373991022
[00:01:00]:    EResult 15, 373991022
[00:01:00]: Failed getting mod details.
[00:01:03]: DownloadPublishedFileV2()
[00:01:03]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 373991022
[00:01:05]:    EResult 15, 373991022
[00:01:05]: Failed getting mod details.
[00:01:07]: DownloadPublishedFileV2()
[00:01:07]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 373991022
[00:01:08]:    EResult 15, 373991022
[00:01:08]: Failed getting mod details.
[00:01:11]: DownloadPublishedFileV2()
[00:01:11]: Did not find the ugc handle in the cache. This is likely because you're subscribed to a non-existent file 373991022
[00:01:12]:    EResult 15, 373991022
[00:01:12]: Failed getting mod details.

Can someone help tell me what I'm doing wrong?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...