Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

FPS Creator X10 / is it possible to add custom buttons?

Author
Message
biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 19th Dec 2010 17:38
hi all,

I'm making a custom steam and I want to know if my question is possible:

add extra buttons such as: CTRL-ENTER or ALT-SHIFT
to open a ingame screen

[href]http://tbhproductions.com[/href]
Le Shorte
14
Years of Service
User Offline
Joined: 6th Apr 2009
Location: Wisconsin
Posted: 19th Dec 2010 19:42
Custom Steam?
Yikes!
You'd need to use an entirely new programming language. Fpi won't cut it here.

I reject your stereotype of Wisconsin and, in fact, live in a city.
biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 19th Dec 2010 19:44
The custom steam is done
but I cant make a overlay? as in the steam

and that custom steam is for all the games my team and I made and those which are in progress

[href]http://tbhproductions.com[/href]
Silvester
18
Years of Service
User Offline
Joined: 7th Dec 2005
Location: Netherlands
Posted: 19th Dec 2010 20:33
The overlay has nothing to do with the game.. It's just a seperate program that interprets whether a game is running or not, and will overlap the game screen if a specific key combination is pressed.

biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 19th Dec 2010 21:13
aha ok thanks. I thought it could be done in fpsc

theen it's solved

[href]http://tbhproductions.com[/href]
Silvester
18
Years of Service
User Offline
Joined: 7th Dec 2005
Location: Netherlands
Posted: 19th Dec 2010 21:46
Well it could.. I was just explaining that the Steam overlay is not programmed within the game itself, it's a standalone application. You could however modify the FPSC Source Code to interact with your third party software, and thus exchanging info you want displayed on your Steam-like screen.

biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 19th Dec 2010 21:47
haha XD it's more easy to edit my steam source

[href]http://tbhproductions.com[/href]
Silvester
18
Years of Service
User Offline
Joined: 7th Dec 2005
Location: Netherlands
Posted: 19th Dec 2010 23:45
Depends, you'll need to pull data from the Direct Draw surface of your game, and basically externally write to that, or grab a copy of it to use as your background for the app.. Unless you're going for a much simpler approach using a lame basic TopMost flag

biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 20th Dec 2010 07:17
why should I use my game for the overlay as visual studio makes it more easy and efficient to do. also if the game gets started the app opens a shortcut in the task bar so it could be opened every time the user wants

[href]http://tbhproductions.com[/href]
Silvester
18
Years of Service
User Offline
Joined: 7th Dec 2005
Location: Netherlands
Posted: 20th Dec 2010 18:08
Suppose that would work, I was just assuming you wanted the overlay to work exactly like Steam. And I wouldn't call Visual Studio efficient.. Especially the latest versions, they're getting a bit hacky and tacky here and there, and using the latest .NET Framework is a bit annoying since 90% of the people don't have it installed yet.

biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 20th Dec 2010 22:58
I know. but it will work also on .net 2.0+
it has automatic firectX10 updater. and I didn't say it was the last version of VS

but the program is working well. and maybe I will release the source for the forums for the people who want to exand there games, and accesibillity

[href]http://tbhproductions.com[/href]
Soviet176
14
Years of Service
User Offline
Joined: 19th Sep 2009
Location: Volgograd
Posted: 21st Dec 2010 01:32
Quote: "and maybe I will release the source for the forums for the people who want to exand there games, and accesibillity
"


That would be pretty cool.

Putting fear back into sliced bread since 4th May 2010
biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 21st Dec 2010 17:59
Quote: "Quote: "and maybe I will release the source for the forums for the people who want to exand there games, and accesibillity
"

That would be pretty cool."


would you use it then?

[href]http://tbhproductions.com[/href]
biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 21st Dec 2010 19:35
I hope the poeple won't die in a source over 400 lines per form.

[href]http://tbhproductions.com[/href]
Silvester
18
Years of Service
User Offline
Joined: 7th Dec 2005
Location: Netherlands
Posted: 21st Dec 2010 20:48
Quote: "I hope the poeple won't die in a source over 400 lines per form."


I have programs that have over 7,000 lines of code per form.. Along with about ~12 modules which total a 50,000 lines I doubt that'll kill me off

biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 21st Dec 2010 20:51
Quote: "I have programs that have over 7,000 lines of code per form.. Along with about ~12 modules which total a 50,000 lines I doubt that'll kill me off"


ok but your not the only one
there are more people who also want source codes but who aren't that experienced.

by the way i dont know why i'm talking english to you because we are both dutch

[href]http://tbhproductions.com[/href]
Silvester
18
Years of Service
User Offline
Joined: 7th Dec 2005
Location: Netherlands
Posted: 21st Dec 2010 21:38
Quote: "ok but your not the only one
there are more people who also want source codes but who aren't that experienced. "

To be fair, anyone scared of 400 lines on a form really needs to get into programming some more. I have a far from finished map editor here running over 5000 lines.. And that's just the core system.(Do note that the map rendering system can be plucked out and tossed into a game should I want to, I wrote it in a modular way )

And as for the English thing, it's generally appreciated that we speak English on these forums.

biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 21st Dec 2010 21:44
ye I think so XD

but 5000 is much but 400 isn't that much. I also added a few simple lines as comment lines. so it's not that big deal

[href]http://tbhproductions.com[/href]
Soviet176
14
Years of Service
User Offline
Joined: 19th Sep 2009
Location: Volgograd
Posted: 22nd Dec 2010 03:42
Nope, I wont die, I love to read logic and see what you did, send her over

Putting fear back into sliced bread since 4th May 2010
biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 22nd Dec 2010 12:42
the source isn't ready yet

I will send the source when i'm done with preparing and have some time XD

regards,

[href]http://tbhproductions.com[/href]
Soviet176
14
Years of Service
User Offline
Joined: 19th Sep 2009
Location: Volgograd
Posted: 2nd Jan 2011 01:33
How goes teh codes?

Putting fear back into sliced bread since 4th May 2010
biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 2nd Jan 2011 01:37
Quote: "How goes teh codes?"


which code ? about the custom button, or my steam?

[href]http://tbhproductions.com[/href]
Soviet176
14
Years of Service
User Offline
Joined: 19th Sep 2009
Location: Volgograd
Posted: 3rd Jan 2011 04:20
Both. I know you said you were preparing it. I was wondering if you were doing the GUI work or fixing bugs. Perhaps adding your custom buttons into your version of steam.

Putting fear back into sliced bread since 4th May 2010
biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 3rd Jan 2011 12:58
both i'm preparing the overlay. and the game synchronization systems.

[href]http://tbhproductions.com[/href]
Soviet176
14
Years of Service
User Offline
Joined: 19th Sep 2009
Location: Volgograd
Posted: 4th Jan 2011 22:52
Awesome to hear, can't wait. Keep us posted

Putting fear back into sliced bread since 4th May 2010
biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 5th Jan 2011 02:48
Quote: "Keep us posted "

will do

the overlay is done and fully working. it now uses ctrl + alt to show up. and it is set as ropmost (always on top till closed) i also added some opacity so you can see true a little

btw you can test the pogram at: http://softix.tbhproductions.com/

the overlay update isn't released yet but it will be soon.

[href]http://tbhproductions.com[/href]
Soviet176
14
Years of Service
User Offline
Joined: 19th Sep 2009
Location: Volgograd
Posted: 6th Jan 2011 02:05
Hmm. When I run it, and it finishes downloading. It just pops up a little message that states that is cannot be run. No idea why, I do have framework 4.0 and all the essentials installed.

Good that you are at least far in it, can't wait to see what you did. I love to code surf

Putting fear back into sliced bread since 4th May 2010
Soviet176
14
Years of Service
User Offline
Joined: 19th Sep 2009
Location: Volgograd
Posted: 1st Feb 2011 20:27
Sorry for double post. Biohazard did you get my bug report?

Putting fear back into sliced bread since 4th May 2010
biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 1st Feb 2011 21:15
Quote: "Sorry for double post. Biohazard did you get my bug report?"

you mean on the forums or using the softix app?

[href]http://tbhproductions.com[/href]
Soviet176
14
Years of Service
User Offline
Joined: 19th Sep 2009
Location: Volgograd
Posted: 1st Feb 2011 21:31
Quote: "you mean on the forums or using the softix app?"


The post above my double post. I said:

Quote: "Hmm. When I run it, and it finishes downloading. It just pops up a little message that states that is cannot be run. No idea why, I do have framework 4.0 and all the essentials installed. "


I can probably help you out if you need it I code in VB.net and c# so don't know what you are using.

But on topic for some reason it just wont run. I have net frame word 4.0 installed and all that jaz.

Putting fear back into sliced bread since 4th May 2010
biohazardNL
14
Years of Service
User Offline
Joined: 26th Oct 2009
Location: netherlands
Posted: 1st Feb 2011 21:46
Quote: "I can probably help you out if you need it I code in VB.net and c# so don't know what you are using.

But on topic for some reason it just wont run. I have net frame word 4.0 installed and all that jaz."


I fixed the problems now. it need mysql.data.dll
I made a custom install which i attached to the post... it will now autoinstall updates when the app is running.

[href]http://tbhproductions.com[/href]

Attachments

Login to view attachments
Soviet176
14
Years of Service
User Offline
Joined: 19th Sep 2009
Location: Volgograd
Posted: 1st Feb 2011 22:12
Tested it. So far its coming along amazingly. I like the GUI system. Could use a little work, the system should be able to be stretched so the devs can put pictures and such on their description. I am digging the web browser feature. I am also enjoying the way you used the tab control. Few bugs here and there with the GUI but nothing you can't handle.

If you need any help or would just like another developer to help you finish things up faster. Send me an email at mstrncmndr@gmail.com I am always on my PC as I am currently setting some stuff up for a server. But I always have my email operational.

Putting fear back into sliced bread since 4th May 2010

Login to post a reply

Server time is: 2024-03-29 06:41:45
Your offset time is: 2024-03-29 06:41:45