Page 7 of 15 FirstFirst ... 56789 ... LastLast
Results 151 to 175 of 360

Thread: Object DTMs: A Walking/Positioning System

  1. #151
    Join Date
    Jan 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [Error] (533:17): Unknown identifier 'IntToPoint' at line 532
    Compiling failed.

    Anyone know?

  2. #152
    Join Date
    Jun 2008
    Location
    United States
    Posts
    818
    Mentioned
    60 Post(s)
    Quoted
    90 Post(s)

    Default

    Quote Originally Posted by Welcome Fruity View Post
    [Error] (533:17): Unknown identifier 'IntToPoint' at line 532
    Compiling failed.

    Anyone know?
    This is an include file. You do not run it, you include it in a script.
    [10/14/13:19:03] <BenLand100> this is special relatively, just cleverly disguised with yachts

  3. #153
    Join Date
    Dec 2011
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i get Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from all the time i have no idea what to do



    Stupid Me just needed to update simba
    Last edited by ghioni; 02-10-2012 at 02:58 PM.

  4. #154
    Join Date
    Mar 2007
    Location
    USA
    Posts
    1,433
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ghioni View Post
    i get Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from all the time i have no idea what to do
    What script?
    And did you follow these steps?

    - Download 'ObjectDTM.sex' at the bottom of this post.

    - Move the file to 'Simba/Extensions'.

    - If you have Simba open, close it.

    - Open Simba.

    - go to 'View>Extensions'.

    - enable 'ObjectDTM.sex'.

    - go to 'ODTM>Check For Update'.
    That's from the first post.
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

  5. #155
    Join Date
    Dec 2011
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i cant find ODTM update Wont come up i did everything else

  6. #156
    Join Date
    Jan 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How come My ObjectDTM disappeared from the options where "file" "edit" "SRL" "SPS" and ect. are located at?

    I went to to go to 'View>Extensions'. ObjectDTM is enabled, but it says NA for version.

  7. #157
    Join Date
    Feb 2012
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script works..however it will take an inventory full of flax and once it only spins two flax it will go back to bank (with 26 of the flax not even spun).

    How do I fix this?

    This happens when I level up..I think the script thinks that I leveled up and thus it should return to the bank? Not entirely sure.

    NVM I found out how to fix it..just make sure your game filter isn't showing the level up messages and stuff...(the lowest setting is filter), so I just click on clan chat or something else so it just doesn't show at all.
    Last edited by myskillz; 02-11-2012 at 09:04 PM.

  8. #158
    Join Date
    Jun 2008
    Location
    United States
    Posts
    818
    Mentioned
    60 Post(s)
    Quoted
    90 Post(s)

    Default

    Quote Originally Posted by ghioni View Post
    i cant find ODTM update Wont come up i did everything else
    Check the debug box when Simba first starts. Can you paste what it says here?

    Quote Originally Posted by Jameschen1222 View Post
    How come My ObjectDTM disappeared from the options where "file" "edit" "SRL" "SPS" and ect. are located at?

    I went to to go to 'View>Extensions'. ObjectDTM is enabled, but it says NA for version.
    Check the debug box when Simba first starts. Can you paste what it says here?

    Quote Originally Posted by myskillz View Post
    The script works..however it will take an inventory full of flax and once it only spins two flax it will go back to bank (with 26 of the flax not even spun).

    How do I fix this?

    This happens when I level up..I think the script thinks that I leveled up and thus it should return to the bank? Not entirely sure.

    NVM I found out how to fix it..just make sure your game filter isn't showing the level up messages and stuff...(the lowest setting is filter), so I just click on clan chat or something else so it just doesn't show at all.
    This thread is for the Object DTM Include, not Silent SPY's flax spinner. Please post in the correct thread.
    [10/14/13:19:03] <BenLand100> this is special relatively, just cleverly disguised with yachts

  9. #159
    Join Date
    Feb 2012
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    and how i can move the DTM to -> extensions?

  10. #160
    Join Date
    Jan 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I know most people say there are no dumb questions, but i cannot figure out how to move the file into simba/extensions or find where simba/extensions is for that matter... any tips?


    nevermind, i figured that part out, but now whenever i try to enable it this pops up.
    Loading extension C:\Simba\Extensions\ObjectDTM.sex
    doesn't exist
    Error in Simba extension (C:\Simba\Extensions\ObjectDTM.sex) : Unable to find file 'Updater.sei' used from ''
    Extension Disabled - Did not compile

    now any suggestions? thanks
    Last edited by helloitsmyname; 02-14-2012 at 05:30 PM.

  11. #161
    Join Date
    Feb 2012
    Posts
    53
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by helloitsmyname View Post
    I know most people say there are no dumb questions, but i cannot figure out how to move the file into simba/extensions or find where simba/extensions is for that matter... any tips?


    nevermind, i figured that part out, but now whenever i try to enable it this pops up.
    Loading extension C:\Simba\Extensions\ObjectDTM.sex
    doesn't exist
    Error in Simba extension (C:\Simba\Extensions\ObjectDTM.sex) : Unable to find file 'Updater.sei' used from ''
    Extension Disabled - Did not compile

    now any suggestions? thanks
    how u moved it to there?

  12. #162
    Join Date
    Dec 2011
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wheres the ODTM>Check For Update? I can't find it

  13. #163
    Join Date
    Jan 2012
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Loading extension D:\Simba\Extensions\ObjectDTM.sex
    Extension Disabled - Did not compile
    [Error] (1:1): Unexpected end of file at line 1

  14. #164
    Join Date
    Jan 2012
    Posts
    111
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    how do u move it!!!!!!!!!

  15. #165
    Join Date
    Jan 2012
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I downloaded the objectDTM.sex file, moved it to Simba > extensions then opened Simba and enabled it.

    It said version 0.2. The downloaded file size was 1.44k.

    But when I clicked check update, it said no update available.

    I went to check the ODTM file, size became 0 and version became N/A in Simba. I think the update thingy is broken or something, or is it just me?

    Please help.

  16. #166
    Join Date
    Nov 2011
    Location
    In your bed ;)
    Posts
    123
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    how do you move it to 'Simba/Extensions'

  17. #167
    Join Date
    Feb 2012
    Posts
    134
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by dgpro View Post
    how do you move it to 'Simba/Extensions'
    Quote Originally Posted by pigggy View Post
    how do u move it!!!!!!!!!
    Quote Originally Posted by werder View Post
    how u moved it to there?
    To move it you simply find the Simba file ( Usually found in C: ) go to the folder called "Extensions" and drag it into there. ALL steps needed are found on the first post if you read the entire post instead of hopping into it without know what you're doing.

    Quote Originally Posted by PeterGrayson View Post
    Wheres the ODTM>Check For Update? I can't find it
    Three spots to the right of where you just clicked "View" on the toolbar...

    All of you posting these questions like I quoted should take some time and read before posting. Makes you look less like an idiot and keeps the thread from being cluttered with junk. This is a quote from the FIRST post with step by step how to do this.

    Quote Originally Posted by euphemism View Post
    How To Install!
    -------------------------------------------

    - Download 'ObjectDTM.sex' at the bottom of this post.


    - Move the file to 'Simba/Extensions'. ("Simba" being the install location of Simba. On windows, usually at "C:\")

    - If you have Simba open, close it.

    - Open Simba.

    - go to 'View>Extensions'.

    - enable 'ObjectDTM.sex'.

    - go to 'ODTM>Check For Update'.
    Only way he could have possibly made this any more simple for you is to do it for you.
    Last edited by Juggalo812; 03-02-2012 at 06:40 PM.

  18. #168
    Join Date
    Nov 2011
    Location
    In your bed ;)
    Posts
    123
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Juggalo812 View Post
    To move it you simply find the Simba file ( Usually found in C: ) go to the folder called "Extensions" and drag it into there. ALL steps needed are found on the first post if you read the entire post instead of hopping into it without know what you're doing.



    Three spots to the right of where you just clicked "View" on the toolbar...

    All of you posting these questions like I quoted should take some time and read before posting. Makes you look less like an idiot and keeps the thread from being cluttered with junk. This is a quote from the FIRST post with step by step how to do this.



    Only way he could have possibly made this any more simple for you is to do it for you.
    Cheers man

  19. #169
    Join Date
    Jun 2008
    Location
    United States
    Posts
    818
    Mentioned
    60 Post(s)
    Quoted
    90 Post(s)

    Default

    Quote Originally Posted by Jameschen1222 View Post
    How come My ObjectDTM disappeared from the options where "file" "edit" "SRL" "SPS" and ect. are located at?

    I went to to go to 'View>Extensions'. ObjectDTM is enabled, but it says NA for version.
    Quote Originally Posted by newy1 View Post
    Loading extension D:\Simba\Extensions\ObjectDTM.sex
    Extension Disabled - Did not compile
    [Error] (1:1): Unexpected end of file at line 1
    Quote Originally Posted by newy1 View Post
    I downloaded the objectDTM.sex file, moved it to Simba > extensions then opened Simba and enabled it.

    It said version 0.2. The downloaded file size was 1.44k.

    But when I clicked check update, it said no update available.

    I went to check the ODTM file, size became 0 and version became N/A in Simba. I think the update thingy is broken or something, or is it just me?

    Please help.
    It looks like the extension failed to successfully download the remote version of itself off of the server, and so overwrote itself with a bad copy. I have implemented some fail-safes to prevent this from happening in the future, but you will have to re-download the extension attached to the first post to get this fix, as your copies are corrupt.

    As for version 10.0 of the include, I have been side-tracked as of late, but I do hope to have that finished relatively soon.
    [10/14/13:19:03] <BenLand100> this is special relatively, just cleverly disguised with yachts

  20. #170
    Join Date
    Mar 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    could someone please help me for my thread under this URL, http://villavu.com/forum/showthread.php?t=72067&page=2

  21. #171
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    What if this was done for each individual tile in an area with enough objects
    could you in theory make almost coordinate like tile detection using it?

  22. #172
    Join Date
    May 2007
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nevermind, redownloading simba fixed this problem
    Last edited by perc; 03-07-2012 at 03:36 AM.

  23. #173
    Join Date
    Nov 2011
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Redownloaded the ObjectDTM.sex file, deleted the last one and replaced the new one.

    Same thing is happening. It says the version is N/A

    The OBjectDTM bar doesnt appear when i enable it.

  24. #174
    Join Date
    Dec 2011
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hi, I moved the file to the extensions, then when I enable ObjectDTM.sex, nothing shows up for me to update... What am I doing wrong?

  25. #175
    Join Date
    Jan 2012
    Posts
    76
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Awesome job Euphemism--this is a great tool

    Could you add a minimap object for the new bloodwood trees in the wilderness in the next update? They're basically an off red circle on the otherwise black minimap in the wilderness so they'd be a great identifying object!

    +rep

    Edit: The ObjDTM also seems unable to currently find dead trees in the wilderness (e.g. they don't show up on the finder, might be elsewhere as well)--probably due to the same bloodwood tree update. I think they slightly changed the silhouette of dead trees with this past update.
    Last edited by Archaic; 03-23-2012 at 05:52 AM.

Page 7 of 15 FirstFirst ... 56789 ... LastLast

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
  •