Page 1 of 1

Silly ES question :)

Posted: Mon Aug 13, 2018 6:37 pm
by NOBODYoO
Hello everyone,

I know it is silly to ask but if anyone has a link (or could provide one) to download the latest ES build I would very much appreciate that. ES sites are down and I couldn't find the latest build on the internet, and just for the sake of nostalgia I wanted to have some fun revisiting my old ES scripts I made back in the day.

Thanks in advance.

-NOBODY

Re: Silly ES question :)

Posted: Mon Aug 13, 2018 7:32 pm
by VinciT
Have you tried using Ayuto's EventScripts Emulator?

Re: Silly ES question :)

Posted: Mon Aug 13, 2018 8:24 pm
by NOBODYoO
VinciT wrote:Have you tried using Ayuto's EventScripts Emulator?


Tbh I haven't even heard about it, is it the same as running the old ES?

Re: Silly ES question :)

Posted: Mon Aug 13, 2018 8:43 pm
by NOBODYoO
Ok, I gave es_emulator a try, it seems to be working, however I have 2 questions:

- In github "4. Run the server command ese convert <your addon name> to run the Python 2 to 3 converter.", ese does not work ("Unknown command "ese"").
- It seems cPickle is not included in the python libs folder, but wasn't it packed with ES back in the day?
"es_reload sam
Can't load addon (sam): No module named 'cPickle'"

Re: Silly ES question :)

Posted: Mon Aug 13, 2018 9:15 pm
by VinciT
Did you run the ese convert <your addon name> command through the server console (or rcon)?
I think you can change cPickle to pickle to fix the loading issue.