Thread: Object . l t o?

Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Jack's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    MI
    Posts
    2,627
    Reputation
    146
    Thanks
    347
    My Mood
    Buzzed
    Quote Originally Posted by supercarz1991 View Post
    supercarz to the rescue


    OBJECT. L T O—You must include all the server logic code in this file, such as artificial intelligence routines for enemies and scorekeeping for multiplayer games. This file should also define all the objects in your game. The DEdit tool can read them from this file directly. This allows a programmer to make a change to what properties a level designer can set on an object and have the changes immediately reflected in the level-editing package.


    CSHELL.DLL—This file must implement a client shell. IClientShell is a Jupiter class that has certain functions Jupiter knows it can call into, such as the main update function, or the initialization function.

    CRES.DLL—This is a standard Windows resource DLL, containing strings and other resource information. Instead of hard-coding dialog and text into your game, it is a good idea to use this DLL for things like a string-table to facilitate localization. This file should also contain graphics for hardware 2D cursor support.

    CRESL.DLL—This file is optional. If cresl.dll is present, any resources in cres.dll that are duplicated in cresl.dll will be used from cresl.dll instead of cres.dll. You can put data that has been localized into other languages into this file and thus not have to change any of your game to port it to another language.


    SRES.DLL—This file is rarely used, but is the server equivalent of cres.dll.
    And to think I was about to make some bullshit up to sound smart. Good thing you got here first.



  2. #17
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    you all have no idea what modding that file can do

    commando: You're probably the best non-coder coder I know LOL


  3. #18
    legokiller45's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    C:\Nexon\Engine.exe
    Posts
    495
    Reputation
    -9
    Thanks
    21
    My Mood
    Amused
    what can it do?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Abstract object in progress
    By Kage56 in forum Art & Graphic Design
    Replies: 29
    Last Post: 02-16-2009, 10:30 AM
  2. [Data Hack] Let u walkthrough objects
    By Hahaz in forum Combat Arms Hacks & Cheats
    Replies: 35
    Last Post: 09-22-2008, 03:51 PM
  3. WARROCK: Maps, Objects & Textures
    By jaft88 in forum Hack Requests
    Replies: 0
    Last Post: 04-06-2008, 02:38 PM
  4. [Glitch] How to get in most objects boxes etc.
    By apezwijn in forum WolfTeam Hacks
    Replies: 12
    Last Post: 12-27-2007, 11:07 AM
  5. HTML Settings in SWF ActX Object
    By arunforce in forum C++/C Programming
    Replies: 2
    Last Post: 09-16-2007, 01:18 AM