Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 Re: Game Business » Hi, I'm Cercul1 » 2019-01-29 22:30:25

What's my opinion on ducks?
They're pretty nice, I've pet one and it was soft

What are some of my hobbies?
Programming, playing an assortment of games, playing music (I mostly play piano, violin, and drums), and writing music

To clear things up, by 7 years of experience, only 1 year is actual professional experience with a job.  The other 6 is just as a hobby, the beginning of which started with html and css.  Then after a while I started learning more useful languages like c# and python.

I'm working on making a professional looking github to show you some of my projects.  Most of them are small projects.  Some include a voice activated control system for F1 2016.  Instead of having to scroll through a menu of commands while racing (this is quite difficult), I made something that lets me use my mic and actually speak the command in a number of ways and it activates the command automatically.  I've also developed secondary systems for logging into my computer.  The most recent is a usb "key" with a specific name and file on it.  When the computer logs on it checks for this "key" to be plugged in, if it's not, it shuts the computer down.  Therefore, no one can get into my computer (easily) without the key.  A 3rd example is just a program that tests values for the Collatz conjecture incrementally.  I don't remember the speed of it though.  You can google this to find out more of what the Collatz conjecture is.

#2 Re: Game Business » Hi, I'm Cercul1 » 2019-01-25 21:59:10

XxAtillaxX wrote:

Exactly. He is incapable of handling criticism, while proceeding to fire two staff for differing opinions, and one more for telling him he was acting unprofessional after firing the two.
At this moment, he's busy searching for anyone who he thinks won't rock the boat, regardless of whether what he is doing is correct or not. In essence, he wants a team that sucks up to him at every turn, sure sounds familiar, doesn't it?

It's normal for a company to not hire someone due to a lack of professionalism and if they're constantly causing drama.

#3 Re: Game Business » Hi, I'm Cercul1 » 2019-01-25 21:24:53

I feel like a lot of you are upset because you're better programmers and you feel you should have been chosen instead.  Yes, I agree there are definitely better programmers than me.  The best guess as to why Xenon chose me is that I still do have experience and I've known him a while and he knows I won't create drama with him.  Regardless of what you say/do, I still got chosen.  Maybe in the future if we need another dev you'll be chosen, but know he's gonna want someone who gets along with the rest of the staff.

#4 Re: Game Business » Hi, I'm Cercul1 » 2019-01-25 19:06:21

Zumza wrote:
cercul1 wrote:

I'm new to making bots, not programming.  I've been programming as a hobby for 7 years.

You didn't had questions regarding only EE bot creation but also basic programming elements, and basic C# related questions.

For example, less than 2 and a half years ago, you had no knowledge of reading and writing to a text file. So in 4 years of programming experience, you haven't ever done this essential thing, and couldn't search on your own how to do it?

cercul1 on July 2016 wrote:

I need a way to store stats such as health and hunger and a person to teach me how to code it.  I'll give you the details when you're teaching me.
I was also thinking of using a text file, but I'd also need help with that.

Over a period of 9 months (almost a year) you couldn't figure out how to do it. You created 3 different topics on the same basic thing, although being answered a couple of times:
https://forums.everybodyedits.com/viewt … p?id=33454 https://forums.everybodyedits.com/viewt … p?id=35679 https://forums.everybodyedits.com/viewt … p?id=37275

And not only trivial questions, but also demands: https://forums.everybodyedits.com/viewt … p?id=34122

Having so many leaks of basic experience makes me wonder how do you balance your time between university, your supposedly side job(which is full-time / part-time, or is actually free-lancing?), and EE.

I was just learning c# at the time, but it wasn't my main so I hadn't put much time towards it.  However lately I've learning it more and am much more proficient in it.


Tomahawk wrote:

Could you tell us your age?

19

#5 Re: Game Business » Hi, I'm Cercul1 » 2019-01-25 06:52:26

TaskManager wrote:

its there, at last
some questions for ya:
what took you so long to introduce yourself properly
how long it will take for the other guy to introduce himself properly
how much of your EE dev time will be dedicated to EE Offline and how much will be dedicated to EEU?

Tbh, idk.  I've been busy getting everything set up to work on ee.

I can't speak for him, but I do know he doesn't have an account on the forums and said he doesn't plan on making one.

I'm not sure what the split is exactly, but I'm pretty sure most of my time will be spent on the offline client and smaller updates for ee.  However, I should be joining eeu later in the development.

#6 Game Business » Hi, I'm Cercul1 » 2019-01-25 02:34:24

cercul1
Replies: 86

As a new staff I'd like to introduce myself by answering some questions.  If there's a question you wanna ask that isn't already listed, ask and I'll try to reply as soon as possible.

"How is your name pronounced?"
Like circle 1

"How long have you played EE?"
I've been playing since September 2011

"Why the 1 at the end of your name?"
Idk, I own Cercul as well, but it seemed empty without a number so I added the 1

"All this guy does is ask noob questions on the forums, why'd he get picked"
I'm new to making bots, not programming.  My main job is a software engineer, I'm currently in computer science and software engineering classes, and I've been programming as a hobby for 7 years.

"Why do you use the indian smiley, are you Native American?"
No, I'm not.  It just seemed like an under-used smiley so I thought I'd use it and it stuck.

#7 Re: Game Business » New Staff! - Cercul1 & GrandSwordsman26 » 2019-01-19 05:17:31

Onjit wrote:

Okay guys lets start a pool

How long until cercul has a minor disagreement with xeno and gets axed

My guess is 6 weeks

m96p4y

Edit:
The img isn't loading so here's the link: https://prnt.sc/m96p4y

#8 Re: Bots and Programming » [Question] How to have multiple connections? » 2018-11-22 02:10:11

I'm sorry, I figured it out.  I accidentally had client.Multiplayer.CreateJoinRoom instead of client2.Multiplayer.CreateJoinRoom

#9 Re: Bots and Programming » [Question] How to have multiple connections? » 2018-11-22 01:36:14

No, one is my account, the second is a bot account.

#10 Bots and Programming » [Question] How to have multiple connections? » 2018-11-21 17:01:24

cercul1
Replies: 3

I have two separate clients and connections for each, but the 2nd bot seems to call "left" before even joining, crashing the bot as it tried to remove itself from my players list, but the 1st connections continues to connect.  I know I have done multiple connections, but each connection was on a different application (one was on a console app, the other on a windows form app).  However, I'd like them both to be on the same application if possible.

#11 Bots and Programming » [Question] Getting block id » 2018-10-07 06:20:41

cercul1
Replies: 5

Simple question, just never had to do it.  How do I get the block id at a specific coordinate?

#12 Re: Game Suggestions » Bot Accounts » 2018-09-29 20:43:03

Daneeko wrote:

i think making it a different color could be abused, because players could make it just to look cool with a special color

Do you mean the username, or the chat

#13 Game Suggestions » Bot Accounts » 2018-09-29 18:43:32

cercul1
Replies: 7
Bot Accounts

     A non-playable, more controllable account
------------------------------------------------------------------------------------------------------------------------------
           
Creation

  • When creating an account the normal way, select an option to make it a bot account

  • Ability to sync it with another account and verify you own the account to get all the blocks and smileys you
    bought so you don't have to buy everything twice

           
             
         
How they appear

  • In game

    • Smileys look exactly the same

    • Username is a special colour

  • In players list

    • Exactly the same, but with the colour change
                Or

    • Way at the bottom of the player list with a line across to show the split between real and bot and colour change

  • In Chat

    • If questionable feature 1 is allowed

      • Colour of name changed

      • Haven't worked the rest out

    • If questionable feature 1 isn't allowed

      • Same as normal player but with name colour changed

      • Ability to change colour of text

      • Ability to change background colour of text

             
Extra Functionality

  • Ability to hide in game and/or in players list

  • Automatic edit when entering worlds of the synced account

  • Have access to all owner only functions when in worlds of the synced account

  • Ability to leave world borders

  • Open to suggestions

Questionable Features

------------------------------------------------------------------------------------------------------------------------------
Disclaimer
     I realize this could take some time, so I'm more so offering this as an EEU suggestion.

#14 Re: Game Business » Auras in Autumn » 2018-09-29 04:05:09

Xenonetix wrote:

- Bud's username color has been updated.

cool?

#15 Re: Creative » Confess Your Sins » 2018-07-02 22:36:25

sin (pi) = 0
sin (pi/2) = 1
sin (3pi/2) = -1
sin (2pi) = 0

#16 Re: Bots and Programming » [Question]Finding what world a player is in » 2018-03-10 22:07:08

I was afraid that I'd have to be their friend lol.  It's fine though.  Thank you Latif c:

#17 Bots and Programming » [Question]Finding what world a player is in » 2018-03-10 20:45:42

cercul1
Replies: 4

I was wondering if it was possible to find out what worlds a player is currently in given their username or userid.

#18 Re: Game Discussion » EE 8 Bit Sound Client » 2017-08-29 21:17:06

Music Man wrote:
Sensei1 wrote:

I actually like the sound of this a lot more than the piano xD
Also how do I open .swf files?

I think you can just drag and drop it into a chrome window

Chrome actually will just try to download it, however right clicking it, and opening it with firefox works

#19 Re: Bots and Programming » [Resolved] handling events without using invoke » 2017-08-27 11:17:45

i ended up finding the mistake, i was sending "inut" instead of "init" lol i guess it's 5:15 AM and I still haven't gone to bed so that explains that, thank you so much for helping me with such a silly mistake.

#20 Re: Bots and Programming » [Resolved] handling events without using invoke » 2017-08-27 11:11:47

I'm running into a really confusing bug.  I'm not actually sure if it's connecting or not.  It returns the connected value as true, but he doesn't show up in the world until I refresh or open a new tab, my friend's list says he's still offline, any database i check says i'm offline.  I'm not really sure what's happening.

#21 Re: Bots and Programming » [Resolved] handling events without using invoke » 2017-08-27 10:55:47

MartenM wrote:

Did you do this?

con.OnMessage += new MessageReceivedEventHandler(messageHandler.handlemsg);

yes i have

and

i've removed the cl, i had the event loader in a class before and had the class be a form but that didn't work, so i removed it sorry about that

#22 Re: Bots and Programming » [Resolved] handling events without using invoke » 2017-08-27 10:26:31

This did not work, it won't even recognize any message coming in

#23 Bots and Programming » [Resolved] handling events without using invoke » 2017-08-27 09:23:00

cercul1
Replies: 12

Is there another way to do this code without using Invoke:

public void Onmessage(object s, PlayerIOClient.Message m)
        {
            Invoke(new EventHandler(delegate
            {
                switch (m.Type)
                {
                    #region Init
                    case "init":
                        {
                            con.Send("init2");
                            con.Send("say", "Hi!");
                        }
                        break;
                        #endregion
                }
            }));

        }

#24 Re: Game Discussion » Imgs of chats on ee/forums » 2017-08-24 04:28:51

So I'd like to present to you...

Macbeth.png

Macbeth

#25 Bots and Programming » [Resolved] Efficient way to get position of someone moving » 2017-08-15 18:34:03

cercul1
Replies: 3

I've noticed that the move event only gets called once their speed changes through either pressing another key or releasing a previously held one.  Is there anyway to constantly check what block they're on when they move.  I need to check when they step on "water", water being a lack of a background.  The only solution I can think of is to have the bot constantly do the "/getpos" command on who ever's turn it is and check the background id at the point, but this seems incredibly inefficient.

Board footer

Powered by FluxBB

[ Started around 1713585629.6219 - Generated in 0.418 seconds, 9 queries executed - Memory usage: 1.57 MiB (Peak: 1.8 MiB) ]