Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Crystalwarrior

Pages: 1 2 3 4 [5] 6
61
Okay guys, so, I have this ledge grab loop function over here that makes player float in air, giving the "Grabbing brick" effect.
But the problem is... It's sinking downwards. Slowly, but it still does it.
Here's the function:
Code: [Select]
function Player::parkourGrabLoop( %this )
{
    cancel( %this.parkourGrabLoop );
    if ( !isObject( %this ) )
    {
        return;
    }
    if ( !%this.isGrabbing )
    {
        %this.changeDatablock(PlayerParkourArmor.getID());
        return;
    }

    %this.changeDatablock(PlayerStaticArmor.getID());
    %this.addVelocity( "0 0 0.64" );
    %this.setVelocity( "0 0 0.64" );
    %this.parkourGrabLoop = %this.schedule( 32, "parkourGrabLoop" );
}

Any alternatives or better values?

62
Those two variables belong to playerData I belive.

63
Add-Ons / Parkour Playertype (Update! [03.08.12])
« on: July 30, 2012, 10:57:34 AM »
    Parkour Playertype

    Description

    Making a Mirror's Edge map? Want to create a parkour challenge? Don't want to use Agile Playertype?
    I've got what you want: Parkour playertype. It's simple design, Simple script and Simple controls will leave you happy! Make high-speed rooftop sniper TDM's, Parkour races or just have fun!

    Features

    • Wallclimb [Rightclick a brick]
    • Walljump [Hold spacebar + Rightclick]
    • Ledge grab [Rightclick a brick named "ledge"]
    • Ledge climb [Press spacebar when mounted to ledge]
    • Ledge drop [Press rightclick when mounted to ledge]
    • Acceleration
    • Quake-Like playertype speed and jump height
    • Stamina system
    • Good air control for amazing stunts
    • Animations for all actions
    • Easy-to-Read script for those who wish to modify it
    • Sound Effects straight from HL2

    Planned features

    • Sliding
    • Wallrun
    • Tricks system
    • Sidestepping

    Credits
    Huge thanks to Port for the base script (Walljump, Wallclimb, Blur when falling)
    I tweaked the three features and added more awesome stuff.[/list]
    DOWNLOAD

    NOTICE:
    This script is in it's Beta stage and may have some bugs. Also it may never leave the beta stage. If you find a bug, PLEASE tell me if you got any console errors, had other add-ons enabled, or if you are able to recreate it.

    64
    Hello guys, Once again I need your help. How do I use the energy system of blockland efficently?
    I tried looking at Agile Player's code, but it was absolute ew, so now I'm asking you guys.
    I tried If check for getEnergyLevel and setting %this.setEnergyLevel( %this.getEnergyLevel - 5 ) but it didn't work. Any ideas why?
    By the way, console returns no errors and the functions with energy stuff won't run. It thinks there's not enough energy or something :V

    65
    Modification Help / [SOLVED] Making player slide on crouch?
    « on: July 30, 2012, 02:40:07 AM »
    So, new problem.
    I want to create a new, seperate playerData that can slide (keeping the same speed before crouching) but I don't know what to edit.

    I have this weird thing, horizResistFactor = *value*, but I don't know what to write in there.
    Any ideas?

    66
    Modification Help / Quake 3 Arena weapons... In blockland!?
    « on: July 24, 2012, 10:07:50 AM »
    That's right folks, I have started a new project:
    Porting Quake 3 Arena weapons in Blockland, as close to originals!
    Now, the only trouble I might have right now is that I'm kinda new at scripting, although I can model pretty decent. So, I have a request: can I have some scripters, plz?

    Current progress:

    23.07.2012
    Made the Rocket Launcher model. Deciding if it needs coloring or texture mapping.
    Image
    note: hands won't be included in the model.

    67
    Help / [VCE] How do I create Hunger System the correct way?
    « on: April 22, 2012, 03:50:14 AM »
    Hey guys, I have encountered a little problem.
    You see, I am making a Survival server, where I want to add Hunger, Thirst, Temperature, Fatigue and a lot more.

    Here's what my hunger looks like so far:



    When events are executed, I get my health always sapped, and onVariableUpdate does not show the centerprint of both hunger and temperature.
    I also noticed that while my health is being sapped, the Hunger variable is at 100!
    And fyi, I tried naming ifVariables to <var:pl:Hunger>, and also, #4 is >= 10 because I tested if that's the problem.

    68
    Suggestions & Requests / Certain Brick restriction to non-admins?
    « on: April 20, 2012, 05:11:21 AM »
    Heyya guys, I came up with a new suggestion.
    I want to let players build on my server, but with restrictions to some bricks like ZoneBricks and oversized cubes/baseplates.

    It would be awesome if someone made that as an add-on!

    Discuss?

    69
    /DESCRIPTION/
    Hello, Spades Slick (A.k.a Crystalwarrior) here, and now with some new stuff for you:
    Video Game Music Pack!
    This pack consists of music from various games, mostly classical,  but you suggest your own as well.
    blah blah blah blah blah blah blah blah blahbvlahlalhlbalhlabh But please, no modern FPS soundtrack suggestions. blah blah blah blah blah blah blah blah blahbvlahlalhlbalhlabh

    Also, Pretty Please, if you find problems, tell me and I will fix them (for instsance, music not being correct format)
    /FUTURE LOOPS/

    • Mother 3 soundtrack
    • Earthbound soundtrack
    • Lego Island soundtrack
    • Megaman X soundtrack

    /QUALITY/
    I am trying to make my loops without flaws as hard as I can.
    Most of the present songs don't even have noticeable break ups!

    /DOWNLOADS/


    ◘ M3_-_F-F-Fire!.ogg ◘
    ◘ M3_-_Homely_Yado_Inn.ogg ◘
    ◘ M3_-_Somewhere,_Someday ◘
    ◘ M3_-_Mr._Batty_Twist.ogg ◘

    ◘ EB_-_Sanctuary_Guardian.ogg ◘
    ◘ EB_-_Otherworldly_Foe.ogg ◘
    ◘ EB_-_Paula's_Prison.ogg ◘

    ◘ Lego_Island_Theme.ogg ◘

    ◘ Mother 3 music.zip ◘

    /INSTALLATION/

    1. Download the music
    1.1. Unzip (If you download the .ZIP file)
    2. Go to your Blockland/Add-ons/Music folder (Default: C:/Documents_And_Settings/"Username"/Blockland/Add-ons/Music)

    /[][UPDATES][]/
    05.04.12 -- Starded a topic!
    19.04.2012 -- New music added, moved to Localhostr! (forget you dropbox)
    21.04.2012 -- Earhtbound music added, wait for Earthbound Music Pack!

    70
    Modification Help / Project L.E.G.O.S
    « on: January 24, 2012, 04:42:09 AM »
    Hello everyone, this is a new project I am working on:

    Project L.E.G.O.S

    This project is about LEGO stuff ported to blockland. Decals, Models, Faces, Prints, Vehicles, pretty much everything!
    Ofcourse, I don't think I can do it alone, so, if you want to help me out, I will appreciate it!

    Stuff made:
    LEGO Decal/Face pack

    Team:
    Crystalwarrior

    Check the attachements for stuff in progress!

    71
    Modification Help / Help with brick making anyone?
    « on: January 23, 2012, 06:44:14 AM »
    Hey guys, It's a-me.

    I have a problem here, I need to know how to:

    • Give textures to bricks properly
    • How should I name the MATERIAL part of the model
    • How do I convert it into a brick

    The model is already made, and the screenshot is below.

    72
    Faces, Decals, Prints / LEGO / RTBv1.45 Decal Pack! (ADDED FACES!)
    « on: January 08, 2012, 07:45:11 AM »
    Hello there, fellow blocklanders!
    Let me present to you...
    LEGO / RTB v1 DECAL PACK!
    This pack features ALL of Return To Blockland v1 decals, scaled to fit our friend Blockhead!
    Those decals will be very useful for:

    * CityRPG
    * Space Games
    * Medieval / Retro Deathmatches
    * Awesome Servers

    So, if you want 110 useful as #@$& decals, download the first release! (Faces/prints are WIP)
    Pictures:
    Quote



    NEW!!!
    FACES ADDED!

    Screenshots:





    73
    Suggestions & Requests / Pony Playertype.
    « on: January 03, 2012, 02:17:05 PM »
    Yep. Ponies. You heard it. Pony Playertype. Nuff said, I want this.
    haters gonna haaate!

    74
    Suggestions & Requests / Chargeable Melee Weapon Template anyone?
    « on: December 25, 2011, 05:11:09 AM »
    Hey there folks!
    I have a new suggestion here,
    A melee weapon with both Default Slice and Chargeable Slice, like in Morrowind and Age of Time.
    If it's easy to code, please, tell me how to do this, or make a template for me and others to edit :D
    This will greatly help with RPG's and not-so-mainstream deathmatches.

    75
    Help / Dedicated Server Locks Up after a while?
    « on: December 14, 2011, 06:43:24 AM »
    So, I bet everyone had the problem with dedicated servers locking up after hour or so.
    There have been HELLA LOTS of topics about this, and I noticed there were NO REPLIES to any of them...
    And this problem lasted for years. It still exists even!
    Please, tell me, how do I fix up the dedicated server?
    I've noticed that people like Pecon or Heedicalking have their servers running perfectly fine.

    Pages: 1 2 3 4 [5] 6