A8 Com run on windows tablets ??

Posted By: Anonymous

A8 Com run on windows tablets ?? - 08/27/14 20:29

Can I run a project build on a windows surface 2 pro?
Posted By: alibaba

Re: A8 Com run on windows tablets ?? - 08/27/14 20:32

It worked for me!
Posted By: Anonymous

Re: A8 Com run on windows tablets ?? - 08/27/14 20:52

@alibaba - Can you please pm me any issues or need-to-knows, if there are any. I do not have a MS sur2pro at the moment but I am prototyping an idea around using one.
Thank you
Mal
Posted By: Anonymous

Re: A8 Com run on windows tablets ?? - 08/27/14 21:44

JCL - I am running a laptop with Intel i3-2310m ,Intel hd 3000 and 8 gb ddr3 ram. Is it fair to say, -if I pulled out 4 gb of ram-, anything I can run on this laptop will run in the Windows 8 tablet environment?

Any specs for running games in windows tablets? Maybe even a quick set for the compiler to restrict the build so levels and scripts are governed to limits that can be run in the os environment and hardware limits.
Posted By: WretchedSid

Re: A8 Com run on windows tablets ?? - 08/28/14 01:05

I have a Surface 2 Pro as well here, it can confirm that it can run Gamestudio stuff.

So, now to actually answer your questions:
Quote:
Maybe even a quick set for the compiler to restrict the build so levels and scripts are governed to limits that can be run in the os environment and hardware limits.

That won't be possible. Even with static analysis it's really really really hard to tell just how good something will run on a given platform, that is to say, for all intents and purposes it is impossible. You'll have to test it on real hardware!

Also, about your touchscreen question, the touchscreen does emit mouse events. However, it'll emit touch events as WM_TOUCH, if you ask for it using RegisterTouchWindow. You'll have to provide your own app message thingy (I forgot what it's called in gstudio, someone help me out), and probably have to declare a bunch of functions, structs and constants somewhere, but then you won't need a DLL.

Here is the general touch input overview on MSDN.

But seriously, get some real hardware first! There is NO point whatsoever to develop something against an imaginary target.
Posted By: Anonymous

Re: A8 Com run on windows tablets ?? - 08/28/14 06:41

Haha Sometimes I miss this place.
Ok Sid I understand what You are saying. The idea is that this engine lets me prototype quickly and no need to buy a surface 2 or 3 blindly.
I know each project must be tested but it is almost commonsense that the engine can compile build setting at cannot run on that tablet at all. Heck most the time this laptop can't run my builds. Maybe the word governor is misplaced.
The wed-build window has a "default" button to reset the setting so you can adjust then to taste. I was just hoping for a commonsense place to work from like that for tablets.( if sPro3 is going to be a gate to get a8 on a tablet market)
--"default settings" and "default win tablet settings" the user can tweak from there.
I am sure that it is just some data file the button reads and then modifies the setting. Or I hope, because it makes adjusting defaults over the years easier. Or maybe as the hardware gets more powerful we hold on to weak defaults out of sentiment??!
Posted By: jcl

Re: A8 Com run on windows tablets ?? - 08/28/14 15:54

We do not test Gamestudio on any tablet, but it is normally safe to say that if it runs DirectX, it can also run Gamestudio. At least we found no counter-example.
Posted By: WretchedSid

Re: A8 Com run on windows tablets ?? - 08/28/14 16:59

Originally Posted By: Malice
Haha Sometimes I miss this place.

We missed you too man!

The problem with games and performance really is that you have a limited performance budget. If you aim for 60 FPS, your performance budget is 16.6 ms. How you spend that, well, that is up to you and your games requirement. So it's really hard to guess what a WED setting would look like for tablets. Would it be so that it eats up all of your performance budget? Would it be the absolute minimum before looking like shit? The problem is that the map is just some part of your game, and how much of the performance budget you are willing to allocate for it, really is up to you.

PS: Get real hardware! I did the same mistake, build an iPad app without having an iPad at hand, just testing it on my computer. Worst. Idea. Ever. The actual experience on an iPad is so so much different than whatever you simulate and I can't stress enough just how important real hardware to test on is. Sell it on ebay afterwards if you don't need it afterwards anymore.

Edit: I know this probably isn't what you want to hear, but if you are serious about the project, that's the way to go.
Posted By: Anonymous

Re: A8 Com run on windows tablets ?? - 08/28/14 23:38

@JCL - Thanks for the information.
@WretchedSid-
Quote:
Edit: I know this probably isn't what you want to hear, but if you are serious about the project, that's the way to go.


Yeah I understand.
Malice----> pulls out pipe and packs with dreams.
Posted By: alibaba

Re: A8 Com run on windows tablets ?? - 08/29/14 18:08

I recieved my Surface Pro 3 today.
3DGS seems to be working, i only started it and tested some compiled projects. Nothing deep now, iŽll probably try some projects tomorrow.
Posted By: FBL

Re: A8 Com run on windows tablets ?? - 08/29/14 21:03

Excellent game choice. laugh
Posted By: alibaba

Re: A8 Com run on windows tablets ?? - 08/29/14 21:08

One of my favourite games so far laugh
Posted By: Reconnoiter

Re: A8 Com run on windows tablets ?? - 08/30/14 18:49

Whaha nice detail alibaba. One Lottery to rule them all grin .
Posted By: tolu619

Re: A8 Com run on windows tablets ?? - 08/31/14 14:28

I have a Surface Pro 1 and I run my gamestudio without hassles on it.
Posted By: Michael_Schwarz

Re: A8 Com run on windows tablets ?? - 09/04/14 12:00

I think that might be the first time someone played one of my games voluntarily grin
Posted By: FBL

Re: A8 Com run on windows tablets ?? - 09/04/14 16:06

You should get it greenlit and start selling.
Posted By: Anonymous

Re: A8 Com run on windows tablets ?? - 09/11/14 18:36

@alibaba, Awesome, please pm me updates or found issue if you get a chance over the process of the testing.
© 2024 lite-C Forums