create account

Game Development | Alpha Channel, Fixes, And UE5 by enjar

View this thread on: hive.blogpeakd.comecency.com
· @enjar ·
$25.00
Game Development | Alpha Channel, Fixes, And UE5
<center> ![fixes.jpg](https://files.peakd.com/file/peakd-hive/enjar/23uEzCWC2JxdhrafbA72tHih8udTPt44W6HCUYpNqbnC5RWKupSZDNmbBJYkvRKm5GRUb.jpg) </center>
Sometimes it feels like you get nothing done. Between some clean-up, fixing issues, and trying new things that were the case.  I ended up creating more work for myself than what I got done. At least there is some good news in all of it. 

# Issues With Icon Alpha Channel
<center> ![messed up icons.png](https://files.peakd.com/file/peakd-hive/enjar/23xejg5R7HBFjS3Lk8eCwpgsmbYee6F74V54Z9H8BvBwRpLySx4qX8bBV93Fq4ZtEqZgj.png) </center> 
A while ago I noted when mass importing into Unreal Engine 4 (UE4) that quite a few of the icon images for armor and weapons were getting messed up. I tried some simple fixes on my end with no luck before diving into some research in hopes of finding some answers. 

Long story short UE4 is showing about 90 icons as not having an alpha channel. As a result, I have to use a program to add the alpha channel. Since I’m using the free version of that program I then have to open it in another program to save it in a format UE4 will register the icons as having an alpha channel enabled. 

A bit of an odd issue to have in the first place. Even more so having to use multiple programs to get the result I want. At least this was not an issue on the majority of the almost 600 icons.

<center> ![Icons.png](https://files.peakd.com/file/peakd-hive/enjar/Eo4AB5XiuxcyzGw941P7RRhHQ4yt5T8xkuEqTsLHPHhi5fdo2TLQZSTwf9BBvHarDMA.png) </center> 
This also led to another issue. I did not have around 600 icons import in. It appears one late night when I was working on things I was not being as organized as I thought I was. Some icons made it into the correct folders and into the game others did not.  

Hopefully, over the weekend I’ll wrap this stuff up. Along with getting it converted over to my main project. This will require some manual labor as my testing project and the main project are not clones of each other. Many components of the new inventory system are not in the main project. There is also a lot more testing that needs to be done. 


# Fixing Some Stuff On The Main Project
<center> ![abyss.png](https://files.peakd.com/file/peakd-hive/enjar/23yJ3cqzXQttRAekRRP2LxqT1NNjE225EctaTX3UFnvJ58Sp2mDuYooEh5E5jBYL5NSpL.png) </center> 
Back during mid-May, I released an [exploration zone demo](https://peakd.com/hive-176981/@enjar/game-development-or-nightly-dungeon-zone-exploration-demo-release-on-itch) for people to try out. This was mainly to get people to test out the zones themselves and see what kind of issues cropped up. 

One issue that got brought up a lot from those who have higher screen resolutions them me was people having UI issues. Part of it was due to old and no longer used UI elements not being viewable for my resolution but at 4k+ they could be seen on the screen. Those have been cleared up. I had forgotten some stuff that was outside of the field of view in the UI widgets. 

There were also some "texture issues" reported as in people not happy with how the game looks. Yep, not much I’m going to be doing about that. I’m a solo indie game developer on quite the budget. Perhaps my next game after this will have higher resolution textures. 

Some also reported issues with the background music. I made some slight changes to how I was handling sound blueprints. Not a whole lot I can do since I’m not an audio guy, not looking to hire, and not looking to pay for fancy things.  

Random crashing. Nothing I could track down on my end. Hopefully, there are no widespread issues that will show up later. 

Blocking volume that was causing an issue Abyss. That was slightly adjusted.

There won’t be an updated version of the Zone Exploration Demo since it’s quite a chopped-down version of the game itself. With quite a few things disabled or removed so the main focus could just be on the zones. Which would require double work on my end to make those changes to it as well. The changes will however appear in the combat and loot demo. 



	
# Unreal Engine 5
<center> ![unreal engine 5.png](https://files.peakd.com/file/peakd-hive/enjar/23u5ZK3bZP52pQxgq5rYmXp2fNWnGvScYDK5cctuqxAy5EwvGbg1Cgb1dRkCNTSPGFaZu.png) </center> 
Not too long ago I finally got early access to Unreal Engine 5 (UE5).  This was supposed to happen much earlier in the year. I thought I would at least give it a try and see how things went. UE5 is not ready for production usage and my project has quite a few issues with it. 

While I did not too long ago [upgrade](https://peakd.com/hive-176981/@enjar/game-development-or-upgrading-to-a-newer-unreal-engine-version) to the latest UE4 version giving myself a possible upgrade path to UE5.  . Some modules I use also are not ready for UE5 from what I could tell as well. After getting my project into UE5 it failed to compile and a lot of issues I rather not think about. 

I also did take a look at some of the example projects UE5 has and I could not even run them. They required 32 gigs of ram with a recommendation of 64 gigs of ram. Not to mention my graphics card is getting a bit older and lacks the supporting features it needs. 

While it would have been cool to make this a UE5 project I just don’t see that happening at this point. A lot of the main features for doing so I rather lack from a computer capacity standpoint to even take advantage of. 

While they suggest that projects looking to come out late in 2022 could be candidates for using UE5. With how late into the year the early access was made available I would not be shocked if they were a bit late on their target for when UE5 will truly be ready for production level.  

As such I’m going to keep my project as UE4 for now. Some features from UE5 have been making it over to UE4. More times than not I can’t take advance of them anyways. Even more so when you run into issues and you can’t solve them on your own without doing further research that yields zero results with everything being so new. 

# Final Thoughts
Many elements of working on this game are starting to drag on further than I like. Hopefully, I’ll be done with them soon. 

# Other Posts:
* [49. Game Development | Menus And Settings](https://peakd.com/hive-176981/@enjar/game-development-or-menus-and-settings)
* [50. Game Development | Massive Increase In Items, Crafting, And Zone Loot Tables]( https://peakd.com/hive-176981/@enjar/game-development-or-massive-increase-in-items-crafting-and-zone-loot-tables)
* [51. The Inventory System That Broke Me](https://peakd.com/hive-176981/@enjar/game-development-or-the-inventory-system-that-broke-me)
# Information
Screenshots were taken and content was written by @Enjar. Screenshots are from [Nightly Dungeon](https://peakd.com/@nightlydungeon) and [Unreal Engine 4](https://www.unrealengine.com/)

Game [roadmap](https://trello.com/b/n47NpNRE/enjargames-product-roadmap).

<center> <a href=https://peakd.com/index/@enjar/gaming><img src=https://files.peakd.com/file/peakd-hive/enjar/K8xmTOyY-image.png></a> </center>

<center> <a href=https://twitter.com/EnjarGames><img src=https://files.peakd.com/file/peakd-hive/enjar/Qm5z2YEq-image.png></a> <a href=https://cointr.ee/enjargames><img src=https://files.peakd.com/file/peakd-hive/enjar/jsFr7al2-cointree2.png></a>  </center>





👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 214 others
properties (23)
authorenjar
permlinkgame-development-or-alpha-channel-fixes-and-ue5
categoryhive-176981
json_metadata{"app":"peakd/2021.05.5","format":"markdown","tags":["game","development","nightlydungeon","ue4","indie","battle","palnet"],"users":["enjar","Enjar.","nightlydungeon"],"image":["https://files.peakd.com/file/peakd-hive/enjar/23uEzCWC2JxdhrafbA72tHih8udTPt44W6HCUYpNqbnC5RWKupSZDNmbBJYkvRKm5GRUb.jpg","https://files.peakd.com/file/peakd-hive/enjar/23xejg5R7HBFjS3Lk8eCwpgsmbYee6F74V54Z9H8BvBwRpLySx4qX8bBV93Fq4ZtEqZgj.png","https://files.peakd.com/file/peakd-hive/enjar/Eo4AB5XiuxcyzGw941P7RRhHQ4yt5T8xkuEqTsLHPHhi5fdo2TLQZSTwf9BBvHarDMA.png","https://files.peakd.com/file/peakd-hive/enjar/23yJ3cqzXQttRAekRRP2LxqT1NNjE225EctaTX3UFnvJ58Sp2mDuYooEh5E5jBYL5NSpL.png","https://files.peakd.com/file/peakd-hive/enjar/23u5ZK3bZP52pQxgq5rYmXp2fNWnGvScYDK5cctuqxAy5EwvGbg1Cgb1dRkCNTSPGFaZu.png","https://files.peakd.com/file/peakd-hive/enjar/K8xmTOyY-image.png","https://files.peakd.com/file/peakd-hive/enjar/Qm5z2YEq-image.png","https://files.peakd.com/file/peakd-hive/enjar/jsFr7al2-cointree2.png"]}
created2021-06-05 06:50:09
last_update2021-06-05 06:50:09
depth0
children13
last_payout2021-06-12 06:50:09
cashout_time1969-12-31 23:59:59
total_payout_value14.424 HBD
curator_payout_value10.578 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,326
author_reputation860,677,901,460,107
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,141,119
net_rshares43,572,439,723,855
author_curate_reward""
vote details (278)
@chibititan ·
$0.31
Squashing bugs and doing clean up never feels very glorious but it needs to be done too. 😀

We ended up running into some issues with UE5 as well with our only little bit of C++ work. It was always kind of buggy though so ended up just rebuilding it in blueprints and now it works much better. Noticed yesterday most plugins and such are still only UE4 also. We do not really use these so had not noticed. You are probably also right that it will not be production ready when they say it will be. So sticking with UE4 is probably the best choice.

Keep up the good work! Progress is progress, just have to stay focused.
👍  
properties (23)
authorchibititan
permlinkre-enjar-quac8v
categoryhive-176981
json_metadata{"tags":["hive-176981"],"app":"peakd/2021.05.5"}
created2021-06-06 14:58:12
last_update2021-06-06 14:58:12
depth1
children2
last_payout2021-06-13 14:58:12
cashout_time1969-12-31 23:59:59
total_payout_value0.156 HBD
curator_payout_value0.156 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length619
author_reputation2,856,373,472,108
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,168,217
net_rshares826,808,624,994
author_curate_reward""
vote details (1)
@enjar ·
Most of the stuff I do tends to be in blueprints. Glad you were able to redo it and get things to work. Overtime I’m sure they will be making it easier for projects to convert over as they update UE4. 
👍  
properties (23)
authorenjar
permlinkre-chibititan-qubc36
categoryhive-176981
json_metadata{"tags":["hive-176981"],"app":"peakd/2021.05.5"}
created2021-06-07 03:52:21
last_update2021-06-07 03:52:21
depth2
children1
last_payout2021-06-14 03:52:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length201
author_reputation860,677,901,460,107
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,179,295
net_rshares3,006,337,413
author_curate_reward""
vote details (1)
@chibititan ·
Blueprints are pretty nice. Did not expect that going into it. Though we need some AI characters to function at different angles and Unreal's Nav Mesh Bounds only seems to work on Z oriented grounds and a small angles. Like wall and ceiling walking. Cannot find much on the subject. Probably going to have to go to C++ for that. 😕
properties (22)
authorchibititan
permlinkre-enjar-qud4je
categoryhive-176981
json_metadata{"tags":["hive-176981"],"app":"peakd/2021.05.5"}
created2021-06-08 03:04:27
last_update2021-06-08 03:04:27
depth3
children0
last_payout2021-06-15 03:04:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length330
author_reputation2,856,373,472,108
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,200,769
net_rshares0
@deanlogic ·
$0.33
Dude, your one man game development effort is awesome.

!BEER !PIZZA !LUV
👍  ,
properties (23)
authordeanlogic
permlinkre-enjar-202165t94019457z
categoryhive-176981
json_metadata{"tags":["game","development","nightlydungeon","ue4","indie","battle","palnet"],"app":"ecency/3.0.17-vision","format":"markdown+html"}
created2021-06-05 13:40:18
last_update2021-06-05 13:40:18
depth1
children2
last_payout2021-06-12 13:40:18
cashout_time1969-12-31 23:59:59
total_payout_value0.166 HBD
curator_payout_value0.166 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation19,560,080,433,201
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,146,140
net_rshares844,562,431,899
author_curate_reward""
vote details (2)
@enjar ·
Thanks. 
properties (22)
authorenjar
permlinkre-deanlogic-qubby8
categoryhive-176981
json_metadata{"tags":["hive-176981"],"app":"peakd/2021.05.5"}
created2021-06-07 03:49:21
last_update2021-06-07 03:49:21
depth2
children0
last_payout2021-06-14 03:49:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation860,677,901,460,107
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,179,276
net_rshares0
@pizzabot ·
<div class='pull-right'><center><sup>Connect</sup></center><p><a href="https://discord.gg/Q9bQAKpWGS"><img src="https://files.peakd.com/file/peakd-hive/pizzabot/AKF96fKjnX3wjXERHcKAFHaoHnfTVhXqPjXVz8E1Th9nPiJqmFtaycosVpPBZ7z.png"></a></p></div><div class='pull-right'><center><sup>Trade</sup></center><p><a href='https://hive-engine.com/?p=market&t=PIZZA'><img src="https://files.peakd.com/file/peakd-hive/pizzabot/23sxbi2M4UjELDzQjxPdzubdgfMjHTCtA1xueyxmnhJUrB8136VyK3pqynyWYiZYF9HrC.png"></a></p></div><center><br> <p>@enjar! I sent you a slice of <strong><em>$PIZZA</em></strong> on behalf of @deanlogic.</p> <p>Learn more about <strong><em>$PIZZA Token</em></strong> at <a href="https://hive.pizza">hive.pizza</a> <sub>(2/10)</sub></p> </center><div></div>
properties (22)
authorpizzabot
permlinkre-re-enjar-202165t94019457z-20210605t134121z
categoryhive-176981
json_metadata"{"app": "beem/0.24.19"}"
created2021-06-05 13:41:21
last_update2021-06-05 13:41:21
depth2
children0
last_payout2021-06-12 13:41:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length760
author_reputation6,167,709,259,287
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,146,161
net_rshares0
@dksart ·
$0.32
Nice, slowly but surely...  
!PIZZA
👍  
properties (23)
authordksart
permlinkqud3iw
categoryhive-176981
json_metadata{"app":"hiveblog/0.1"}
created2021-06-08 02:42:30
last_update2021-06-08 02:42:30
depth1
children2
last_payout2021-06-15 02:42:30
cashout_time1969-12-31 23:59:59
total_payout_value0.161 HBD
curator_payout_value0.161 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length35
author_reputation32,741,028,723,004
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,200,490
net_rshares863,013,968,844
author_curate_reward""
vote details (1)
@enjar ·
It's at least going slowly. Perhaps the other part over time :)
properties (22)
authorenjar
permlinkre-dksart-qudct8
categoryhive-176981
json_metadata{"tags":["hive-176981"],"app":"peakd/2021.05.5"}
created2021-06-08 06:03:12
last_update2021-06-08 06:03:12
depth2
children0
last_payout2021-06-15 06:03:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation860,677,901,460,107
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,202,864
net_rshares0
@pizzabot ·
<div class='pull-right'><center><sup>Connect</sup></center><p><a href="https://discord.gg/Q9bQAKpWGS"><img src="https://files.peakd.com/file/peakd-hive/pizzabot/AKF96fKjnX3wjXERHcKAFHaoHnfTVhXqPjXVz8E1Th9nPiJqmFtaycosVpPBZ7z.png"></a></p></div><div class='pull-right'><center><sup>Trade</sup></center><p><a href='https://hive-engine.com/?p=market&t=PIZZA'><img src="https://files.peakd.com/file/peakd-hive/pizzabot/23sxbi2M4UjELDzQjxPdzubdgfMjHTCtA1xueyxmnhJUrB8136VyK3pqynyWYiZYF9HrC.png"></a></p></div><center><br> <p>@enjar! I sent you a slice of <strong><em>$PIZZA</em></strong> on behalf of @dksart.</p> <p>Learn more about <strong><em>$PIZZA Token</em></strong> at <a href="https://hive.pizza">hive.pizza</a> <sub>(4/10)</sub></p> </center><div></div>
properties (22)
authorpizzabot
permlinkre-qud3iw-20210608t024324z
categoryhive-176981
json_metadata"{"app": "beem/0.24.19"}"
created2021-06-08 02:43:24
last_update2021-06-08 02:43:24
depth2
children0
last_payout2021-06-15 02:43:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length757
author_reputation6,167,709,259,287
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,200,498
net_rshares0
@enjar ·
Shared on Twitter. 
https://twitter.com/EnjarGames/status/1401069368323215362
properties (22)
authorenjar
permlinkre-enjar-qu7v45
categoryhive-176981
json_metadata{"tags":["hive-176981"],"app":"peakd/2021.05.5"}
created2021-06-05 06:52:54
last_update2021-06-05 06:52:54
depth1
children0
last_payout2021-06-12 06:52:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation860,677,901,460,107
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,141,155
net_rshares0
@luvshares ·
@enjar, you were given LUV from @deanlogic. Info: https://peakd.com/@luvshares or check wallet: https://hive-engine.com https://ipfs.io/ipfs/QmUptF5k64xBvsQ9B6MjZo1dc2JwvXTWjWJAnyMCtWZxqM
properties (22)
authorluvshares
permlinkre-game-development-or-alpha-channel-fixes-and-ue5-20210605t134031z
categoryhive-176981
json_metadata"{"app": "beem/0.24.20"}"
created2021-06-05 13:40:33
last_update2021-06-05 13:40:33
depth1
children0
last_payout2021-06-12 13:40:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length187
author_reputation5,182,010,254,889
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,146,147
net_rshares0
@timsunny ·
$0.27
Unreal engine is actually good, I have never used it before, but I have used unity,I would give UE a try.
Great work.
👍  
properties (23)
authortimsunny
permlinkre-enjar-qu7vfd
categoryhive-176981
json_metadata{"tags":["hive-176981"],"app":"peakd/2021.05.5"}
created2021-06-05 06:59:45
last_update2021-06-05 06:59:45
depth1
children1
last_payout2021-06-12 06:59:45
cashout_time1969-12-31 23:59:59
total_payout_value0.132 HBD
curator_payout_value0.133 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length117
author_reputation708,420,280,888
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,141,212
net_rshares689,217,529,228
author_curate_reward""
vote details (1)
@enjar ·
Hopefully next year UE5 will be in a production level state. 
properties (22)
authorenjar
permlinkre-timsunny-qu7w41
categoryhive-176981
json_metadata{"tags":["hive-176981"],"app":"peakd/2021.05.5"}
created2021-06-05 07:14:33
last_update2021-06-05 07:14:33
depth2
children0
last_payout2021-06-12 07:14:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length61
author_reputation860,677,901,460,107
root_title"Game Development | Alpha Channel, Fixes, And UE5"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id104,141,395
net_rshares0