Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - caiiiycuk

Pages: [1]
1
Builds & Ports / Re: JS port (emscripten)
« on: January 14, 2014, 03:31:41 pm »
I have the steam version of xcom, but linking its folder doesn't work with browser openxcom.

can any tell me, Is this an issue with the steam version? or am I missing something?
Thanks

Fixed, please try again

2
Builds & Ports / Re: JS port (emscripten)
« on: January 14, 2014, 03:35:06 am »
I have the steam version of xcom, but linking its folder doesn't work with browser openxcom.

can any tell me, Is this an issue with the steam version? or am I missing something?
Thanks

Sorry, i will fix it today.

3
Builds & Ports / Re: JS port (emscripten)
« on: January 12, 2014, 01:04:03 pm »
...
There should be a relatively simple way to expose a folder to the browser doing something like href="file:https://D:/games/xcomdata". <<-- that doesn't work btw.

This does not work because https://en.wikipedia.org/wiki/Cross-origin_resource_sharing. CORS restricts to make XMLHttpRequests by file protocol. But you can disable CORS it is pretty easy, there are another problem JS is significant slower than native port and on mobile devices it will work terrible i think.

4
Builds & Ports / Re: JS port (emscripten)
« on: January 11, 2014, 05:42:47 pm »
I dont think so. At least you should start local server for do this because browser cant download resources directly from drive. Or optionally you can embed resources in js, but in this case js file will be to big for browser.

5
Builds & Ports / JS port (emscripten)
« on: December 13, 2013, 10:00:22 am »
Hi! I successfully ported OpenXcom to js with emscripten. You can play here https://epicport.com/en/xcom.

Pages: [1]