Results 1 to 10 of 10

Thread: Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''

  1. #1
    Join Date
    May 2012
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''

    I follow the steps in this thread: http://villavu.com/forum/showthread.php?p=847813

    Still doesnt work, any help please?

  2. #2
    Join Date
    Dec 2011
    Location
    -bash
    Posts
    515
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    Make sure you have enabled ObjectDTM.sex in the extensions menu.
    - go to 'View>Extensions'.

    - enable 'ObjectDTM.sex'.

    - go to 'ODTM>Check For Update'.
    Make sure you have at the top of the script this:

    Code:
    {$DEFINE SMART}
    {$i SRL\SRL.simba}
    {$i ObjectDTM\ObjDTMInclude.simba}
    And Finally make sure you have inside your script after begin for the main program you have (ones highlighted in bold):
    Code:
    begin
    
      Smart_Server := 10;
      Smart_Members := True;
      Smart_Signed := True;
    
      ClearDebug;
    
      SetupSRL;
      ObjDTM_Setup;
    
      DeclarePlayers;
      end.

    OR


    Make sure you have made a folder in simba/includes called ObjectDTM and saved the ObjectDTMInclude and the generationTool inside this folder then follow the steps above.
    Last edited by Recursive; 05-20-2012 at 10:57 PM.

  3. #3
    Join Date
    Aug 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I have the same issue, can you please tell where to get ObjDTMInclude.simba?
    I have made ObjectDTM folder but don't have that simba file.

  4. #4
    Join Date
    Dec 2011
    Location
    -bash
    Posts
    515
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    Follow the steps in this
    http://villavu.com/forum/showthread.php?p=847813

    And follow this tut here to learn how to use this tool:
    http://villavu.com/forum/showthread.php?p=891218

    And this:
    http://villavu.com/forum/showthread....ht=define+area

    Don't act like a noob even though you are. Keep your cool
    Last edited by Recursive; 05-21-2012 at 06:42 PM.

  5. #5
    Join Date
    Aug 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Chig View Post
    Follow the steps in this
    http://villavu.com/forum/showthread.php?p=847813

    And follow this tut here to learn how to use this tool:
    http://villavu.com/forum/showthread.php?p=891218

    Don't act like a noob even though you are. Keep your cool
    if it noobish to ask then sorry, I am looking on forum for this now like 2 hours.
    hope that your links will help me.

  6. #6
    Join Date
    Aug 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Chig View Post
    Follow the steps in this
    http://villavu.com/forum/showthread.php?p=847813

    And follow this tut here to learn how to use this tool:
    http://villavu.com/forum/showthread.php?p=891218

    Don't act like a noob even though you are. Keep your cool
    I have already seen those post and tried,but nothing.. so I downloaded that file ObjectDTM.sex added it to folder and enabled it and auto updater. Made folder ObjectDTM but where to get ObjectDTM\ObjDTMInclude.simba?

  7. #7
    Join Date
    Dec 2011
    Location
    -bash
    Posts
    515
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    Added another link to help you. Just noticed how long ago you have been registered to the forum lol. How come you just started now write on the forum?

    EDIT: Don't double post, just the edit button
    EDIT2: Attached the ObjDTM include below
    Last edited by Recursive; 05-21-2012 at 06:49 PM.

  8. #8
    Join Date
    Aug 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Chig View Post
    Added another link to help you. Just noticed how long ago you have been registered to the forum lol. How come you just started now write on the forum?

    EDIT: Don't double post, just the edit button
    EDIT2: Attached the ObjDTM include below
    You are the best,now it is working for me..thanks..
    And about your question, it is because I joined here on 2007 and didn't know anything about simba and found other community but now I again found this site

  9. #9
    Join Date
    Jun 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Where do I put the ObjDTMInclude.simba file? I have the same problem as the user above.

  10. #10
    Join Date
    Jun 2013
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    me too. i do not know where this file is suppose to go..

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •