Results 1 to 7 of 7
  1. #1
    KiD_CuDi_'s Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    The Universe
    Posts
    234
    Reputation
    10
    Thanks
    259
    My Mood
    Amused

    Custom Dungeon Error


    What am I missing?
    cool

  2. #2
    DaLegend420's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    4
    My Mood
    Devilish
    I'm guessing the in dungeon cs file You forgot to change the MapType
    If the map file is a .jm use MapType.Json
    If the map file is a .wmap use MapTpye.Wmap

    At least thats how its in fsod, im not quite sure for other sources(I think cakes is a fsod base, not quite sure tho)

    Code:
    protected override void Init()
            {
                LoadMap("wServer.realm.worlds.maps.{MapName}.jm", MapType.Json);
            }

  3. #3
    MikeRaarupBirk's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    1,583
    Reputation
    38
    Thanks
    3,775
    My Mood
    Stressed
    Quote Originally Posted by DaLegend420 View Post
    I'm guessing the in dungeon cs file You forgot to change the MapType
    If the map file is a .jm use MapType.Json
    If the map file is a .wmap use MapTpye.Wmap

    At least thats how its in fsod, im not quite sure for other sources(I think cakes is a fsod base, not quite sure tho)

    Code:
    protected override void Init()
            {
                LoadMap("wServer.realm.worlds.maps.{MapName}.jm", MapType.Json);
            }
    if you went to read the error its saying that the map is not embedded resource.

    Quote Originally Posted by KiD_CuDi_ View Post

    What am I missing?
    Rightclick map in visual studio => properties => buildaction set to Embedded Resource.

  4. #4
    SeXZeFPS's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    In your wardrobe
    Posts
    598
    Reputation
    10
    Thanks
    637
    My Mood
    Asleep
    op is this solved

  5. #5
    KiD_CuDi_'s Avatar
    Join Date
    Aug 2015
    Gender
    male
    Location
    The Universe
    Posts
    234
    Reputation
    10
    Thanks
    259
    My Mood
    Amused
    solved
    //10char
    cool

  6. #6
    GreenChan's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    53
    Reputation
    10
    Thanks
    3
    My Mood
    Confused
    Quote Originally Posted by MikeRaarupBirk View Post
    if you went to read the error its saying that the map is not embedded resource.



    Rightclick map in visual studio => properties => buildaction set to Embedded Resource.
    ive got the same problem but this time the map is 100% embedded resource and yet its coming up with the same error. the world class is perfectly fine and so is the .jm file reference but this is the first time this has happened to me and i've added a previous custom dungeon but it never came up with that

  7. #7
    Anime's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Posts
    988
    Reputation
    42
    Thanks
    170
    @GreenChan make a new thread. Also, which source are you using? @Raple @Ahlwong. The OP has solved the issue, and GreenChan just bumped an old thread.

    The reason I ask for the source, is because in Zeus's SD server, fremminik, the adding dungeon feature is broken, and it won't work.

Similar Threads

  1. [Solved] End of Dungeon Error thingy
    By Asian Camper in forum Vindictus Help
    Replies: 10
    Last Post: 09-17-2011, 01:49 PM
  2. Custom windows error popups?
    By WoopwoopaJiggaboo in forum Coders Lounge
    Replies: 4
    Last Post: 04-16-2011, 08:07 PM
  3. Custom windows error popups?
    By WoopwoopaJiggaboo in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 04-14-2011, 04:05 PM
  4. halo custom edition error
    By Rdawg55 in forum Halo Hacks
    Replies: 5
    Last Post: 08-21-2010, 09:54 AM
  5. halo custom edition error
    By Rdawg55 in forum Halo Hacks
    Replies: 0
    Last Post: 06-29-2010, 12:31 AM