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.

AppGameKit Studio Chat / AGKRepo Guide

Author
Message
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 22nd Sep 2024 09:05 Edited at: 5th Oct 2024 16:28
How many of you would be interested in building your own Windows version of AppGameKit Studio if I were to produce a guide? Obviously it would take a lot of effort on my part to create the guide and I would only want to do it if there is real demand for it and ideally from people who want to add to the repo.

I know it can be daunting delving into C++, C and Android Studio and AGKStudio is huge project supporting multiple platforms which makes it even complicated.

If we can get more users involved with building the Repo and helping to address issues and maybe even adding new features then the future of AppGameKit may be more certain.

We can then share ideas and help each other to make AppGameKit better, we can learn from each other on how the AppGameKit Repo works. I've learnt a lot in the last 7 months but I've only just touched the surface.

Update: Draft copy of the AppGameKit Repo Guide is now available. Requires Windows 10 64-bit or later

Attachments

Login to view attachments
hendron
8
Years of Service
User Offline
Joined: 20th Dec 2015
Location:
Posted: 22nd Sep 2024 13:33
+1 from me. I've been considering delving into the repo at some point, so I'd be interested.
MucMac
9
Years of Service
User Offline
Joined: 13th Sep 2015
Location: Munich, Germany
Posted: 22nd Sep 2024 17:00
+1 from me, too. I am specially interested in the compiling the mac version, since i develop my games on a macbook.
--
Mac
Lead Programmer
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 22nd Sep 2024 17:36
I would have thought the mac process would be similar to the windows version so if you can master that then the mac version may be doable
Virtual Nomad
Moderator
18
Years of Service
User Offline
Joined: 14th Dec 2005
Location: SF Bay Area, USA
Posted: 22nd Sep 2024 17:37 Edited at: 22nd Sep 2024 17:39
+1 here, Zax. and as noob friendly as possible, please
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 22nd Sep 2024 17:41
I'll add all necessary links for the software and add screen shots where appropriate.

agkcoder
19
Years of Service
User Offline
Joined: 12th Dec 2004
Location: AGK Forums
Posted: 22nd Sep 2024 17:54
+1

Would be awesome!
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 22nd Sep 2024 18:31
If you want to build the Repo you need to have a drive 'D' as the Repo is setup to use this drive, in theory it should work on any drive but when I tried it it failed and as I had a drive 'D' I didn't investigate any further, probably due to a fixed path in the build process.
TheWanted
User Offline
Joined: 17th Oct 2023
Location:
Posted: 22nd Sep 2024 18:49 Edited at: 22nd Sep 2024 18:50
Macro vars are very handy in visual studio. That way no hard coding of paths is necessary
Virtual Nomad
Moderator
18
Years of Service
User Offline
Joined: 14th Dec 2005
Location: SF Bay Area, USA
Posted: 22nd Sep 2024 18:56
FWIW, i'm most interested in the steps required to add a command to agk, followed by fixing existing ones.

can you share more of the idea posed here? would it be more of an expansion of the steps @ the repo or something else?
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 22nd Sep 2024 20:06 Edited at: 22nd Sep 2024 20:08
The command side is not easy as any command added has to work on all platforms unless it's a platform specific command. I've only experimented with the commands so far. Don't expect to build the Repo and just add a command. Once users can build the repo they may then try to understand how it all works. If someone with as much knowledge about AppGameKit as you have VN can build the Repo you have a far better chance of fixing command issues or adding new commands than I do.

That's why I think this guide could be useful, if various users that are using windows, mac etc and have knowledge of AppGameKit, Android, ios etc can then work together then the understanding of the Repo will be greater.

The first step is to build the Repo which is what I hope the guide will do.
blink0k
Moderator
11
Years of Service
User Offline
Joined: 22nd Feb 2013
Location: the land of oz
Posted: 22nd Sep 2024 20:51
+1 from me
Virtual Nomad
Moderator
18
Years of Service
User Offline
Joined: 14th Dec 2005
Location: SF Bay Area, USA
Posted: 22nd Sep 2024 21:13 Edited at: 23rd Sep 2024 05:39
Quote: "The first step is to build the Repo"

absolutely. and thanks for the offer to open the door wider for us.
GemGames
6
Years of Service
User Offline
Joined: 31st May 2018
Location: Edmonton, Alberta, Canada
Posted: 29th Sep 2024 01:39
Zaxxan wrote: "If we can get more users involved with building the Repo and helping to address issues and maybe even adding new features then the future of AppGameKit may be more certain."


That sounds really good. When you mention issues, do you mean issues with the existing AppGameKit Studio IDE, or issues with the runtime AppGameKit functions themselves?

What types of new features were you considering? Do you mean new editing features for the IDE, or more like new AppGameKit commands and enhancing existing commands? Or possibly both?

I am not a professional programmer or anything like that, but I am potentially interested in this, assuming that I can be of help. Sounds intriguing!
Zappo
Valued Member
19
Years of Service
User Offline
Joined: 27th Oct 2004
Location: In the post
Posted: 29th Sep 2024 01:52
This certainly sounds great to me. My only problem is that I cannot guarantee that I will have much spare time to help out with it - but would love to if I can.

I definitely think it would be better if we worked on fixing a few things first before adding new commands but I suppose there is no reason why both can't happen.
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 29th Sep 2024 17:02 Edited at: 29th Sep 2024 23:23
I think the best approach is to complete the initial draft of the guide and get a couple of forum members to work through it to see if they can complete the build so that I can iron out any issues that are encountered. Once we are confident that the guide can be successfully used to build the Repo it can then be released to other forum members and when they have successfully built the Repo I'm hoping they will then be interested in finding out how AppGameKit Studio works. I have started the Guide and once I have completed it my plan is to work through it on another of my PC's that hasn't been used to build the Repo, If I don't find any issues I will release it as a draft version, if anyone is interested in the initial test then please let me know and I will PM a link to the guide. I hoping to have something ready in the next 2 or 3 weeks.
PSY
Developer
8
Years of Service
User Offline
Joined: 3rd Jul 2016
Location: Laniakea Supercluster
Posted: 29th Sep 2024 18:34
Sounds great. I'm always down for some testing....


PSY LABS Games
Coders don't die, they just gosub without return
SFSW
22
Years of Service
User Offline
Joined: 9th Oct 2002
Location:
Posted: 29th Sep 2024 22:32
Count me in to help as I have time. I'll likely focus on the Windows side of things, but will try to help as I'm available.
GemGames
6
Years of Service
User Offline
Joined: 31st May 2018
Location: Edmonton, Alberta, Canada
Posted: 30th Sep 2024 21:06
Zaxxan wrote: "I think the best approach is to complete the initial draft of the guide and get a couple of forum members to work through it to see if they can complete the build so that I can iron out any issues that are encountered."


I'd be interested thanks, as long as the process of completing a build isn't a major undertaking (which I don't believe it would be) due to my limited time availability. I appreciate you doing all this and making the guide!

I usually run off of a Windows 7 machine, but if that is an issue then I could try instead from a Windows 10 machine instead.
Dark_ITheI _Angel
22
Years of Service
User Offline
Joined: 3rd Sep 2002
Location:
Posted: 1st Oct 2024 10:17
To who can answer it, probably zaxxan.
If TGC decide to make another app,something that i dont believe but not totally impossible. Wouldnt it be a waste of time? Just like it would be if it were for DBPro nowdays?
Animals
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 1st Oct 2024 12:45 Edited at: 2nd Oct 2024 16:19
I have completed the draft copy of the Guide and emailed a link to PSY and SFSW for now. Once I have sorted any initial issues out I will share the link on the forum.
GemGames
6
Years of Service
User Offline
Joined: 31st May 2018
Location: Edmonton, Alberta, Canada
Posted: 2nd Oct 2024 16:52
Zaxxan wrote: "I have completed the draft copy of the Guide and emailed a link to PSY and SFSW for now. Once I have sorted any initial issues out I will share the link with others."


Sounds really good, thanks!
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 2nd Oct 2024 17:48 Edited at: 2nd Oct 2024 19:12
@Dark_ITheI _Angel I've no idea what TGC's plans are for the future, at this current time they are working on GGM. I do think that AppGameKit still has a future and will continue to work with Windows and possibly Android, not so sure about Mac and ios though as I have no experience of those systems.

From a Android API point of view the last update supports API 35 and for once AppGameKit users don't need to panic about Google Play requirements for a while, I hope!
Dark_ITheI _Angel
22
Years of Service
User Offline
Joined: 3rd Sep 2002
Location:
Posted: 2nd Oct 2024 21:29
@Zaxxan,

That was the promised from TGC,to keep AGKS compatible with the relevant ones,windows and android wich as far as they sell AGKS,they should. I just ask myself,how far should the community get involved in its Development when judging by TGC'S record,they do come up after some years with a new Application and by lee bamber own words, for GGMax they have a limit where they want it to go(after that its finish and they go to the next one,afaiu it has always been like that.)

Just thinking out loud,not trying to stop your humble attempts,guess TGC is the one who could really know how much sense it makes developing it past compatibility
Animals
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 3rd Oct 2024 09:17 Edited at: 3rd Oct 2024 09:20
I'm not sure what your point is, are you saying we shouldn't be making any changes and hope that TGC do?

As far as I'm aware no one is working on AppGameKit anymore, Paul has left and Mike doesn't have any input either. Lee maintains the Repo and releases a new Steam update when there has been changes to the Repo.

The majority of the changes in the last 8 months have been made by myself which is why I am trying to encourage other AppGameKit users to get involved otherwise AppGameKit will probably go the same way as DBPro went.

Regarding future TGC applications only TGC know the answer to that. I somehow think that if any new application is released it would be AI based as that seems to be the current trend, personally AI doing the programming for me would take away the fun.
GOTO HelloWorld!
10
Years of Service
User Offline
Joined: 21st Oct 2013
Location: Skyrim,...and lost in it!
Posted: 3rd Oct 2024 12:33
GREAT IDEA!

I really hope this repo will be pinned on the discussion on Steam for easy access or better, is integrated into the help tab in the software.

I only use tier 1 scripting though, so 'helping' is probably out of my league.

I find it so sad this doesn't get better support, so anything that can help with that is more than WELCOME!





Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 3rd Oct 2024 16:52
I could add the Repo to the help tab if people think it would be useful.
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 4th Oct 2024 17:39
@PSY, SFSW, I have uploaded v0.4 of the guide with a few corrections.
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 4th Oct 2024 20:59 Edited at: 5th Oct 2024 08:23
Both PSY And SFSW has successfully built the Repo using the guide and their determination

I've got to add a bit more info to it to make a few things clearer but hopefully it will be available to other users soon.

It's quite s lengthy process to get everything installed and working correctly but this only has to be done once.
GemGames
6
Years of Service
User Offline
Joined: 31st May 2018
Location: Edmonton, Alberta, Canada
Posted: 4th Oct 2024 21:56
Zaxxan wrote: "PSY has successfully built the Repo using the guide and their determination

I've got to add a bit more info to it to make a few things clearer but hopefully it will be available to other users soon."


Awesome! Looking forward to this, thank you for all your work!
agkcoder
19
Years of Service
User Offline
Joined: 12th Dec 2004
Location: AGK Forums
Posted: 5th Oct 2024 02:06
"I could add the Repo to the help tab if people think it would be useful. "

Not sure about that. Actually if anything I would remove links and auto connecting to servers from the IDE, check for new DLCs etc. not relevant anymore. I think the new direction should be a 100% standalone self sufficient AppGameKit that doesn't want to connect anywhere and includes all dependencies in one package. People who want to check out the source will find it easy. Once the guide is ready a dedicated sticky post could be up with a link to both the source code and the build guide.

Just my 2 cents...
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 5th Oct 2024 08:21 Edited at: 5th Oct 2024 08:24
If the links stop working they can be easily removed. The link most likely to carry on working would probably be the Repo I would think. Making the guide a sticky and including the link to the repo is a good idea.
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 5th Oct 2024 10:53 Edited at: 5th Oct 2024 10:53
I've just added a link to the guide in my first post if anyone wants to give it a try,

It probably still needs a bit of tweaking but hopefully it is a good starting point and will enable most users to build the Repo. Any issues please let me know. I'll possibly expand on the guide on how to make changes to the API, Billing etc.

Thanks to PSY and SFSW for testing the guide.
PSY
Developer
8
Years of Service
User Offline
Joined: 3rd Jul 2016
Location: Laniakea Supercluster
Posted: 5th Oct 2024 15:30
My pleasure, it was fun and I learned some stuff

Thanks for the Guide and your hard work Zaxxan!


PSY LABS Games
Coders don't die, they just gosub without return
MucMac
9
Years of Service
User Offline
Joined: 13th Sep 2015
Location: Munich, Germany
Posted: 5th Oct 2024 15:35
damn, this is only for windows installations... anyone using MacOS here?
--
Mac
Lead Programmer
GemGames
6
Years of Service
User Offline
Joined: 31st May 2018
Location: Edmonton, Alberta, Canada
Posted: 5th Oct 2024 15:41
Zaxxan wrote: "I've just added a link to the guide in my first post if anyone wants to give it a try,"


I looked at the guide, but there are no system requirements mentioned. Do you know what version(s) of Windows the installation requires or supports? I.e. 10, 11, 7, even XP or Vista? What is the minimum version of Windows (that the software necessary to build AGKS) supports? Thanks.

Possibly could the current system requirements be added to the document / guide for easy reference?
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 5th Oct 2024 15:51
I would recommend Windows 10 or 11 64bit
PSY
Developer
8
Years of Service
User Offline
Joined: 3rd Jul 2016
Location: Laniakea Supercluster
Posted: 5th Oct 2024 15:51
I believe Android Studio requires at least Windows 8, while Github Desktop requires Windows 10 64-bit or later / macOS 10.15 or later


PSY LABS Games
Coders don't die, they just gosub without return
Zaxxan
AGK Developer
3
Years of Service
User Offline
Joined: 17th Nov 2020
Location: England
Posted: 5th Oct 2024 15:54 Edited at: 5th Oct 2024 15:59
The AppGameKit Studio requirements are shown below, so these probably apply to building the Repo as well:-

MINIMUM:
Requires a 64-bit processor and operating system
OS: Windows 10
Processor: Intel Celeron / Athlon Sempron
Memory: 1 GB RAM
Graphics: Open GL 2.0 compatible
Storage: 2 GB available space
Sound Card: N/A

RECOMMENDED:
Requires a 64-bit processor and operating system
OS: Windows 10 or better
Processor: Intel Core i3 / Athlon FX series or better
Memory: 2 GB RAM
Graphics: Nvidia Geforce 500 series / ATI Radeon HD 6000 series or better
Storage: 2 GB available space
Sound Card: N/A

I'll add something to the guide later
GemGames
6
Years of Service
User Offline
Joined: 31st May 2018
Location: Edmonton, Alberta, Canada
Posted: 5th Oct 2024 16:45
Perfect, thanks!!
SFSW
22
Years of Service
User Offline
Joined: 9th Oct 2002
Location:
Posted: 5th Oct 2024 21:45
Certainly welcome Zaxxan, glad I could help. I echo Psy's sentiment, thank you very much for your hard work on all this. I can tell it was/is not easy This will hopefully pan out for a brighter future for AGKS and keep things running.
Virtual Nomad
Moderator
18
Years of Service
User Offline
Joined: 14th Dec 2005
Location: SF Bay Area, USA
Posted: 15th Oct 2024 21:48 Edited at: 15th Oct 2024 21:57
linked this thread at a new AGK Studio Repo and Resources sticky and dropped the old ones. and, i'm using this for more than "game" Tutorial creators:



thanks for sharing, Zaxxan!

Login to post a reply

Server time is: 2024-10-16 01:20:00
Your offset time is: 2024-10-16 01:20:00