Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Change Player Speed #708

@yavuzwashere

Description

@yavuzwashere

I'm using the old version. Player speed is very low, so players are running away.
When i change the "50" value, cell is can't eject mass. ( w pressed )

Cell.prototype.getSpeed = function() {
    return 50 * Math.pow(this.mass, -1.0 / 4.5) * 50 / 40;
};

i want change "50" value to "130". I can not use the new version because I get a "TypeErr: Can not read property 'headers' undefined (gameserver.js line:219)" error. When i remove to line 219, i not get a error but i cant login/start game. What i can do ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions