Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Ali3n5

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Posts posted by Ali3n5

  1. > **Download:**
    >
    > [![](http://i.imgur.com/brlBt.png)](http://sleepystudios.com/showthread.php?tid=515)
    >
    > **Highlights:**
    >
    > >! ![](http://i.imgur.com/abTkn.png)
    >
    > PVP has been added to multiplayer. It works the same way singleplayer combat works: your health is based off your body parts, your hits are based off your body parts, you can bleed and you will gain experience in your combat skill.
    >
    > ![](http://i.imgur.com/ZFreB.png)
    >
    > Rocks have been added to the game. These rocks can be picked up and used to skin animals in order to get your first Sharp Bone (which has replaced the knife). This is the beginning of the crafting system and it will continue in the next nightly which will be all about the crafting system.
    >
    > **Changelog:**
    >
    > # FIXES
    > - Fixed the water not properly surrounding the island.
    > - Fixed water, tall grass, dirt & stump generation.
    > - Fixed being able to chat in singleplayer.
    > - Fixed baskets in multiplayer.
    > - Fixed blood in multiplayer.
    > - Fixed the ridiculous rate of headshots from animals.
    > - Fixed bleeding in multiplayer.
    > - Fixed bleeding after dieing.
    > - Fixed the path not found serverside error.
    > - Fixed house doors and floors in multiplayer.
    > - Fixed the server not clearing offline players.
    > - Fixed being able to put down ladders on non-existant holes.
    >
    > # CHANGES
    > - Shadows will now disappear at night.
    > - Knives are now 'Sharp Bones' and now have their own graphic.
    > - Passwords now only have to be 3 characters in length.
    >
    > # ADDITIONS
    > - PVP combat!
    > - Sharp rocks that can be used to skin animals. They can be picked up using right-click.
  2. Make sure that your client and server packets actually match up (i.e. that they're all there and in the same order in the client and in the server). They're the things before the SMSG_COUNT and CMSG_COUNT
  3. It could actually be quite simple to do. The server sends over map cache to the client so why don't you just make the editor point to that cache file. You would then need to add something to the Map UDT like "Revision" and when the server starts up, send all the revisions from the server-side maps: If the client's maps have a higher Revision then send over the client maps to the server.
  4. Yeah what you're doing there is essentially breaking the entire PVP system since people will be constantly walking through each other.

    [This](http://www.touchofdeathforums.com/smf2/index.php/topic,70436.0.html) checks if it's on a safe map or not.
  5. @Meteor:

    > Kind of ducking obvious to me that it is made with Eclipse.

    http://www.downloads.sleepystudios.com/archiveclub/ac_crawle007.rar

    > This is one of the first versions of Crawle. And its got quite the history. Crawle (back then, "P16" or "Project 16x16") started as a project between me and Relly. _Since then (around August) we've been almost constantly working on it._

    There's some source code from August (2011). That was way before Eclipse even started bringing out any sort of DirectX8 engines or edits.
×
×
  • Create New...