[SVN/Git]How to Link SVN Commits to Github

contact me at [email protected] link I’ve been wanting to do this for a while now. Since I moved on to SVN from git, there has been a certain lack of green squares on my github profile page. I thought it would look bad on my portfolio, also, I keep saying I’m working on my game, but there was no way to prove it unless I do a dev broadcast or something like that....

January 11, 2024 · whatthesamuel

[GPT]Making a ChatGPT Agent That Creates NPC Dialogues

contact me at [email protected] link Note: The following names in this article have nothing to do with anyone in real life. I’m just bad at naming characters, so I just used the most generic names I could come up with Link to the AI: https://chat.openai.com/g/g-Pih8rJ8cl-npc-dialogue-generator I didn’t know that I could make custom agents with chatgpt, which would have made my previous AI projects a lot more easier. So I decided to try it out with my previous experiences on generating AI dialogues with LLM gpts...

January 9, 2024 · whatthesamuel

[Unreal Engine] Actions Have Consequences

contact me at [email protected] link Finally, a long journey has come to an end. “Actions have consequences”, originally “black money”, made a successful presentation at the graduation project fair at our university. It went through a lot, and will go through many changes as I keep updating the project, but as for now, I’m glad that many people enjoyed the result I’ve been making for the last 6 ~ 7 months....

November 27, 2023 · whatthesamuel

[Unreal]Ballistics

contact me at [email protected] link Realistic shooters like Arma have set the gold standard when it comes to authentic gunplay, often incorporating real-life ballistics into their gameplay. It’s a fascinating challenge to attempt to bring this level of realism into your own game while ensuring minimal performance impact, especially in a multiplayer setting. During my research, I stumbled upon the intriguing approach used in Insurgency: Sandstorm, which blends hitscan and projectile spawning mechanics....

September 16, 2023 · whatthesamuel

Why am I not using github as much as before?

contact me at [email protected] link If you’ve been following my projects over a stretch of time, or you stumbled upon me on GitHub, you might have noticed a curious absence of those familiar green squares on the update calendar widget on my website. The reason for this is that I’ve made a switch to SVN (Subversion) for my Unreal projects. Lately, I’ve been using TortoiseSVN connected to my home server (you can read about this in my NAS project articles)....

August 10, 2023 · whatthesamuel