Jump to content

Graphical programming - easier scripting for newbies?


nietoperek

Recommended Posts

I'm not going to make any friends by saying this, but I don't think the LUA programming aspect should cater to the lowest common denominator.

 

There will be people in the game who are good at coding, so let them do the programming for the components that are sold on the market.

 

Making the programming aspects of the game cater to people who don't know anything about programming really just feels like another excuse to cater to people who don't want to have to interact with anyone else in the game ever. 

 

If you don't know how to program, find someone who does and pay them to do the work you need done, or learn how write code yourself. 

 

Sure there will be example bits of code provided for us, as NQ already stated, but don't cheapen the whole experience of programming by turning into a Visual Basic clone. 

 

I disagree. By your logic we should then only allow building to the real life designers. Why should coders get preferential treatment, especially when they will be a smaller portion of the player base. It seems unfair and illogical to cater to one......ohh wait.

 

​Actually no, you are right. I absolutely agree that only real life coders should be able to script ships, and just so that I am not a hypocrite I also suggest that only people with design degrees should make stuff in game. After all, I don't want to have to look or work with terribly designed voxel creations.

 

If you don't know how to design, find someone who does and pay them to do the work you need done, or learn how to design yourself. 

​(note to the laymen: Good design does not mean just pretty. Good design is the perfect marriage of aesthetics and function and just because you can lay down a voxel does not make you a designer.) /sarcoff

Link to comment
Share on other sites

I fully second Kiklix statement. And I can even add that only real soldiers should have permission to do PvP. And only real-life pilots will be allowed to operate starships, because random player can do lot of damage by flying without proper training.

 

Maybe even devs should create some sort of authentication/license system to be sure that any filthy casual do not do any unregulated stuff IN GAME?!!

 

Think of the children!

 

PS: Maybe even posting on forum should be allowed only after extensive psychological screening and series of oral/writing exams? It will drastically rise quality of forum content, I am sure ;)

Link to comment
Share on other sites

I disagree. By your logic we should then only allow building to the real life designers. Why should coders get preferential treatment, especially when they will be a smaller portion of the player base. It seems unfair and illogical to cater to one......ohh wait.

 

​Actually no, you are right. I absolutely agree that only real life coders should be able to script ships, and just so that I am not a hypocrite I also suggest that only people with design degrees should make stuff in game. After all, I don't want to have to look or work with terribly designed voxel creations.

 

Sarcasm aside, you miss the point of programming. It's not a "put blocks together" kind of thing. If it was so, they devs wouldn't have added a LUA interpreter in the game. Programming is not about "connecting dots", it's about planning out the code's infrastructure before writing it. People who write code and course-correct, are usually bad programmers, writing very basic programs.

 

 

And on the designing part, you are confusing the ease of access to those two things. As a designer you would be initiated into the workings of planning out and creating symmetrical shapes that people like. I can't, what does that mean? That the devs should give me every possible architectural paraboles in the game? Or every possible configuration of ship frames to be on the same level as a good desinger? And even then, you would build things that are fashionable and possibly functional. Programming is not like that. You can't build "pretty code", you can only build a solid, functional code.

 

I am not advocating against on simple blocks for people to create basic ships, these functions are easy to package into predefined DPU blocks in the game to add to a ship, but you can't expect a swiss army knife of a DPU, able to do all functions on a single loop system being implemented, just so the uninitiated to be on "the same level". If programming was so easy, it would not take years to master and the devs are planning for an A.I. type of targeting system, so capital ships can prioritise targets of their choosing and depending on their role in a fleet, not to mention cruise controls for ship drivers to work with to escape being locked in a firing run. You can't put all that in predefined DPU blocks. If you want to be a programmer, for LUA at least, it's a very basic language, based on logic and some mathematical procedures. It's not something arcane only a select few of the population have the mental faculties to pursue. It's all about dedicating time, practising and knowing math and a bit of tenacity when the code is bugging and you need to locate the reason for why.

 

 

 

Link to comment
Share on other sites

I fully second Kiklix statement. And I can even add that only real soldiers should have permission to do PvP. And only real-life pilots will be allowed to operate starships, because random player can do lot of damage by flying without proper training.

 

Maybe even devs should create some sort of authentication/license system to be sure that any filthy casual do not do any unregulated stuff IN GAME?!!

 

Think of the children!

 

 

Well, I think that if coders are going to be given special treatment, then so should every other player in game. Allow me to port meshes of spaceships vs working with voxels. Just like the scripting will be basic and can only get you so far, so should voxels. Coders want to the ability to outshine their competition, allow designers to do the same. Let me port in meshes of ships I make in maya or cinema 4D. Seems fair to me, I am all for it!

Link to comment
Share on other sites

Sarcasm aside, you miss the point of programming. It's not a "put blocks together" kind of thing. If it was so, they devs wouldn't have added a LUA interpreter in the game. Programming is not about "connecting dots", it's about planning out the code's infrastructure before writing it. People who write code and course-correct, are usually bad programmers, writing very basic programs.

 

 

And on the designing part, you are confusing the ease of access to those two things. As a designer you would be initiated into the workings of planning out and creating symmetrical shapes that people like. I can't, what does that mean? That the devs should give me every possible architectural paraboles in the game? Or every possible configuration of ship frames to be on the same level as a good desinger? And even then, you would build things that are fashionable and possibly functional. Programming is not like that. You can't build "pretty code", you can only build a solid, functional code.

 

I am not advocating against on simple blocks for people to create basic ships, these functions are easy to package into predefined DPU blocks in the game to add to a ship, but you can't expect a swiss army knife of a DPU, able to do all functions on a single loop system being implemented, just so the uninitiated to be on "the same level". If programming was so easy, it would not take years to master and the devs are planning for an A.I. type of targeting system, so capital ships can prioritise targets of their choosing and depending on their role in a fleet, not to mention cruise controls for ship drivers to work with to escape being locked in a firing run. You can't put all that in predefined DPU blocks. If you want to be a programmer, for LUA at least, it's a very basic language, based on logic and some mathematical procedures. It's not something arcane only a select few of the population have the mental faculties to pursue. It's all about dedicating time, practising and knowing math and a bit of tenacity when the code is bugging and you need to locate the reason for why.

 

 

 

 

You miss the point, see my message above. And your argument applies to design as well.

 

​You are arguing semantics, I am arguing fundamentals.

Link to comment
Share on other sites

You miss the point, see my message above. And your argument applies to design as well.

 

​You are arguing semantics, I am arguing fundamentals.

Your arguement, sadly, is faulty. Code is interpreted in-game, nobody imports anything from external sources. Importing ships, from any external source, would be costly on the server. Code is not expensive. It's at best, kilobytes heavy. A mesh, is megabytes, on order of magnitude and quite the multiplicative in nature, given any colouring or textures you might have added on top of, which the game engine would then have to relay TO EVERYONE in the server, hogging down resources. LUA is universal and already exists in every players' drive with the game's binaries. Voxels exist in every player's binaries as well, so do elements the devs add. Your ships and textures from Maya, do not. Except you might want for the game to skyrocket to a 1 terrabyte worth of ship textures.

 

Again, you have a background in designing, you can plan out your design of a ship. I don't. My thing, is programming. Someone else's is logistics and economics, to study and plan what kind of minerals can be used. Another's is tactical thinking. You want add-ons for that as well? cause if you are bad at PvP, you'll be bad at PvP and as the ancient forum monks of PvP say : "Git Gud". It applies on coding as well.

Link to comment
Share on other sites

Proficient coders will have upper hand, there is no doubt in that  - and I do not want fight with it. But point of this topic is quite different - to lower "entry point" for non-programmers as much, as possible. And "quality" of code have nothing to do with it. No worries, you, as a pr0 haxxor, will be impregnable on your coder's high horse.

 

It is like riding a bicycle - normal people don't stand a chance with trained sportsman, but I does not mean that we must make all bicycles impossible to use by rest of population.

 

PS: There is special place in digital Hell for "git gud" type of player, I assure you ;)

Link to comment
Share on other sites

Your arguement, sadly, is faulty. Code is interpreted in-game, nobody imports anything from external sources. Importing ships, from any external source, would be costly on the server. Code is not expensive. It's at best, kilobytes heavy. A mesh, is megabytes, on order of magnitude and quite the multiplicative in nature, given any colouring or textures you might have added on top of, which the game engine would then have to relay TO EVERYONE in the server, hogging down resources. LUA is universal and already exists in every players' drive with the game's binaries. Voxels exist in every player's binaries as well, so do elements the devs add. Your ships and textures from Maya, do not. Except you might want for the game to skyrocket to a 1 terrabyte worth of ship textures.

 

Again, you have a background in designing, you can plan out your design of a ship. I don't. My thing, is programming. Someone else's is logistics and economics, to study and plan what kind of minerals can be used. Another's is tactical thinking. You want add-ons for that as well? cause if you are bad at PvP, you'll be bad at PvP and as the ancient forum monks of PvP say : "Git Gud". It applies on coding as well.

 

No, my argument is completely solid. You again, as I told you in the PM failed to understand the core of the conversation.

 

This is not about coding or building, its about offering the same level of play to every customer. Why should coders be the "elite" people who will make the most money in game? Answer, there is no reason. I really should not have to explain it past this point, if you fail to grasp this concept, the rest will be over your head.

 

And your anti mesh argument, is completely flawed. The mesh is only a brush. They can set a guide to the polygon count and if need be allow the mesh to be ported in stages for larger constructs. As far as materials, simple, just make the players have to paint them in game easy.

 

A blueprint will be nothing more than your voxel creation in mesh form. Importing a mesh made outside the game (like they did with their demo) is completely doable.

 

​NOTE: I am not actually arguing for the desire to import meshes, I think you missed the sarcasm. I am arguing that one group of players should not have the upper hand based on the limitations of the game for the other group of players. If you are allowed to have the upper hand in coding, then I want the upper hand in designing (importing meshes).

Neglecting the majority of the games population and forcing elitist attitudes right out of the gates (from the coding community) is not a good way to start off a game.

Link to comment
Share on other sites

They added the interpreter, it's up to you Kiklix or whoever to sit their rear-ends down and read the API hooks and type them IN THE GAME. Get over it, coding is not copy and paste. It takes calculations.

Link to comment
Share on other sites

 

It takes calculations.

 

You are more intelligent than us, 'cos you know math and we don't. We got the memo already (about 1000 times now).

 

 

Get over it, coding is not copy and paste.

 

But it CAN be done like this, by simplifying input methods, giving players pre-made "blocks" and so on. Again: you and rest of IT guys will have all possibilities to code whatever you want. Why you try to restrict others to have fun in some basic programming?

 

PS: I already know answer, but I remain silent, cause it is somewhat embarrassing for so called "programmers elite" XD

Link to comment
Share on other sites

You are more intelligent than us, we get the memo already (about 1000 times now).

 

 

But it CAN be done like this, by simplifying input methods, giving players pre-made "blocks" and so on. Again: you and rest of IT guys will have all possibilities to code whatever you want. Why you try to restrict others to have fun in some basic programming?

 

PS: I already know answer, but I remain silent, cause it is somewhat embarrassing for "programmers elite" XD

 

This is my point exactly. I am already seeing a holier than thou elitist attitude out of the coding communtiy. This will not go well in the game and frankly...its heavily turning me off right now. I have been one of the most vehment and postive supporters of this game over anyone, but if they allow an elisist group of the populatioon to shit on the rest of us, I am out of here.

 

​If a coder can make super cool amazing whoop de doo whizzler thingamabobs and attach them to a voxel BRICK and win over a hand crafted nice looking spaceship with basic scripting of the elements. This game will die before its born.

Link to comment
Share on other sites

You are more intelligent than us, we get the memo already (about 1000 times now).

 

 

But it CAN be done like this, by simplifying input methods, giving players pre-made "blocks" and so on. Again: you and rest of IT guys will have all possibilities to code whatever you want. Why you try to restrict others to have fun in some basic programming?

 

PS: I already know answer, but I keep silence, cause it is somewhat embarrassing for "programmers elite" XD

So, what you want is for the LUA scripts to be simplistic macro commands, right? Well, tough break, LUA is as simplistic as it gets. They even dumped down most of the "At" commands to make the scripts even MORE simplistic. You are advocating for the devs to remove LUA altogether at this point. There's no lower level than LUA at a streamlined version.

 

 

And I am not intelligent, I'm methodical. If anyone fails to see the difference, it's not my problem.

 

 

And even with the simplicity of the game's version of LUA, you will still have to squeeze your brains for numbers and ifguring out parabolic motions for pre-planned maneuvers. Go ahead, add blocks, if you suck at math, you'll suck at programming with blocks anyway.

 

Link to comment
Share on other sites

This is my point exactly. I am already seeing a holier than thou elitist attitude out of the coding communtiy. 

It comes packaged with being able to solve all your problems with math good sir. If I can do my taxes on my own, I am probably better than most.

Link to comment
Share on other sites

And I was considering starting a tutorial series when the game comes out in Alpha for the masses, but... nah, you are so smart you'll figure it out on your own. You've pretty much figured out how to fix coding languages with "puzzle mini-games". Never mind me, perhaps somebody else will help you out.

Link to comment
Share on other sites

Works for me. Enjoy your time in game with all your other coding buddies. Your elitist attitudes will kill it for everyone else. No one likes a know it all, especially when that know it all in truth knows very little.

 

BTW, I do my own taxes as well for myself and my business not that it's relevant to anything.

Link to comment
Share on other sites

I too, do my taxes myself. It means that I am programmer? Or I win some kind of prize from MENSA? ;0

 

Again, it is excellent point - devs should check if potential player can do taxes on his own. If not, he should be banned from game (and I mean not only DU game, but every game ever!)

Link to comment
Share on other sites

I too, do my taxes myself. It means that I am programmer? Or I win some kind of prize from MENSA? ;0

It means you are not reliant on a third party good sir. That is what makes a person elite. Also, some math, not much, but enough to get you through a retirement plan.

Link to comment
Share on other sites

In terms of game design, we could opt for an easy strategy here. If you have the required number of engines in the right direction (no matter where they are), and you check the list of instruments needed, it would "magically" fly. With this approach, all ships would fly the same. Trying to put more engines, or optimizing their position would be more or less useless. Hoping to have an AI helping with automatic navigation would be up to the engineers of Novaquark only. Fancy a new way to drive your ship? Impossible. How about the weapons system? How about drones? All this would be predefined and more or less rigidly identical for all players. That's not what we have in mind for Dual Universe. While we will provide basic templates to start with, you�ll be able to engineer your construct the way you want. Engines are real (they physically push your ship where they are, with the power they have), gravity is real, weapons have to turn and target (which also requires a targeter). If you are smarter than others, you can get the job done in a better way, get an edge in battle, or in trade by launching the new Falcon X-42 superfighter and change the balance of game combat with new tactics and possibilities. It�s not only about how you can use the predefined capabilities of ships within a predefined classical game setting, but it�s also about how you can redefine these capabilities. We call it: emergent gameplay.

 

Source : https://board.dualthegame.com/index.php?/topic/314-devblog-lua-scripting-and-distributed-processing-units-dpus/

 

 

They state basic templates will exist, like I said. But you want templates for every possible combination imaginable. Good luck with chasing fairies, I'm dropping the mic.

Link to comment
Share on other sites

Someone PM me.

Number crunching this makes it obvious that design will always outweigh the coding ability of anyone and we're making a whole massive deal over this than it needs to be.

 

I want new people to code. I do.

I just don't want to see, if we CAN fine-tune code by using text, being outclassed by this easier format.

Effort In->Result Out I suppose.

 

PM required for my understanding.

Link to comment
Share on other sites

Someone PM me.

Number crunching this makes it obvious that design will always outweigh the coding ability of anyone and we're making a whole massive deal over this than it needs to be.

 

I want new people to code. I do.

I just don't want to see, if we CAN fine-tune code by using text, being outclassed by this easier format.

Effort In->Result Out I suppose.

 

PM required for my understanding.

 

 

Actually number crunching would be the complete opposite. Supply and demand ensures coders in this regard would be the ones making large profits. The only way your statement holds true is if the majority of the player base are coders and the minority are builders.

 

If Dual Universe is found to be appealing to a wide audience, the people who code will be in short supply. The coders know this, and this is why the coders are fighting to make sure that "coding is as hard as possible in game". They are trying to unbalance the game in their favor. The understand the laws of supply and demand. If 10% of the population can code and  the other 90% are builders, guess who is going to needs whos help. It's not going to be coders needing builders help, it will be builders needing coders help. Which means in an free market, the coders will be able to charge A LOT MORE for their money than a builder will.

 

The thing is, building will take longer than coding wiil especially when you consider people can write lua ousdie of the game and simply copy paste it into game, where as builders will need to be in game.

 

So, what this does is it makes the coders the richest of the rich with their high demand skills which means they will have to harvest less if at all as plenty of people will be willing to lay down free spaceships at their feet in exchange for some of their coding.

 

This heavily weighs the economy in favor of people who can code, this is in fact game breaking and once the community overall understands the ramifications in giving a small group of people this much power, people will quit the game. I have seen it over and over and over again in every game that lacks reasonable balance.

 

 

It seems to me that you, like so many of the coders in this thread are heavily biased towards coders being able to have this luxury....but lets not be hypocritical in thought.

 

Lets turn the tables 180 degrees.

 

Lets now assume that the lua scripting in Dual will be handled inside of an easy to use interface (much like voxels are) and this is all the coders get. They have limitations put on them by Dual (much like voxel builders do).

 

Now lets assume that designers, people like myself, get to import mesh objects of spaceships or buildings or entire cities that they built in a 3D program like Maya, Cinema 4D, 3DS max etc. We get to make all of our stuff off line, out of the game and import it easily, but not just that, we also get better fidelity objects, shapes that can not be created using voxels. We simply will have the best ships, or cities in the game. These designs will be desired and will fetch a large price on the free market.

 

Would you honestly be happy with this? Knowing that nothing you make will ever compete with the competition unless you go earn a degree in 3D modelling? Would you be happy that the game 'favors' designers over anyone else?

Link to comment
Share on other sites

Actually number crunching would be the complete opposite. Supply and demand ensures coders in this regard would be the ones making large profits. The only way your statement holds true is if the majority of the player base are coders and the minority are builders.

 

If Dual Universe is found to be appealing to a wide audience, the people who code will be in short supply. The coders know this, and this is why the coders are fighting to make sure that "coding is as hard as possible in game". They are trying to unbalance the game in their favor. The understand the laws of supply and demand. If 10% of the population can code and  the other 90% are builders, guess who is going to needs whos help. It's not going to be coders needing builders help, it will be builders needing coders help. Which means in an free market, the coders will be able to charge A LOT MORE for their money than a builder will.

 

The thing is, building will take longer than coding wiil especially when you consider people can write lua ousdie of the game and simply copy paste it into game, where as builders will need to be in game.

 

So, what this does is it makes the coders the richest of the rich with their high demand skills which means they will have to harvest less if at all as plenty of people will be willing to lay down free spaceships at their feet in exchange for some of their coding.

 

This heavily weighs the economy in favor of people who can code, this is in fact game breaking and once the community overall understands the ramifications in giving a small group of people this much power, people will quit the game. I have seen it over and over and over again in every game that lacks reasonable balance.

 

 

It seems to me that you, like so many of the coders in this thread are heavily biased towards coders being able to have this luxury....but lets not be hypocritical in thought.

 

Lets turn the tables 180 degrees.

 

Lets now assume that the lua scripting in Dual will be handled inside of an easy to use interface (much like voxels are) and this is all the coders get. They have limitations put on them by Dual (much like voxel builders do).

 

Now lets assume that designers, people like myself, get to import mesh objects of spaceships or buildings or entire cities that they built in a 3D program like Maya, Cinema 4D, 3DS max etc. We get to make all of our stuff off line, out of the game and import it easily, but not just that, we also get better fidelity objects, shapes that can not be created using voxels. We simply will have the best ships, or cities in the game. These designs will be desired and will fetch a large price on the free market.

 

Would you honestly be happy with this? Knowing that nothing you make will ever compete with the competition unless you go earn a degree in 3D modelling? Would you be happy that the game 'favors' designers over anyone else?

 

Though there may be coders who DO want to unbalance the game in their favor.  I think we are a far cry from labeling the entire bunch (myself included) in the same stroke.  There's no conspiracy here.  

 

As for a coders ability to just copy paste.  It's not that easy.  If I write a code I will then have to test it to see if it works.  Will it work the way I intended?  Will it work to my satisfaction?  Will the design of the ship alter how I must write the code?  Will it work at all?  None of the answers will come out of a vacuum.  Real life avionics software designers will tell you the same thing.  They create the program FOR the airframe.  Not the other way around.  Making a graphical interface for scripting will change NONE of this.  You cannot make it any simpler than 'do you understand coding or don't you?'  Anything else is no longer coding.  If you are advocating against the entire process I think you are missing the point of THIS game.  

 

THIS game is trying to appeal to the coders and builders.  THIS game seems to be catering to the people that like to create and is giving us the tools to do so.  So I say this to you Kiklix with absolutely no malice, you may have to go elsewhere for your gaming needs.  THIS game might not be the one you're looking for.

 

Secondly, the hypothetical where one might have 90% builders seems far fetched to me.  Having the tools for voxel crafting doesn't necessarily mean most people will be good builders.  Being able to stack shapes together makes you no more a builder than being able to right words makes you a coder.  I don't see builders outnumbering coders at all or more correctly I don't see coders being in higher demand.

 

Now think about this.  How many people are actually GOOD at making anything in games like Minecraft, Space Engineers, Kerbal, Starmade, Empyrion, From The Depths, and Besiege?  Whether it's making a space ship with complex internal workings or turning Minecraft into a working CELL PHONE.  These people exist.  They are a small percentage of the actual player base.  Yet all these games are still successful.  The majority of those playing these games have none of the skills I am writing about.  Yet they still play and make these games successes.  Why?  Because it's a sandbox.  Where one can create at their leisure and finding out what they can do is more important than how they do it.

Link to comment
Share on other sites

Though there may be coders who DO want to unbalance the game in their favor.  I think we are a far cry from labeling the entire bunch (myself included) in the same stroke.  There's no conspiracy here.  

 

As for a coders ability to just copy paste.  It's not that easy.  If I write a code I will then have to test it to see if it works.  Will it work the way I intended?  Will it work to my satisfaction?  Will the design of the ship alter how I must write the code?  Will it work at all?  None of the answers will come out of a vacuum.  Real life avionics software designers will tell you the same thing.  They create the program FOR the airframe.  Not the other way around.  Making a graphical interface for scripting will change NONE of this.  You cannot make it any simpler than 'do you understand coding or don't you?'  Anything else is no longer coding.  If you are advocating against the entire process I think you are missing the point of THIS game.  

 

THIS game is trying to appeal to the coders and builders.  THIS game seems to be catering to the people that like to create and is giving us the tools to do so.  So I say this to you Kiklix with absolutely no malice, you may have to go elsewhere for your gaming needs.  THIS game might not be the one you're looking for.

 

Secondly, the hypothetical where one might have 90% builders seems far fetched to me.  Having the tools for voxel crafting doesn't necessarily mean most people will be good builders.  Being able to stack shapes together makes you no more a builder than being able to right words makes you a coder.  I don't see builders outnumbering coders at all or more correctly I don't see coders being in higher demand.

 

Now think about this.  How many people are actually GOOD at making anything in games like Minecraft, Space Engineers, Kerbal, Starmade, Empyrion, From The Depths, and Besiege?  Whether it's making a space ship with complex internal workings or turning Minecraft into a working CELL PHONE.  These people exist.  They are a small percentage of the actual player base.  Yet all these games are still successful.  The majority of those playing these games have none of the skills I am writing about.  Yet they still play and make these games successes.  Why?  Because it's a sandbox.  Where one can create at their leisure and finding out what they can do is more important than how they do it.

 

 

I suggest you go back and re-read my posts. Your assumptions here have already been explained in detail above outside of the fact that you are brining up points that are irrelevant to this discussion as you are arguing semantics and not the fundamental issue, which is do we allow the smallest portion of the player base the most power, which is exactly what some of the people in this very thread are proposing...no conspiracy necessary.

Link to comment
Share on other sites

I suggest you go back and re-read my posts. Your assumptions here have already been explained in detail above outside of the fact that you are brining up points that are irrelevant to this discussion as you are arguing semantics and not the fundamental issue, which is do we allow the smallest portion of the player base the most power, which is exactly what some of the people in this very thread are proposing...no conspiracy necessary.

 

I made no assumptions.  It's why I use words like "trying, seems, and may".  I am disagreeing with your assertion that the issue is a fundamental one at all.  I believe it to be a semantic one, therefore what I wrote IS relevant to this discussion.  So allow me to rephrase in this case.

 

MAYBE this game isn't for people who can't code.  This game will include coding, and if you know anything about LUA you would understand that you can't simplify this anymore than has already been stated by the devs and still consider it coding.  Even if it's a graphical editor you will still need to know how LUA works.

 

The ability and talent to perform any complex skill like scripting in DU will not necessarily equate to power.  The "ramifications" you write of are "nothing but the product of an inference predicated on previously accumulated intelligence and experience."   Just like everyone else's view here.  The truth is far more simple.  You don't know if it will be a problem.  So stop making it out like it is.

 

As for this previous little gem.

 

Now lets assume that designers, people like myself, get to import mesh objects of spaceships or buildings or entire cities that they built in a 3D program like Maya, Cinema 4D, 3DS max etc. We get to make all of our stuff off line, out of the game and import it easily, but not just that, we also get better fidelity objects, shapes that can not be created using voxels. We simply will have the best ships, or cities in the game. These designs will be desired and will fetch a large price on the free market.

 

Would you honestly be happy with this? Knowing that nothing you make will ever compete with the competition unless you go earn a degree in 3D modelling? Would you be happy that the game 'favors' designers over anyone else?

 
If that was a major function of the game?  Like the game was designed to cater to those people?  If I were one of them?  Yes, yes I would be happy with this.
Link to comment
Share on other sites

 

I made no assumptions.  It's why I use words like "trying, seems, and may".  I am disagreeing with your assertion that the issue is a fundamental one at all.  I believe it to be a semantic one, therefore what I wrote IS relevant to this discussion.  So allow me to rephrase in this case.

 

MAYBE this game isn't for people who can't code.  This game will include coding, and if you know anything about LUA you would understand that you can't simplify this anymore than has already been stated by the devs and still consider it coding.  Even if it's a graphical editor you will still need to know how LUA works.

 

The ability and talent to perform any complex skill like scripting in DU will not necessarily equate to power.  The "ramifications" you write of are "nothing but the product of an inference predicated on previously accumulated intelligence and experience."   Just like everyone else's view here.  The truth is far more simple.  You don't know if it will be a problem.  So stop making it out like it is.

 

As for this previous little gem.

 

Now lets assume that designers, people like myself, get to import mesh objects of spaceships or buildings or entire cities that they built in a 3D program like Maya, Cinema 4D, 3DS max etc. We get to make all of our stuff off line, out of the game and import it easily, but not just that, we also get better fidelity objects, shapes that can not be created using voxels. We simply will have the best ships, or cities in the game. These designs will be desired and will fetch a large price on the free market.

 

Would you honestly be happy with this? Knowing that nothing you make will ever compete with the competition unless you go earn a degree in 3D modelling? Would you be happy that the game 'favors' designers over anyone else?

 
If that was a major function of the game?  Like the game was designed to cater to those people?  If I were one of them?  Yes, yes I would be happy with this.

 

 

 

Well said Wardion2000. You might be right...well and if this is the case I admit defeat.

 

I was under the impression that Novaquark was creating a single shard sandbox where hundreds of thousands of people can build cool stuff, explore,  create worlds, governments and factions... and to possibly make some money on the side with a healthy fan base existing of people who adore many aspects of game play. I must have missed the Dev Blog about how the game is designed to solely cater to people who code and that the other aspects of game play take second stage to coders and that Novaquark is ok with a 20 year plan to recoup the investment cost of making Dual Universe due to their infinitesimal player base of coders.

 

I am sorry for misunderstanding that Novaquark was trying to appeal to as large as player base as possible. The...the only I can't figure out is why they would need all this server tech designed to hold thousands of players in a small space. I don't understand why they felt the burning desire to change game engines to a game engine that handled a larger player load. I don't understand why some of us were invited into alpha to test the building tools as the prolific builders we are.

 

I am confused...all of a sudden so many things are not adding up.

Link to comment
Share on other sites

My initial feeling is that every aspect of the game should have challenge, but shouldn't be intimidating to the point only real-life coders want to jump in.

 

Just like I've said at some point that building shouldn't be so complex as to be intimidating to newbie builders. There will always be people who excel at something, even if the entry level is set low, and no one should feel like their sense of expertise is threatened if there is a little helping hand to coding-newbies, because if you're good at it, what you can do will set the bar to high, and those with some help to learn the basics, but not particularly talented at it, won't hit that bar anyway.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...