Live data from Hacker News

Unreal Engine 4.10 is Released

unrealengine.com

51–60 of 77 posts

Re: Unreal Engine 4.10 is Released

#51
post #26

I'm not in the gaming industry, but when I click a link like this, I EXPECT SOME VIDEOS, NOT JUST STILL PICS. Am I unrealistic in this expectation?

A video of high def images in 60fps would require huge bandwidth. It may also add annoying codec artifacts. I am not an expert, but I think it is unrealistic.

They'd just put them on YouTube these days, with its 60fps support. Wouldn't cost them anything.

Re: Unreal Engine 4.10 is Released

#52
post #46

I wonder if Tim Sweeney's research on lambda-aleph, a dependently typed language, is reflected on Unreal Engine somewhere. http://www.leafpetersen.com/leaf/publications/dtp2013/lambda...

I doubt it. Isn't Unreal Engine still written in C++?

It is, but a lot of in-game object behaviors (and almost all modding) was done in "UnrealScript", a sort of java like language that compiles to bytecode.

https://ardvaark.net/unrealscript-and-domainspecific-languag...

UE4 seems to have more complex scripting capabilities:

> UE4 also includes new developer features to reduce iteration time, and allows updating of C++ code while the engine is running. The new "Blueprint" visual scripting system (a successor to UE3's "Kismet"[80]) allows for rapid development of game logic without using C++, and includes live debugging.[81][82]

Re: Unreal Engine 4.10 is Released

#53
post #6
post #2

Is it me or does Epic have one of the most effective and productive development teams on Earth? This was less than two and a half months ago: https://www.unrealengine.com/blog/unreal-engine-49-released

I wonder if game development work culture is different at the engine companies vs the game studios. My hypothesis is that less/no crunch leads to better productivity...

Epic has a grueling work ethic/culture. They all LOVE what they do, work insane hours, and are compensated very well.

Re: Unreal Engine 4.10 is Released

#54

I was impressed by the number of pull requests from iOS developers, almost as many as from the Linux community. I had no idea iOS developers were so community oriented. Nice.

Where do you see these pull requests?

You have to sign up on UnrealEngine.com and add your Github account name to get an invite to the organization, which lets you access the repository. Instructions are here: https://www.unrealengine.com/ue4-on-github

Re: Unreal Engine 4.10 is Released

#55
post #6

Earlier quoted context omitted.

I wonder if game development work culture is different at the engine companies vs the game studios. My hypothesis is that less/no crunch leads to better productivity...

I used to develop games for PC in the 90s (Ultima 7 and Netstorm). The combination of complex products and hard holiday deadlines was just a bitch. Console development still sucks. Mobile and PC with online distribution are much less stressful. If you develop tools ship dates don't matter too much as long as you're consistently improving in ways that your customers care about.

Ultima 7 (parts 1 and 2) are also my favorite games ever! I almost have "real" memories from the worlds and plotlines in those games, they were so vivid.

Out of curiosity, what was your role on Ultima 7? Do you know of any good articles or resources on the development of that game?

Re: Unreal Engine 4.10 is Released

#56

Earlier quoted context omitted.

Just a small correction: I don't think anyone pays for UE nowadays. Epic used to charge a monthly fee, but they've done away with that. Now you only pay royalties if your game is commercially successful. Which is different from paying for the engine itself.

Additionally, they mention that you can still negotiate paying an out right fee to license the engine if you'd like to do that rather than pay royalties (though I suspect it's mostly AAA studios that are interested in this)

It's for AAA studios because for past versions of engine cost was something like 1 mio per project. There was several more like indie developers that has won license on contests, but it's just exceptions.

Re: Unreal Engine 4.10 is Released

#57
post #6

Earlier quoted context omitted.

I wonder if game development work culture is different at the engine companies vs the game studios. My hypothesis is that less/no crunch leads to better productivity...

I used to develop games for PC in the 90s (Ultima 7 and Netstorm). The combination of complex products and hard holiday deadlines was just a bitch. Console development still sucks. Mobile and PC with online distribution are much less stressful. If you develop tools ship dates don't matter too much as long as you're consistently improving in ways that your customers care about.

Netstorm was an underrated Gem. Have you seen much like it since?

Re: Unreal Engine 4.10 is Released

#58

I wish it had better 2D support - the choice between Unity and Gamemaker could use with another solid option.

Defold ( http://www.defold.com/ ) is potentially a solid option for 2D. I always find it interesting that some of the biggest requests for primarily 3D engines (Unity, UE4) are better 2D tools, and that no one, outside of Gamemaker, has built a 2D engine that has gained as much adoption or has as strong of a toolset.

I don't like "engines" like Defold. Because to me that's not an engine. That's a framework. You have few methods exposed like draw/update, some convenience classes and that's about it. It's so comparable to LÖVE (https://love2d.org/) that literally the only difference seems to be a GUI to work with.

Meaning you have to write everything else, yourself.

I wonder if there are other actual 2D engines out there like Grid (http://www.planimeter.org/grid/), or Polycode (http://polycode.org/). Engines that actually take care of networking, predefined game callbacks, resource management, and multiplayer, like the big boys (Unreal, Unity, Source).

Re: Unreal Engine 4.10 is Released

#59

Earlier quoted context omitted.

I used to develop games for PC in the 90s (Ultima 7 and Netstorm). The combination of complex products and hard holiday deadlines was just a bitch. Console development still sucks. Mobile and PC with online distribution are much less stressful. If you develop tools ship dates don't matter too much as long as you're consistently improving in ways that your customers care about.

Netstorm was an underrated Gem. Have you seen much like it since?

Thanks!

No, it seems to have been its own odd thing with no followers. There's some fans trying to remake it in Unity though. They've got quite a lot of it done: https://steamcommunity.com/sharedfiles/filedetails/?id=29400...

Re: Unreal Engine 4.10 is Released

#60

Earlier quoted context omitted.

I used to develop games for PC in the 90s (Ultima 7 and Netstorm). The combination of complex products and hard holiday deadlines was just a bitch. Console development still sucks. Mobile and PC with online distribution are much less stressful. If you develop tools ship dates don't matter too much as long as you're consistently improving in ways that your customers care about.

Ultima 7 (parts 1 and 2) are also my favorite games ever! I almost have "real" memories from the worlds and plotlines in those games, they were so vivid. Out of curiosity, what was your role on Ultima 7? Do you know of any good articles or resources on the development of that game?

I was the lead scripting developer and general content fixer... I helped the world builders and hacked on their tools etc. I was 20 at the time so my title in the credits was "Wonderboy"

I haven't seen a lot of writing about that time but man it deserves it.

Post reply on HN