Purity Posted March 19, 2014 Share Posted March 19, 2014 I know it's a bit far-fetched, but is it possible to get the base colour of a ground tile? Link to comment Share on other sites More sharing options...
ahlaobby Posted March 19, 2014 Share Posted March 19, 2014 nah (chief-keef) Link to comment Share on other sites More sharing options...
Swizzbeat Posted March 19, 2014 Share Posted March 19, 2014 What is this needed for? Link to comment Share on other sites More sharing options...
Purity Posted March 19, 2014 Author Share Posted March 19, 2014 What is this needed for? Overly complicated project, I'm just seeing if it's plausible for the time being. Link to comment Share on other sites More sharing options...
Turmoill1 Posted March 19, 2014 Share Posted March 19, 2014 O_o Link to comment Share on other sites More sharing options...
FearMe Posted March 19, 2014 Share Posted March 19, 2014 You could get the polygon of the tile and then use color picker, you have to make sure there's nothing in front of it though. 1 Link to comment Share on other sites More sharing options...
Purity Posted March 19, 2014 Author Share Posted March 19, 2014 You could get the polygon of the tile and then use color picker, you have to make sure there's nothing in front of it though. I did consider that, but on the scale that I'm doing this, that would destroy the processor. Link to comment Share on other sites More sharing options...
Swizzbeat Posted March 19, 2014 Share Posted March 19, 2014 Overly complicated project, I'm just seeing if it's plausible for the time being. Well if you let us in on to what you're trying to accomplish, there is most likely a feasible workaround. Link to comment Share on other sites More sharing options...
Purity Posted March 19, 2014 Author Share Posted March 19, 2014 Well if you let us in on to what you're trying to accomplish, there is most likely a feasible workaround. Basically I have a script base which acts as a server, it gets the terrain, players and object from the game. I'm trying to iterate though all these items, send them across a network to an Android device, which reads all the information and renders the scene on the mobile devices. I want the colours of the terrain, objects etc. Just so the rendering is easier on the eyes. Link to comment Share on other sites More sharing options...
Swizzbeat Posted March 19, 2014 Share Posted March 19, 2014 Basically I have a script base which acts as a server, it gets the terrain, players and object from the game. I'm trying to iterate though all these items, send them across a network to an Android device, which reads all the information and renders the scene on the mobile devices. I want the colours of the terrain, objects etc. Just so the rendering is easier on the eyes. Why not create a BufferedImage of the client window, and send that? Link to comment Share on other sites More sharing options...
Purity Posted March 19, 2014 Author Share Posted March 19, 2014 Why not create a BufferedImage of the client window, and send that? I'm planning on making it a lot more detailed and interactive. That would limit me too much. Link to comment Share on other sites More sharing options...
Swizzbeat Posted March 19, 2014 Share Posted March 19, 2014 I'm planning on making it a lot more detailed and interactive. That would limit me too much. Like create your own mobile game...? I'm confused as to why you need this. Link to comment Share on other sites More sharing options...
Purity Posted March 19, 2014 Author Share Posted March 19, 2014 Like create your own mobile game...? I'm confused as to why you need this. Bot monitoring + remote controlling. Also, I need to learn more OpenGL. Link to comment Share on other sites More sharing options...
Swizzbeat Posted March 19, 2014 Share Posted March 19, 2014 Bot monitoring + remote controlling. Also, I need to learn more OpenGL. Bot monitoring can easily be accomplished by sending a plain image. As for controlling just remote desktop using the hundreds of apps designed out there into your computer. I think this is what you want http://osbot.org/forum/topic/42634-release-bot-status-remote-babysitting/ Link to comment Share on other sites More sharing options...
Purity Posted March 19, 2014 Author Share Posted March 19, 2014 Bot monitoring can easily be accomplished by sending a plain image. As for controlling just remote desktop using the hundreds of apps designed out there into your computer. I think this is what you want http://osbot.org/forum/topic/42634-release-bot-status-remote-babysitting/ There's just too many features I want to try and implement that wouldn't work with that set up. The 3d & extensive android practice would come in handy too. Link to comment Share on other sites More sharing options...