More random practice
Been working on a soundtrack for the new mini-project Iāve been working on. Itās kind of a prototype for the next main game Iām working on so that I can get work done without worrying about some other things for now.
I suppose in some way itās essentially just the world of scripts game for the next main project and I will be making it public later once itās in a playable state.
Unfinished, Part of the prototype game Iām working on
Forgot to update this, works fine. No negativities so far.
I think I have a better idea of how the visuals would work
also hereās the last music I made which I think came out very well, still needs some changes probably
(zone ver3)
Nothing special for a while, ive been tryna figure out the background theme that plays when your on the map and my colledge happens to start blender classes when I actually wanted to learn blender so thatās a happy coincidense.
Iām struggling alot with the scripts cuz I keep tryna get it perfectly done from the getgo, itās about to be the third time I re-implement how the scripts are supposed to handle saving data and loading player files.
But I think my understanding has improved so it isnāt a bad sacrafice. Currently Iām setup pretty well to complete Baseplate4 and the next maingame. All else depends on my resolve and nothing else
Couldnāt do much last week cuz of my sickness, and honestly havenāt felt good in a while. Iād say I made essentially 0 progress last week (except the music)
I was working on a little bit of UI today so this will be this weekās work.
I figured out how to make my custom forcefield effects, the one on the left is a public asset and the one on the right is custom made by me
Video:
Was able to finish up a loading screen and some of the logic nessasary to seperate zones. Itās been a little struggle cuz Iāve reworked the logic for the third time (I might have to do it again but it shouldnāt take aslong anymore
)
I really felt like focusing more on zone loading and other Saves mostly because Iām trying to make it so that the game can have a story mode and an alternative custom mode later so as much script freedom as possible.
If I get into the combat system and loading early then Iāll probably have to start worrying about modelling, Animation and few other additional things at the same time so I decided itās better to get into that later.
Iām learning blender and animation at my colledge anyways so for now Iāll slowly improve my scripting and logic management
Was practicing guitar sounds, Iāll probably start working on the actual combat system and such tommorow (or today if im bored)
Apologies for the lack of updates, Been playing a bunch of AO + Iām working on some of the messy work in the scripts that involve a lot of systems working together which is a little difficult for me to wrap my head around but hereās a music I finished today.
Been finding motivation to work on the game, I keep retreating to other things while working cuz it stresses me out a little but recently I just made it so that Things like Youtube shorts are just inaccessible with certain browser plugins (I had it locked on my phone but didnāt do it on PC until now)
Also been tryna cut on eating, Often retreat to that too to cope but I think Iāve gotten a bit outside that habit mostly because Iāve been getting rid of unnecessary stuff.
Currently working on the main combat system, Iāve worked out the idea better but scripting it is taking a little bit of time However I hope to finish at least a sample of the battle system by this weekend.
Made this soundtrack yesterday, itās alright but could be better.
Was working on Data saves and some UI work.
Nothing much to show but hereās the file screen I reworked the previous one too
Still not scripted in but now that the data manager is some what usable I should be able to link functionality soon
Music I made recently, forgot to post it
Went with my old style, Iāve improved noticeably
āDark Skiesā
Been a while since I tried making a little ambient. Got sound new sounds while looking around for guitars.
Decided to redo one of my scripts today, (My ass was stuck on it for a month and I only realized that when I checked my save dates) Was way faster then the old scriptās dev time (almost completed it by today). I apologize for the slow progress, Probably shouldnāt have jumped between the Zone Loader, Data Saves and Client Script quickly ![]()
No worries thou, I think Iām on track but Itās still gonna take me time to learn them all properly and Implement them
Music I made a long while ago, Felt Inspired while listening to it and changed it a bit to sound better:
āFieldā V2
Update:
Gotten the hang of OOP, Itās a lot easier then it seemed honestly and makes it easier to script stuff. Apologies for delaying so much. Iām just very good at procrastinating.
The client side script for the starting menu is basically done, just needs data integration (might do this later honestly) and should be good to go.
After that I kind of wanna rework the gameās zone building script, itās script style is VERY VERY messy and now that I can use OOP and module scripts I can change it to a better form.
Out of curiousity, which tutorials or resources did you look at for this? Iāve been wanting to pick up OOP as well but the tutorials I tried havenāt made much sense
I will be very honest, I learnt it thru chat GPT, Specifically when working with client side GUI. I had a bunch of frames and buttons and managing them thru a single script was a pain so the structure it suggested me to use was using modules and have a sperate module handle each menuās features.
I think the only confusing part was meta tables cuz while I do know how to initialize them I have no idea why you need to initialize them that way in the first place.
You could use this forum post to kind of get a gist of it:







