8 posts
Location
127.0.0.1
Posted 10 April 2015 - 08:25 AM
1. If you have a server and run scripts with computercraft does the server execute these?
2. Is there any CC emulator for android out there?
7083 posts
Location
Tasmania (AU)
Posted 10 April 2015 - 09:10 AM
1. If you have a server and run scripts with computercraft does the server execute these?
Yes, the scripts are executed on the server. In SMP the clients aren't doing any Lua processing at all.
2. Is there any CC emulator for android out there?
There are not, no. You can likely still make use of the likes of
Mimic, however.
1140 posts
Location
Kaunas, Lithuania
Posted 10 April 2015 - 03:12 PM
You can actually use
CCLite which was written for LOVE framework. There is an android version of LOVE somewhere on LOVE's page. One thing to note is that it is running CC 1.63, but it shouldn't be too big of a problem. But I've used it with my android and it works better than Mimic.
Edited on 10 April 2015 - 01:13 PM
8 posts
Location
127.0.0.1
Posted 10 April 2015 - 04:09 PM
thx for the answers
but isnt it a bit unsafe if u havent a whitelisted server and some jerk is running a malicious code for like flooding a website and the serverowner gets sued for not prohibit it… yeah
mfg Sanguin ;D
1140 posts
Location
Kaunas, Lithuania
Posted 10 April 2015 - 04:11 PM
It's safe (enough), as discussed in
this thread.
Edited on 10 April 2015 - 02:18 PM