Results 1 to 4 of 4

Thread: Guideline Picture

  1. #1
    Join Date
    Mar 2013
    Posts
    222
    Mentioned
    3 Post(s)
    Quoted
    143 Post(s)

    Default Guideline Picture

    Attachment 21255

    Hey guys! I was making a script and needed a general template of the coordinates so I made this.
    Hopefully it's helpful to you guys, and keep in mind, that the coordinates are not exact. Give a +/-5 pixels error margin.

  2. #2
    Join Date
    Mar 2013
    Location
    Freedomville.
    Posts
    155
    Mentioned
    2 Post(s)
    Quoted
    107 Post(s)

    Default

    There are already global constants which exist that define these.

    See globals.simba in your Includes\SRL\SRL\core folder. For points which are defined between the bounds (e.g. (390, 163) = ( Round(0.5*(MSX2+MSCX)), Round(0.5*(MSY1+MSY2)) ))

  3. #3
    Join Date
    Mar 2013
    Posts
    222
    Mentioned
    3 Post(s)
    Quoted
    143 Post(s)

    Default

    Quote Originally Posted by sdf View Post
    There are already global constants which exist that define these.

    See globals.simba in your Includes\SRL\SRL\core folder. For points which are defined between the bounds (e.g. (390, 163) = ( Round(0.5*(MSX2+MSCX)), Round(0.5*(MSY1+MSY2)) ))
    True enough, but I always work better when I have a visual aid instead of just numbers flying around everywhere.

  4. #4
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

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
  •