Jump to content

Blogs

Object's dimension in Blender and Leadwerks

It should be great if you can create a game world which has exact real-life object's dimensions. If you are using Blender to make game props for Leadwerks, these are some simple steps to help you archive the dimension match up. Step 1: In Blender, go to Properties panel > Scene tab > Unit group Choose "Meters" from list. Make sure Length = Metric, Angle = Degree, Unit scale = 1 Step 2: This step is optional but can make you feel better with grid floor

tipforeveryone

tipforeveryone

Beta Update Available

A full update for Windows and Linux is now available on the beta branch which addresses several small problems: http://www.leadwerks.com/werkspace/topic/15772-standalone-build-wont-launch/ http://www.leadwerks.com/werkspace/topic/15761-entity-gets-has-stopped-working-error/ http://www.leadwerks.com/werkspace/topic/15766-crash-anything-since-last-update-object-already-deleted/   The version of the VC redistributable has also been updated in Steam and will fix this problem if you are having t

Josh

Josh

Marble Game Template

Previously, I laid out a pretty complete design of the racing game template I want to build. There's definitely enough there to build out the concept with very little left unanswered.   We are going to have a marble game template, because of its simplicity and ease of learning. However, unless the template really looks like a game people would want to play, it doesn't offer enough "carrot" to inspire people. This idea is less well-defined than the racing game, so I am only in the idea

Josh

Josh

4.3 Update Available

An update to version 4.3 is now available on the default branch. This fixes it so the editor is not DPI-aware and will be scaled correctly if scaling on Windows is used. Some small shadow update bugs were fixed, and the animation shaders were improved.   If you are having trouble running your game from the editor in debug mode, you need to install the latest VC++ redistributable from Microsoft found here: https://www.microsoft.com/en-us/download/details.aspx?id=53587   The version distribut

Admin

Admin

The path we are on

Previously, I have talked about my plans for Leadwerks and how to get there. In that blog I started with technical specs and went backwards with the path we would follow to achieve those goals. Now I have begun to put some of these ideas into practice and I want to review my plan with you.   I met with a very large academic institution a few months ago and talked about using Leadwerks to teach game programming. This is the whole reason I wrote this blog and did the research included therein

Josh

Josh

Looking further

Ive decided to plan better and fix milestones so i can actually finish this game, the main problem is lack of time.But i have patience.   I got a domain and in the process to setup a website and a blog.The plan is to have a small release every 15 days. Will see how it goes, it would be nice to work full time on this but not possible at this time, still have to go to work for a living.   Currently im about to finish a somewhat starcraft like resource gathering mechanic. A mine has a 1 trans

aiaf

aiaf

Beta update available

An update to 4.3 is available on the beta branch. This fixes it so the editor is not DPI-aware and will be scaled correctly if scaling on Windows is used. This build is also built with a fresh install of Windows 10 and Ubuntu (but it shouldn't make any difference).   This is a full build for Windows and Linux, with C++ libraries included. Game Launcher is also updated on its beta branch.   If there are no problems with this, it will go onto the default branch in a couple days.

Josh

Josh

Preparing for the release of version 4.4

I am going to try something different this time and use the Thunderclap tool to promote the release of Leadwerks 4.4, which I have scheduled for April 3: https://www.thunderclap.it/projects/52943-leadwerks-game-engine-4-4   Please sign up to help with the launch if you would like to promote it.   Also, there is still time to help the launch of A Demon's Game: https://www.thunderclap.it/projects/52763-a-demon-s-game-crowdfunding

Josh

Josh

Beta update available

An update is available on the beta branch for Windows, editor and Lua executables only. This fixes a problem in the new light update system: http://www.leadwerks.com/werkspace/topic/15713-shadow-update-editor-issues/ http://www.leadwerks.com/werkspace/topic/15716-43-child-entities-do-not-cast-shadows/   The animation shaders are also modified and they will appear better: http://www.leadwerks.com/werkspace/topic/15710-all-animated-shaders-have-wrongstatic-normals/

Josh

Josh

Tutorial recording setup

Something that has always been a time consuming process is getting the audio right in my recordings. Although I have a very decent headset, recordings allways contained a lot of static noise and voice 'pops'. To get an acceptablequality I required a finetuned microphone placement for every recording. 1cm to the left could make a big difference. The recording software that I use has some build in noice reduction filters, but they do not always guarantee a smooth audio track.   Since there are g

AggrorJorn

AggrorJorn

One More Day - Performance Updates

One More Day - Performance Updates   So it’s been a while since my last blog update on One More Day but recently I had a look to see if I could do anything with improving the performance of the game. As it turns out there were still some optimisations to be made that have helped boost performance.   V0.1.6 on the Game Launcher   Here are the main performance related changes I’ve made which were recently published to the Game Launcher: I changed some of the furniture models to lower pol

xtom

xtom

Followup on social media blog

I'm going to focus on directing people to the Leadwerks mailing list and getting people to sign up for Leadwerks accounts. This is much more valuable than social media followers we have no data for, or even Steam users we can't contact directly.   We do need something extra to get the word out to people on the web about Leadwerks, but I don't think Facebook and Twitter are it...

Josh

Josh

Leadwerks 4.3 RC3

A full build is available for Windows and Linux on the beta branch on Steam. This fixes a problem with the character controller physics and with the Alt key on Windows.   To upgrade 4.2 C++ projects to 4.3, you must add the following search paths: $(LeadwerksHeaderPath)\Libraries\libvorbis\include $(LeadwerksHeaderPath)\Libraries\libogg\include   I'm pretty sure it's ready, but please give it a good thrashing. This will go up on the default branch tomorrow morning.

Josh

Josh

Leadwerks 4.3 RC2

I've uploaded a full build for Windows and Linux, and updated the game launcher beta branch. This adjusts some very minor issues that you probably won't even notice.   Some of your characters might need to have their character controller angle setting set to 180, depending on how you have them set up. This is because some previously incorrect behavior has been fixed. You can use my third-person player script for testing.   My only concern at this point is that some of HaydenMango's games

Josh

Josh

Leadwerks Game Engine 4.3 Released

Leadwerks Game Engine 4.3 is now available.   This release adds support for Ogg Vorbis audio files. Ogg Vorbis is a compressed audio format specially designed to shrink the size of large audio files. Using Ogg for large music files can significantly reduce your game's size.     Leadwerks Game Engine 4.3 features numerous performance updates, with performance improvements up to twice as fast as Leadwerks 4.2.     Finally, numerous small bugs have been squashed to make Leadwerks more

Admin

Admin

Version 4.3 Release Candidate

I've uploaded a release candidate of version 4.3 on the beta branch. This is a full build, for Windows and Linux. The Game Launcher beta branch is also updated.   If all is well this will go onto the stable branch in a few days.

Josh

Josh

Beta update available

An update is available on the beta branch, which includes the editor and Lua executables, for Windows only. The following issues are resolved: http://www.leadwerks.com/werkspace/topic/14934-materials-go-crazy-when-used-on-a-prefab/ http://www.leadwerks.com/werkspace/topic/15644-latest-43-beta-causes-crawler-to-rotate-at-wrong-direction/ http://www.leadwerks.com/werkspace/topic/15597-wrong-issues-with-z-sort-materials/#entry104462

Josh

Josh

Devblog #2 - Release date confirmed, last level finishes up.

After going radio silent for a week I return with some really, really good news.   First and foremost, the last level of the first episode is finished, I'm currently testing it out and seeing if I can break it before I upload a beta build to steam. After a couple days of it being there, if there aren't any issues, I will be launching the game on february 10th. Yes, you can quote me on that.   I have to tell you though, making this level was not easy at all, I had so many ideas that never s

lxFirebal69xl

lxFirebal69xl

Beta update available

I've updated the editor and Lua executables on Windows with the following fixes: http://www.leadwerks.com/werkspace/topic/15399-rc4-editor-hints-get-built-in-probe-reflections/ http://www.leadwerks.com/werkspace/topic/15646-prefabs-child-entity-scripts-start-function-not-called/ http://www.leadwerks.com/werkspace/topic/15644-latest-43-beta-causes-crawler-to-rotate-at-wrong-direction/ http://www.leadwerks.com/werkspace/topic/15593-releasecleanup-vehicle-error/   The game launcher beta branc

Josh

Josh

Beta 4.3 available

I've uploaded a full build of version 4.3 on the beta branch. Version 4.3 will be released in short order and simply contains performance enhancements, OGG support, and bug fixes.   Version 4.4 is due out in the spring and will include the new in-game GUI system. This will coincide with the first Leadwerks / itch.io Game Jam.

Josh

Josh

You Won't Believe what Analytics in Leadwerks Reveal

How do you like that clickbait title?   I implemented analytics into Leadwerks Editor using GameAnalytics.com last month, in order to answer questions I had about user activity. Here's what I have learned.   The number of active users is what I was hoping for. A LOT of people ran Leadwerks in the last month, but people don't usually use it every day, as the number of daily users is lower. The numbers we have are good though.   A lot of people use the Workshop to install models and othe

Josh

Josh

Promoting your Game

You've learned Leadwerks, built a basic game, and published it to the Game Launcher, perhaps during one of the many Leadwerks game tournaments. Now what? Fortunately, there is a big appetite for work-in-progress indie games. The next step is to create an account on itch.io and GameJolt and upload your standalone game. Put your game out there on these platforms and if it is fun it will gain a lot of players. At the same time, there's a ton of talented YouTubers out there making reviews

Josh

Josh

Leadwerks Winter Tournament Roundup

The Winter Games Tournament is complete, with a long list of fun mini-games made by the community. This tournament saw the release of many new and innovative types of games you want to be sure to try. To claim your prize, go to "My Profile" in the drop-down box that opens when you click your name in the upper-right part of this website:   On your profile page, click the button that says "Edit My Profile" and enter your name, shipping address, and shirt size.   Lone Water: Prologue Lon

Admin

Admin

×
×
  • Create New...