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 2017-04-23 20:50:02, last edited by Processor (2017-04-23 20:51:25)

Processor
Member
Joined: 2015-02-15
Posts: 2,246

[Discussion] Javascript Idea Pool

What kinds of bots/tool would run better in the browser compared to their downloadable C# versions?

Discuss your ideas here.


I have never thought of programming for reputation and honor. What I have in my heart must come out. That is the reason why I code.

Offline

#2 2017-04-23 20:54:55, last edited by drunkbnu (2017-04-23 21:01:58)

drunkbnu
Formerly HG
Joined: 2017-08-16
Posts: 2,306

Re: [Discussion] Javascript Idea Pool

  • Chat client

  • Profile checker

  • Online 24/7 BALs (w/ socket.io)

Offline

Wooted by: (2)

#3 2017-04-23 20:56:10

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,574

Re: [Discussion] Javascript Idea Pool

cross-platform bots


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

#4 2017-04-23 20:59:13, last edited by LukeM (2017-04-23 20:59:30)

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: [Discussion] Javascript Idea Pool

any bot which is updated often (dont need to update it every time, or use an auto-updater)

Offline

#5 2017-04-23 21:40:10

John
Member
Joined: 2019-01-11
Posts: 1,978

Re: [Discussion] Javascript Idea Pool

EEditor


PW?scale=2

Offline

Wooted by:

#6 2017-04-23 21:41:29

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: [Discussion] Javascript Idea Pool

Emalton wrote:

EEditor

Could you explain why?

Offline

#7 2017-04-23 21:51:33

John
Member
Joined: 2019-01-11
Posts: 1,978

Re: [Discussion] Javascript Idea Pool

destroyer123 wrote:
Emalton wrote:

EEditor

Could you explain why?

I was referring to offline use, I could download the files and use it in any computer easily


PW?scale=2

Offline

Wooted by:

#8 2017-04-23 23:52:58

hummerz5
Member
From: wait I'm not a secret mod huh
Joined: 2015-08-10
Posts: 5,852

Re: [Discussion] Javascript Idea Pool

that one thing that was supposed to magically modularize the bot

now you can more realistically do that with some server magic. Still not sure why you'd want to but eh

I feel as though the ability to copy/paste things might lend itself to combining bots, provided creator consent to some extent

Extending the cross-platform, you could put things on mobile now (perhaps more easily than before?)

Offline

#9 2017-04-24 00:24:45

Firecrackericebreak
Member
Joined: 2015-02-15
Posts: 616

Re: [Discussion] Javascript Idea Pool

EEArtist

Offline

#10 2017-04-24 00:58:06

den3107
Member
From: Netherlands
Joined: 2015-04-24
Posts: 1,025

Re: [Discussion] Javascript Idea Pool

HG wrote:
  • Online 24/7 BALs (w/ socket.io)

The main problem with javascript BALs (I assume you want to run them on request by loading a webpage) is that you can't hide the login credentials (aside from encryption, though that too would be reversible if spent enough time, since all source is available).
Probably BALs that require (non real-time) user input, could use a webpage, so players don't have to download anything and stuff.

If you mean a 24/7 BAL running in general... You can also just do that through a server. Just run your old C# app. However that generally won't work on those mini VMs, while javascript potentially could (donno how heavy it is on CPU and memory).


Back to the OP:
Anything really.
Why go through the trouble of going to a download page to then download something, install it and only THEN being able to run it. While you can just goto a website and use it straight away?

Offline

#11 2017-04-24 05:41:45

Zumza
Member
From: root
Joined: 2015-02-17
Posts: 4,645

Re: [Discussion] Javascript Idea Pool

Are people still using bots other than editor programs?


Everybody edits, but some edit more than others

Offline

#12 2017-04-24 18:09:20

EELagsToday
Banned
From: Everybody Edits' PlayerIO
Joined: 2017-04-21
Posts: 18

Re: [Discussion] Javascript Idea Pool

How about a whole new game but the site is coded with PlayerIO Javascript //forums.everybodyedits.com/img/smilies/smile)

Offline

#13 2017-04-24 18:39:06

LukeM
Member
From: England
Joined: 2016-06-03
Posts: 3,009
Website

Re: [Discussion] Javascript Idea Pool

EELagsToday wrote:

How about a whole new game but the site is coded with PlayerIO Javascript //forums.everybodyedits.com/img/smilies/smile)

Thats what UnitEE is going to be (Unity can be 'compiled' to javascript / WebGL)
Im guessing that it might still be a while though... especially because javascript PlayerIO seems really buggy atm

Offline

#14 2017-04-24 19:12:13

EELagsToday
Banned
From: Everybody Edits' PlayerIO
Joined: 2017-04-21
Posts: 18

Re: [Discussion] Javascript Idea Pool

destroyer123 wrote:
EELagsToday wrote:

How about a whole new game but the site is coded with PlayerIO Javascript //forums.everybodyedits.com/img/smilies/smile)

Thats what UnitEE is going to be (Unity can be 'compiled' to javascript / WebGL)
Im guessing that it might still be a while though... especially because javascript PlayerIO seems really buggy atm

Actually, they already started making UnitEE in C# so it would be a waste to convert everything to javascript.
Plus, nothing guarauntees us that UnitEE is even coming out anymore, as nvd doesn't want to work on it, plus thanel and processor were the only ones working on it.

Offline

#15 2017-04-24 19:47:54

Different55
Forum Admin
Joined: 2015-02-07
Posts: 16,574

Re: [Discussion] Javascript Idea Pool

EELagsToday wrote:
destroyer123 wrote:
EELagsToday wrote:

How about a whole new game but the site is coded with PlayerIO Javascript //forums.everybodyedits.com/img/smilies/smile)

Thats what UnitEE is going to be (Unity can be 'compiled' to javascript / WebGL)
Im guessing that it might still be a while though... especially because javascript PlayerIO seems really buggy atm

Actually, they already started making UnitEE in C# so it would be a waste to convert everything to javascript.
Plus, nothing guarauntees us that UnitEE is even coming out anymore, as nvd doesn't want to work on it, plus thanel and processor were the only ones working on it.

That's not how it works, Unity's C# isn't "actual" C#. The language is the same but it not compiled by .NET, it's compiled into whatever Unity wants, and Unity can export as WebGL/HTML5/javascript even if you don't use javascript to make it.


"Sometimes failing a leap of faith is better than inching forward"
- ShinsukeIto

Offline

Wooted by: (3)

#16 2017-04-25 11:31:40, last edited by Processor (2017-04-25 11:32:15)

Processor
Member
Joined: 2015-02-15
Posts: 2,246

Re: [Discussion] Javascript Idea Pool

Actually diff, Unity's C# is as C# as C# can be C-sharpy. The Javascript compiler actually compiles CIL (think Java bytecode for C#, generated by the C# compiler) into JS.

I kinda agree that BALs are better left in the C# land. C# is a more robust language which can handle the complexity of BALs better than JS. Plus: the same idea could be implemented if someone shared their BAL code as opensource. No one has done this before, I'm not sure if it is going to be a good idea to have 7 maps running the same BAL.

On the other hand, having editor / helper bots run in my browser sounds like a great idea.

I'm also looking forward to seeing more tools like ee.yonom.org. Maybe someone could make a better lobby?


I have never thought of programming for reputation and honor. What I have in my heart must come out. That is the reason why I code.

Offline

Wooted by: (3)
Processor1493116300656620

Board footer

Powered by FluxBB

[ Started around 1714058794.5885 - Generated in 0.050 seconds, 12 queries executed - Memory usage: 1.62 MiB (Peak: 1.8 MiB) ]