IslamiCity.org Homepage
Forum Home Forum Home > Culture & Community > Islamic Market Place (Bazar/Souk) > Apps /Softwares
  New Posts New Posts RSS Feed - I am developing a game about Palestine Resistance  What is Islam What is Islam  Donate Donate
  FAQ FAQ  Quran Search Quran Search  Forum Search   Events   Register Register  Login Login

I am developing a game about Palestine Resistance

 Post Reply Post Reply Page  <1 45678 9>
Author
Message Reverse Sort Order
udkultimate View Drop Down
Groupie
Groupie
Avatar
Male Islam
Joined: 02 October 2019
Location: Brazil
Status: Offline
Points: 61
Post Options Post Options   Thanks (0) Thanks(0)   Quote udkultimate Quote  Post ReplyReply Direct Link To This Post Posted: 11 March 2020 at 11:22am
Assalamu Alaykum Brothers. 

I know there are almost two weeks without any updates, but be sure I am working, and VERY HARD to finish and release the first episode untill the end of this month. However, because I have published about my game on almost 100 sites, which I need to keep updated, I only publish whenever I have some significant updates. 

But here on twitter (https://twitter.com/UdkUltimate) and also on IndieDB (https://www.indiedb.com/games/fursan-al-aqsa-knights-of-al-aqsa-mosque) I always post at least a new screenshot of some feature I am developing/improving. 

From since my last update about the Weapons, I have done basically two things. I created a new custom AI Class especially for knife kills game mode. Now you can approach the enemy from behind without being spotted, however, if you touch the enemy, or stay a long time behind him, he will realize it and shoot at you. This was done mixing Kismet (the Blueprints of UE3) with UnrealScript. I even created a custom field of view to the enemy using a trigger volume.

 


 

 

Also, I am remaking the Knife Kills System, with updated character animations and a brand new camera animation, on the best Mortal Kombat X style. It even has the X-Ray effect!

 

I was thinking on releasing those test maps (with blue/white checkboard) from since last week, for people test the game, however, I think that these don't reflect the final game quality and may even harm this project. 

As I said before, I will ask a very small value (something like U$ 2.00) for each episode, because I am in strong need to earn some profit (my financial conditions are very bad at the moment). 

So it's for that reason that I prefeer release each episode on it's complete state, Insha Allah, with fully textured maps, animations, mission objectives, and so on, for making this game worth the price. I know that even for a small price like this, people want a complete product, a fully working game, not just a "developer" bugged version of the game. I hope you all understand the reason why I delayed a while the release of this game. 

Jazakom Allah Khayr for all this support and interest on my game. 

Cheers and until next update!
Back to Top
udkultimate View Drop Down
Groupie
Groupie
Avatar
Male Islam
Joined: 02 October 2019
Location: Brazil
Status: Offline
Points: 61
Post Options Post Options   Thanks (0) Thanks(0)   Quote udkultimate Quote  Post ReplyReply Direct Link To This Post Posted: 25 February 2020 at 9:14am
Fursan al-Aqsa Dev Blog #9 - Making-Off Weapons and Projectile Physics

In this article I discuss the technical details of how I created the weapons of my game, and how I did the physics simulations for the projectiles using Unreal Script.

Back to Top
TillLindemann View Drop Down
Newbie
Newbie

Muslim
Joined: 28 January 2020
Location: Toronto
Status: Offline
Points: 16
Post Options Post Options   Thanks (0) Thanks(0)   Quote TillLindemann Quote  Post ReplyReply Direct Link To This Post Posted: 24 February 2020 at 3:56pm
Thanks, I have didn't even believed that such a games could be on the PS3 and Xbox 360 but can this game even compared to what it is. So basicly I prefer to use a MMORPG games like Lol and personally for me it's good damn good since it allows me to crush the players whichever I want. However I hate when I should high my lvl up when it comes a bigger update that increases the maximum lvl. Because of that I've decided to use a LoL rank boosting since it can give me more personal time. Btw you shouldn't even play on it (offer takes care about themselves) and it's pretty cheap..
Back to Top
udkultimate View Drop Down
Groupie
Groupie
Avatar
Male Islam
Joined: 02 October 2019
Location: Brazil
Status: Offline
Points: 61
Post Options Post Options   Thanks (0) Thanks(0)   Quote udkultimate Quote  Post ReplyReply Direct Link To This Post Posted: 05 February 2020 at 7:33am
Hello guys! Just want to show off here something cool I created. A cool HeadShots Counter for the Special Ops Mode.

The basic tech behind it is very simple.

On the UnrealScript Class that control the enemy behaviour, I created a boolean variable called HeadShot. Then on the TakeDamage Event of the enemy UnrealScript Class I created a small function to detect which bone of the skeleton was hit by the weapon projectile (in case Head and Neck Bones).

So whenever the weapon projectile hits the Head or Neck Bones, the boolean variable HeadShot is set to true (it begins the code as false).

And then on Kismet there is a node which can read object properties (variables). So I simply added this node to read the variable HeadShot value, and if its true, I made increment in 1 another variable (kismet variable) which is the HeadShot Counter. So that means, each time the player shoots the head of the enemy. the HeadShot Counter will increment in one, so the player performs 3 headhsots on the enemy, the HeadShotCounter will be 3.

Next step is add another counter to count total number of enemies on map. It begins by counting all enemies an add them to an array, and then add an event (Enemy Death), and each time this even occurs, one enemy will be removed fromt the array (ObjectList). So whenever this array becomes empty, that means we killed all enemyes. And after killing all the enemies, then we go there and check for the value of HeadShotsCounter variable. If I want the player to perform at least 10 HeadShots, I need to check if this variable is >= (bigger or equal) than 10. If yes, then the mission is accomplished. If it is < (less) than 10, then mission failed.

It's that simple!

Cheers!


Back to Top
udkultimate View Drop Down
Groupie
Groupie
Avatar
Male Islam
Joined: 02 October 2019
Location: Brazil
Status: Offline
Points: 61
Post Options Post Options   Thanks (0) Thanks(0)   Quote udkultimate Quote  Post ReplyReply Direct Link To This Post Posted: 02 February 2020 at 7:07pm
#FursanAlaqsaGame meets @MortalKombat!

Can you guess what I am planning next to my game?

Cheers!

#Blood #KnifeKills #FinishHim #FlawlessVictory #Fatality 

Back to Top
udkultimate View Drop Down
Groupie
Groupie
Avatar
Male Islam
Joined: 02 October 2019
Location: Brazil
Status: Offline
Points: 61
Post Options Post Options   Thanks (0) Thanks(0)   Quote udkultimate Quote  Post ReplyReply Direct Link To This Post Posted: 01 February 2020 at 9:15pm
Fursan al-Aqsa Dev Blog #8 - Enhanced Artificial Intelligence for Enemies

In this article I discuss the technical details of how I created various AI algorithms for my game entirely in Kismet, the Visual Programming Language of Unreal Engine 3.

https://www.indiedb.com/games/fursan-al-aqsa-knights-of-al-aqsa-mosque/news/fursan-al-aqsa-dev-blog-8-enhanced-artificial-intelligence-for-enemies

Back to Top
udkultimate View Drop Down
Groupie
Groupie
Avatar
Male Islam
Joined: 02 October 2019
Location: Brazil
Status: Offline
Points: 61
Post Options Post Options   Thanks (0) Thanks(0)   Quote udkultimate Quote  Post ReplyReply Direct Link To This Post Posted: 31 January 2020 at 11:26pm
Fursan al-Aqsa - Enemies AI Update


https://www.indiedb.com/games/fursan-al-aqsa-knights-of-al-aqsa-mosque/videos/18-fursan-al-aqsa-enemies-ai-update

This video shows the updated enemies AI in action, alongside the preview of a very fun new game mode: "Blow Them Up"

Let's frag!

In the next post I will reveal the tech detail of this new AI system I created using Kismet, the Visual Programming Language of Unreal Engine 3.

Cheers!
Back to Top
udkultimate View Drop Down
Groupie
Groupie
Avatar
Male Islam
Joined: 02 October 2019
Location: Brazil
Status: Offline
Points: 61
Post Options Post Options   Thanks (0) Thanks(0)   Quote udkultimate Quote  Post ReplyReply Direct Link To This Post Posted: 09 January 2020 at 9:22am
Fursan al-Aqsa Dev Blog #7 - Making Off SplitScreen Multiplayer

In this article I discuss the technical details of how I implemented the Multiplayer with SplitScreen for my game.

https://www.indiedb.com/games/fursan-al-aqsa-knights-of-al-aqsa-mosque/news/fursan-al-aqsa-dev-blog-7-making-off-splitscreen-multiplayer

It's worth a reading :D

Back to Top
 Post Reply Post Reply Page  <1 45678 9>
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.03
Copyright ©2001-2019 Web Wiz Ltd.