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 Discussion » EE C++ Remake » 2024-04-16 18:37:11

N1KF wrote:

C++ can be compiled to WebAssembly or asm.js, which are containerized in a web browser. I'm guessing this would be safer than running a native app.

You would still need to use standard web protocols like HTML, canvas, and WebSockets, though.

I looked a little into this, but it seems like SFML, the library I use to render graphics, is not really supported by these containers. SFML does have a C# version, so I think this will be the first place I will try to take the project since the language is similar enough to C++. C# also has the benefit of being the original language that LukeM wrote the EELVL reader for. If that does not pan out well, I am going to try and port the game to Unity or Javascript.

On another note, I made a discord server for this project. Anyone is free to join if they want to provide input on the project or are just interested. https://discord.gg/DMzVjQ9w

#2 Re: Game Discussion » EE C++ Remake » 2024-04-15 19:59:31

Zumza wrote:

Regarding this community's hacking capabilities a internet facing C++ client would be quite worrying, wouldn't it?
Unlike modern programming languages, C++ has weak memory protection, which could in a worst case scenario lead to remote code execution.
Also there is the possibility of a vulnerable supply chain of client updates, which exploited could compromise users computers completely unlike the browser containerized Flash and or JS.

Non-tech talk: If this client would have a security issue similar to EE, not only your EE passwords would be stolen, but all passwords stored on your PC.

Honestly you are right about this. Thank you for bringing this up. I am definitely no expert so I appreciate any other advise anyone wants to give. It's probably best for me to stay away from online play with this client, or at least switch programming languages to something more safe for a single developer project. Still in offline mode there can be risks of loading level files, possibly leading to code execution. Gonna put developing on hold while I think about this a little bit more and then I will post some sort of update for this project.

#3 Re: Game Discussion » EE C++ Remake » 2024-04-15 15:07:28

Hello again!

I wanted to mention what I plan on working on next, which may or may not be a very stupid idea. My original plan was to implement action blocks one-by-one until they are all complete, but I am now considering another approach.  Almost all code related to physics lies in the tick() method, a method that is called 100 times every second. By implementing the action blocks into this method one-by-one, I believe it would just make it take way longer than if I just implemented all action blocks simultaneously. So that is my new plan, a plan that could get the game to a much closer to working state or completely break my existing code. I will have backups, so if anything goes very wrong I can always restore an old version of the code.

If this goes well I will try to release a public version which I expect will be very buggy and unpolished. Hopefully by doing this we can find bugs faster though.

ExFabian wrote:

I tried once to port EE Offline to the 3DS using devKitPro (which uses C/C++) but I couldn't manage to get the physics right and it got banished to my limbo of unfinished projects. This project is looking really promising, and maybe when it's done you could let me use your code to finish my port? //forums.everybodyedits.com/img/smilies/smile

MartenM wrote:

Dadyum that looks quite amazing.

Any plans to make the open source it? I'm very curious to how everything works.

I have been thinking about this a lot, and at the moment I cannot decide whether or not to open source the code. If I ever did get to a point where there was online play, I think open sourcing the game would encourage hackers like it did in the original client. If I ever stop working on this and the code is not in use on some multiplayer client, I'll probably open source it. I might open source it before that happens also, but I'll need to think about it more.

#4 Re: Game Discussion » EE C++ Remake » 2024-04-14 17:01:26

Zumza wrote:
Firecrackericebreak wrote:

There have been many attempts at translating Everybody Edits to modern programming languages without much success. [...] For anyone still playing the game, they must play on a client based on a platform created in 1996.

Just to be sure I get this right: As rewriting EE to modern programming languages wasn't successful, your idea is to rewrite it in a language first released 11 years prior to Flash?

Lol by modern I mean still updated but still that's kinda funny. Realistically the three best choices for a clone are Unity, C++, and JavaScript though

#5 Re: Game Discussion » EE C++ Remake » 2024-04-14 04:43:28

N1KF wrote:

Very cool! I remember seeing it a while back and I'm glad to see you've stuck with it.

Haha I'm assuming you are referring to https://forums.everybodyedits.com/viewt … p?id=40946. That was something I made years ago with way less experience than I have now. It is completely unrelated to this but I think it gave me a few good foundational principals for rendering the game screen. This project was started one week ago.

#6 Game Discussion » EE C++ Remake » 2024-04-14 02:58:57

Firecrackericebreak
Replies: 17

Hi everyone! //forums.everybodyedits.com/img/smilies/smile

Everybody Edits is written in ActionScript, a programming language used to create Flash games. As we all know, Flash has been dead for multiple years now and with Flash went official support for Everybody Edits. There have been many attempts at translating Everybody Edits to modern programming languages without much success. It seems that either the projects are released as very primitive versions of the game with little features / plans for future updates, or are incredibly ambitious and are never finished in a releasable state. For anyone still playing the game, they must play on a client based on a platform created in 1996. As someone who has put countless hours into this game and wished to see it succeed, I felt that I should take a shot at making my own remake of the game. This is no promise that I will be fully recreating the game, but I will at least be giving it a decent attempt in the near future. What appeals the most to me about having a recreation of Everybody Edits is being able to play with a smooth, 100 FPS display of the game and play in a larger resolution. So far I have spent about one week on this project and have seen decent results.



Here is the EX Crew Ice Level TAS by OrangeCrix, running one-to-one as it would in EEOffline:



Current State of the Client

  • Can see every tick of the game (100 FPS)

  • Scalable window size

  • Perfect functionality for gravity arrows, solid blocks, and god mode ONLY

  • Supports LukeM's EELVL file format

  • Renders all foreground, background, and decoration blocks (no shadows)

  • Has imported a decent portion of game data (block IDs, block textures, block packages, block tags, smileys, ...)

  • Can run EETAS files

  • Lacks functionality for the majority of action blocks, one way gates, half blocks, and ice.

  • No editing capability


I plan to be open about the state of progress, as I believe many people who have tried this in the past made no attempt at keeping people up to date.

Thank you to Kirby, LukeM, and OrangeCrix for guiding me with porting things over!

Please feel free to ask any questions about the EE port, I am looking forward to hearing any feedback.

Discord Server: https://discord.gg/DMzVjQ9w

#7 Re: Off Topic Discussion » Rubik's Cubes & Twisty Puzzles » 2024-01-15 05:16:22

Kirby wrote:
Stubby wrote:
Kirby wrote:

My PB on 3x3 is 12.05 i think

I own a ton of them but I kinda lost interest - still pick one up though every now and then. Favorite is probably 2x2

That's amazing! Do you know all of CFOP? Also, what kind of puzzles do you own? What's your main cube?

I use CFOP but I don't know full OLL, I know like half of it. I know full f2l and pll though
I own all WCA things except clock bc who uses a clock, along with: the wheel of time, 1x1, mastermorphix, dino, axel, gear shift, gear ball, 3x4x5, 2x2x4, curvy copter, 3x3x9, oskar's treasure chest, magic, and some more I don't know the name of. I also have stickerless 2x2-4x4 along with megaminx

As for main, Moyu everything, except for 4x4. 2x2-7x7: moyu lingpo 2x2, moyu aolong GT 3x3, Yuxin 4x4, moyu huachuang 5x5, moyu aoshi 6x6, moyu aofu (cubic) 7x7

so ye

such a <snip - flaming>

#8 Re: Game Discussion » It's been a minute... » 2023-12-11 22:31:21

Oh my goodness I need to find this screenshot on my old PC somewhere

#11 Re: Game Discussion » Where is Everybody Edits!? Part 5 » 2022-12-21 20:23:18

mutantdevle wrote:

HELP1!

We can't find Everybody Edits!! It was right here... we were working on it.. but now? It's gone!

Someone said they saw a green guy in a santa hat breaking into the safe we keep EE! in and that this villain ran away laughing.. but idk, the guy saying that was in a jester costume so i don't trust him.

Can anyone else help? //forums.everybodyedits.com/img/smilies/sad

The only thing I found was that no one asked :skull:

#12 Re: Game Discussion » Where is Everybody Edits!? Part 4 » 2022-12-21 07:16:54

N1KF wrote:

I didn't mention anybody besides me and the smiley face! Don't ask me who!

Asked!!! :skull: :skull: :skull: :skull:

#14 Re: Game Discussion » Turewjyg's Progress Post » 2022-12-21 06:41:56

findingwhoasked wrote:

Still trying to find who asked. @Firecrackericebreak @ninjasupeatsninja do you know who asked?

Not sure :skull:

#16 Game Discussion » Where is Everybody Edits!? » 2022-11-15 03:15:20

Firecrackericebreak
Replies: 5

Hello guys,

I went to everybodyedits.com and I cannot seem to login. I think they removed the login panel!

Thank You,

Firecrackericebreak

#20 Re: Game Business » Everybody Edits T-Shirts! » 2018-08-03 01:25:54

YES THIS IS WHAT WE NEEDED

YES YES

EE HAS BEEN REVIVED

#21 Re: Game Discussion » how bad is it » 2018-05-26 03:54:51

TaskManager wrote:

>NPCs

why is this an RPG game

TaskManager wrote:

>rEEboot (although im slightly skeptical about it)

as if that will ever happen lmao

Enurp wrote:

Xeno likes to beat us when we use the report button for unintended purposes. Please save yourself.

who tf is xeno (is it mega lamb i cant remember and im too lazy to find out)

#22 Game Discussion » how bad is it » 2018-05-25 21:09:19

Firecrackericebreak
Replies: 20

back for my 1/4th of a year checkup

how bad is this game now

#23 Re: Game Discussion » it begins » 2018-03-26 23:43:12

John wrote:

I would give it a go but I'm on a mac. //forums.everybodyedits.com/img/smilies/sad

maybe virtualbox but you will need to install some stuff (https://www.youtube.com/watch?v=UgwPlX5uNfs) before it will run

Board footer

Powered by FluxBB

[ Started around 1713549038.754 - Generated in 0.357 seconds, 9 queries executed - Memory usage: 1.65 MiB (Peak: 1.91 MiB) ]