Giter Site home page Giter Site logo

cigar2's Introduction

Cigar2

Protocol 6 Agar.io client for private servers

Getting support | Discord server

If you need extra help with anything you should ask it in the Agar.io Private Servers Discord and not in issues.

Adding servers

Locate the select element in the index.html and add new entries, make sure to only have one option with selected

Credits

Uploading skins

Upload your PNG files to the skins folder and run the updateSkinList file in the root directory, you can also do it manually by putting the skin names in web/skinList.txt separated by commas (no file extension).

Todos

Check out issue 1

Getting started

Clone this repository using Git, and then cd Cigar2, npm i, and npm start. Cigar2 will then start on localhost:3000.

cigar2's People

Contributors

fayizan avatar litudev avatar superop535 avatar theawesome98-real avatar tombez avatar uwynell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cigar2's Issues

Food amount score

hi,
i want to know how to add the number of food eaten ( pellets ) on the bottom of the score
can you help me to do this please ?

Todo list

?unknown !waiting %work-in-progress

There are currently no todos.

Please submit a PR if you know how to do any of these :)

Stuff that have been done are no longer in this list
First entry has most priority and last entry has least priority

Skins are not working

The skins don't work even though I have an entire folder, I also updated them manually.. What do I do now?

Quadsplit and Doublesplit

Normal macro scripts with double and quadsplit arent working anymore, so is there a way to add D as Double and T as Quadsplit to the game guys?

Compatibility with LM

Add me on skype, my skype id is jimboy3100
I want to test compatibility of these servers with Legend mod extension

canvas resolution

-added this in drawGame()

//ratio is the game changer here for this matter
var ratio = .2; //the resolution would look so bad and default if it equals 1
var w = mainCtx.width = window.innerWidth * ratio;
var h = mainCtx.height = window.innerHeight * ratio;
mainCanvas.width = w;
mainCanvas.height = h;
camera.viewportScale = Math.max(w / 1920, h / 1080);//should be added to keep the leaderboard and other stuff same size

-in the interval function for sending mouse moves in sendMouseMove, i replaced mainCanvas.width/mainCanvas.height with window.innerWidth/window.innerHeight, so u would get the mouse moves from the full screen not the resized canvas which is going to be top left somewhere.
ratio is 1:
Annotation 2020-06-02 1047141
ratio is .2:
Annotation 2020-06-02 104117141

Is this the best way to do it?

if not plz submit what u got

Add Skins Stuff

Can someone explain clearly how to add skins to cigar2, I added skins into assets/skins and i cant use the skin in the client!! Help me please

Cell color when skin is applied

I have a suggestion. When you apply a skin, it obviously has a color palette, but the color of the player cell doesn't change, so you end up with this ugly unmatching skin and cell combo (example image here) You can see that the skin is primarily brownish color and the outline is this cyan/teal color. Would it be hard to fix this?
Thanks!

16-Split

I am a novice. How do I achieve 16- splitting in the game by "T"? If there is any way, please tell me, thank you!

Error with jelly physics!!!

I go into the game, connect to the server. I turn on the Jelly Physics option and this error pops up. The ability to continue playing appears after refreshing the page. Please correct!
image

BUG!

View switch button conflicts with minion switch button when viewing!

Nav Tabs

When I try to add Nav Tabs, navigation between them does not work. I added nav tabs from Bootstrap 4

It's something with this:
Element.prototype.hide = function() {
this.style.display = "none";
if (this.style.opacity == 1) this.style.opacity = 0;
};

Animation

Hello! Pleas release animate cells, pellets and viruses as in Protocol 5 (Cigar).

skins dont work

i have added skins like it says at the main site then i have enter the skin name in the skin name box and to be sure in the nickname box but it dosent work. so i looket in the skin folder in i write the name right and it was right so what is to do to get the skins to work
sorry if my english is bad. im german

Suggested update

Hello, I have come up with many suggestions after using Cigar2. If the following list can be modified, I will trouble you to update it again. Thank you for your hard work!

1 [Optimization] In the observation mode, click again to watch the next place instead of only watching the first place.
2 [New] Display your ranking in the bottom row of the leaderboard
3 [New] Show statistics of the bureau after death
4 [New] Data ranking within 24 hours
5 [New] Scroll to view the above message in the chat box
6 [Optimization] Skin selection sorting, the current number display will become 01 02 03 04 05 06 07 08 09 10 100 101, I hope it will follow 11 12 13 ...
7 [New] Add skins to the skinList.txt list, but you can specify certain skins not to be displayed in the list
8 [New] Team mode map shows the location of your teammates
9 [Optimization] Select Yes or No to prohibit viewers from using the chat room, they need to enter a nickname to be able to chat
10 [Optimization] Allow the administrator to log in to speak after closing the chat
11 [Optimization] FFA The number of online users in this mode can be displayed after the name FFA (XX Online)
12 [Optimization] Html hide FFA IP

Skin change

When I added new skin to skinList.txt, opened client, clicked on change skin, clicked on new skin nothing does happen and in console shows this error:
Uncaught SyntaxError: Invalid or unexpected token

GDPR

Does this "website" need information on it about GDPR? I think so because it uses Google Fonts and BootstrapCDN

how to get the skingallery?

my cigar 2 website doesnt show the gallery. it doesnt even show the button for the gallery. i added skins but they,re also not working!

16-Split

Press T to implement 16-split, what should be added in main_out.js? :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.