[Project] Emulation Project menu

Shout-Out

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am in emulation 3 years now and my C++ is good, need to know what core actually is!

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

    [Project] Emulation Project
  2. #17
    Found's Avatar Banned
    Reputation
    239
    Join Date
    Mar 2009
    Posts
    642
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Arcemu, the core is the main compiled sources that allow the server to run..

  3. #18
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thats called a server, not core...

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  4. #19
    Found's Avatar Banned
    Reputation
    239
    Join Date
    Mar 2009
    Posts
    642
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Let me rephrase that in better context.

    the server is the compiled bunch of C++ scripts that give the server its base and fundamentals. All of that type of stuff... Im sure you know what it is..

  5. #20
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Core != Emulator / server and what you just said is incorrect!

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  6. #21
    Ground Zero's Avatar ★ Elder ★
    Reputation
    1132
    Join Date
    Aug 2008
    Posts
    3,503
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by AzolexX View Post
    Core != Emulator / server and what you just said is incorrect!
    I love this guy, haha.

  7. #22
    TheZaronz's Avatar Active Member
    Reputation
    97
    Join Date
    Dec 2007
    Posts
    567
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The bunch of files which creates a server is a core. Please, don't act like some god of emulation.

  8. #23
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't that is point, you are being wrong nothing more

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  9. #24
    Found's Avatar Banned
    Reputation
    239
    Join Date
    Mar 2009
    Posts
    642
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you're going to flame me please dont post on here.

  10. #25
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am trying to help you and not flame, there is no such thing as core. "The bunch of files which creates a server is a core. Please, don't act like some god of emulation." that is called server files not core.

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  11. #26
    Found's Avatar Banned
    Reputation
    239
    Join Date
    Mar 2009
    Posts
    642
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the core is the source.. which is what i described. Im sorry but you're wrong.

    the server files are the logonserver.. blah blah blah.

  12. #27
    AzolexX's Avatar Contributor
    Reputation
    179
    Join Date
    May 2007
    Posts
    587
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    That's a source not core lol

    Find about scripting, programming and music! My blog: https://worldofsmth.wordpress.com!

  13. #28
    Found's Avatar Banned
    Reputation
    239
    Join Date
    Mar 2009
    Posts
    642
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The source of the emulator... (good christ) im going to let you win because i dont give a ****. i have used the term core along with many people. w/e you say tho.

  14. #29
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ AxolexX
    Core is actually a slang term that popped up in emulation
    Its derived from the core meaning the center, the center is where it all happens at, without it, its nothing. Its not an actual term but its slang, quit tryin to mess with peoples heads lol

    Why people say this instead of 'source'?

    lets me show you in ways you understand

    Code:
    people.lazy = true;
    
    string core = "core";
    string src = "source";
    
    if(people.lazy)
    {
         if(core.length< src.length)
         {
             people.say(core);
         }
         else
         {
             people.say(src);
         }
    }
    Makes sense
    Last edited by mager1794; 12-19-2009 at 12:02 AM.
    Lunar Gaming - Reaching For The Stars

  15. #30
    Found's Avatar Banned
    Reputation
    239
    Join Date
    Mar 2009
    Posts
    642
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I lol'd

    filler

Page 2 of 3 FirstFirst 123 LastLast
All times are GMT -5. The time now is 12:12 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search