Results 1 to 8 of 8

Thread: What do i change in SmartParams to make it load EoC?

  1. #1
    Join Date
    Apr 2012
    Location
    Melbourne, Australia
    Posts
    230
    Mentioned
    0 Post(s)
    Quoted
    59 Post(s)

    Default What do i change in SmartParams to make it load EoC?

    Okay since most scripts have the official include, how do i change SmartParams back to being compatible with EoC?

    in other words what do i change this to?
    Simba Code:
    {$IFDEF SMART8}
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '');
    {$ELSE}
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '', -1);
    {$ENDIF}]

  2. #2
    Join Date
    Feb 2013
    Posts
    465
    Mentioned
    6 Post(s)
    Quoted
    221 Post(s)

    Default

    Just force update srl and it will overwrite any changes you made..

  3. #3
    Join Date
    Feb 2012
    Location
    UK
    Posts
    909
    Mentioned
    10 Post(s)
    Quoted
    191 Post(s)

    Default

    I'd suggest doing what I did (thanks to speedster for telling me to do it), and make two separate installs. One for EoC, one for OS.
    Solar from RiD.

  4. #4
    Join Date
    Apr 2012
    Location
    Melbourne, Australia
    Posts
    230
    Mentioned
    0 Post(s)
    Quoted
    59 Post(s)

    Default

    Quote Originally Posted by wthomas View Post
    Just force update srl and it will overwrite any changes you made..
    crap didn't even think of that :/ cheers i'll do that now

    Quote Originally Posted by Solar View Post
    I'd suggest doing what I did (thanks to speedster for telling me to do it), and make two separate installs. One for EoC, one for OS.
    No point cause of the official include now, and i'd get mixed up anyway, but thanks :P

  5. #5
    Join Date
    Feb 2012
    Location
    UK
    Posts
    909
    Mentioned
    10 Post(s)
    Quoted
    191 Post(s)

    Default

    You say there's no point, but it's sort of the reason for this thread. I did it so that I can have either an EoC or OS simba bot running in SMART without having to change anything, just open up a different simba.
    I guess it just depends on what you'd prefer.
    Solar from RiD.

  6. #6
    Join Date
    Apr 2012
    Location
    Melbourne, Australia
    Posts
    230
    Mentioned
    0 Post(s)
    Quoted
    59 Post(s)

    Default

    Quote Originally Posted by Solar View Post
    You say there's no point, but it's sort of the reason for this thread. I did it so that I can have either an EoC or OS simba bot running in SMART without having to change anything, just open up a different simba.
    I guess it just depends on what you'd prefer.
    Nevermind, i ended up using your idea, actually works well

  7. #7
    Join Date
    Apr 2013
    Posts
    57
    Mentioned
    2 Post(s)
    Quoted
    16 Post(s)

    Default

    lol

  8. #8
    Join Date
    Apr 2013
    Posts
    57
    Mentioned
    2 Post(s)
    Quoted
    16 Post(s)

    Default

    i have a problem

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
  •