Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with viruses #545

Open
Pluzdev opened this issue Sep 4, 2023 · 0 comments
Open

Problem with viruses #545

Pluzdev opened this issue Sep 4, 2023 · 0 comments
Labels

Comments

@Pluzdev
Copy link

Pluzdev commented Sep 4, 2023

Hello, it seems like the "virus" are invisible. It's very annoying and I don't know how to fix it
Can you help me ?

Link of the game:
https://agar.lmd.lol

My config file looks like this:


module.exports = {
    host: "0.0.0.0",
    port: 8765,
    logpath: "logger.php",
    foodMass: 1,
    fireFood: 20,
    limitSplit: 16,
    defaultPlayerMass: 10, //default 10
	virus: {
        fill: "#33ff33",
        stroke: "#19D119",
        strokeWidth: 20,
        defaultMass: {
            from: 100,
            to: 150
        },
        splitMass: 180
	},
    gameWidth: 5000,
    gameHeight: 5000,
    adminPass: "DEFAULT",
    gameMass: 20000,
    maxFood: 1000,
    maxVirus: 50,
    slowBase: 4.5,
    logChat: 0,
    networkUpdateFactor: 40,
    maxHeartbeatInterval: 5000,
    foodUniformDisposition: true,
    virusUniformDisposition: false,
    newPlayerInitialPosition: "farthest",
    massLossRate: 1,
    minMassLoss: 50,
    sqlinfo: {
      fileName: "db.sqlite3",
    }
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants