Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 863 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
.exe Remote Access #468281
09/28/17 02:08
09/28/17 02:08
Joined: Jun 2010
Posts: 590
California
Ruben Offline OP
User
Ruben  Offline OP
User

Joined: Jun 2010
Posts: 590
California
I am trying to give remote users access to my game (.exe file) using File Transfer Protocol (FTP). I tried to run my .exe file in its own folder all by itself without all the other supporting files present in the same folder, but it would not run. It seems that the only way I can run the .exe file is if it has all the supporting files present in its same folder. I was hoping that I would not have to reveal all my supporting files to the remote users, and just have them run the executable to play the game. Is that possible? Or do I have to include all the supporting files and code with the executable into the same folder, of which the remote users would have easy access to?

Re: .exe Remote Access [Re: Ruben] #468290
09/28/17 09:55
09/28/17 09:55
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline
Serious User
Reconnoiter  Offline
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Well you do need to have the assets files (models, textures, icons, sounds etc) on the same pc iirc (in the same folder or subfolder of the game exe or in a fixed folder or such but the latter is not recommended). If you want to hide your assets, you can:
- buy pro (maybe from someone on this forum) and mark the 'resources' option in the compiler to put (almost) all of your assets in 1 file. This also looks a bit more professional/clean imo.
- obfuscate the code with a program.
- if it's purely for the looks than just put the assets in a subfolder.

Anyway I wouldn't worry to much about others using your stuff, especially the .mdl files since they first need to go through the proces of converting them since not many still use gs3d.

Another idea might be if you use a remote access program instead to put the bulk of your assets in a fixed folder where others who remote access your pc/game dont have access (should work I think). But this is ofcourse only a possible solution for your own pc, not if you want to distribute the game.
Like e.g. with teamviewer you can limit quite a bit of stuff others can do on your pc.

Last edited by Reconnoiter; 09/28/17 10:07.
Re: .exe Remote Access [Re: Reconnoiter] #468313
09/29/17 08:23
09/29/17 08:23
Joined: Jun 2010
Posts: 590
California
Ruben Offline OP
User
Ruben  Offline OP
User

Joined: Jun 2010
Posts: 590
California
Thank you for your advice Reconnoiter.

Gamestudio Pro looks a bit too expensive for me right now.

Do you have any suggestions on what program to use in obfuscating Lite-C code used in Gamestudio SED files? Preferably a free program?

I mainly want to hide my source code if I can, so no one can steal it.

Re: .exe Remote Access [Re: Ruben] #468314
09/29/17 09:27
09/29/17 09:27
Joined: Jun 2010
Posts: 590
California
Ruben Offline OP
User
Ruben  Offline OP
User

Joined: Jun 2010
Posts: 590
California
Never mind. I believe I figured it out. I found the answer on youtube on how to change visibility permissions in Filezilla.

Re: .exe Remote Access [Re: Ruben] #468315
09/29/17 09:44
09/29/17 09:44
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline
Serious User
Reconnoiter  Offline
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Great, incase sooner or later you do want to distribute your game, I think you only need 'Extra' if you want to hide the source code within an .exe (except for maybe .fx / shader files).

Also I wouldn't recommend buying gs3d license new, just buy/get an 'extra' or 'commercial' from someone else on this forum if you need the extra functions.

Last edited by Reconnoiter; 09/29/17 09:45.
Re: .exe Remote Access [Re: Reconnoiter] #468323
09/30/17 01:04
09/30/17 01:04
Joined: Jun 2010
Posts: 590
California
Ruben Offline OP
User
Ruben  Offline OP
User

Joined: Jun 2010
Posts: 590
California
Hello Reconnoiter. Is it legal for me to buy gs3d license from someone on this forum?

What if I need to reinstall my operating system, and install Gamestudio all over again on my computer? Will I be able to install the new gs3d again after operating system reinstallation?

Re: .exe Remote Access [Re: Ruben] #468325
09/30/17 11:29
09/30/17 11:29
Joined: Aug 2009
Posts: 1,438
Spain
painkiller Offline
Serious User
painkiller  Offline
Serious User

Joined: Aug 2009
Posts: 1,438
Spain
Originally Posted By: Ruben
Hello Reconnoiter. Is it legal for me to buy gs3d license from someone on this forum?

What if I need to reinstall my operating system, and install Gamestudio all over again on my computer? Will I be able to install the new gs3d again after operating system reinstallation?


yes, you can buy a license from other user. The other one should give you his license key and then you can use it on your gamestudio installation


3D Gamestudio A8 Pro
AMD FX 8350 4.00 Ghz
16GB RAM
Gigabyte GeForce GTX 960 4GB
Re: .exe Remote Access [Re: painkiller] #468328
09/30/17 14:03
09/30/17 14:03
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline
Serious User
Reconnoiter  Offline
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Yeah I did it too. For me Conitec/gs3d support was even nice enough to change the name linked to the license after I emailed them. (which is optional by the way)

Last edited by Reconnoiter; 09/30/17 14:04.
Re: .exe Remote Access [Re: Reconnoiter] #468435
10/04/17 12:23
10/04/17 12:23
Joined: Jun 2010
Posts: 590
California
Ruben Offline OP
User
Ruben  Offline OP
User

Joined: Jun 2010
Posts: 590
California
So, it appears that I do not have to include my source code files in the same folder as the executable, for remote users to run the executable, since the source code is compiled. I do however have to have all the model files, sound files, texture files, etc in the same folder as the executable, otherwise it will not run right.

I do not suppose any of you know of a way to hide those resource files from view from the remote users for them to run the executable, without having to upgrade to the Gamestudio pro edition?

Re: .exe Remote Access [Re: Ruben] #468437
10/04/17 13:48
10/04/17 13:48
Joined: Dec 2011
Posts: 1,823
Netherlands
Reconnoiter Offline
Serious User
Reconnoiter  Offline
Serious User

Joined: Dec 2011
Posts: 1,823
Netherlands
Well like I said earlier you can try to put your asset files in an other folder (like under myDocuments or such) and add that path/folder in your script. I think technically something like that works as long as the remote user plays the game on your pc where the assets are stored on (/streaming the game).
Just to be clear, you are not talking about letting the remote user downloading your game right, but just giving the remote user access to the exe on your pc?
If the remote user is downloading your game / playing your game on his/her own pc, than this won't work ofcourse.

Last edited by Reconnoiter; 10/04/17 13:52.
Page 1 of 2 1 2

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1