There you just complain about everything being poorly implemented. That’s a bit different from making a suggestion (and this here is a bit ridiculous, isn’t it?).
Well I don't think so. I did not "complain about everything" and just this is shown in 75% of my messages. This is bad faith on your part, and here I can say that you complain of not having a specific turret. Watch your manners.
No. I suggest to add something and I am specific. That’s constructive. You just complain about almost all game mechanics without stating what you don’t like. That’s... well... not so constructive.
I told you to read the archive, so you could at least know what you are actually talking about. Be a fanboy all you want, and don't try patronizing me on constructivity.
Stop sounding like an ex... You want "constructive" ? Here's a sound advice : read the forums before making stupid comments. They have told us that there are no more IDs for new blocks and entities a few days ago, and I think it has been repeated a few times, and again now. BUT... Since I think you're familiar with scripting, why don't you give it a try in the config files instead of waiting for months and then repeat your suggestion then ?
I Maybe it would have been a good idea to add a smiley to my post in the other thread. As you have almost 5.5k posts here it is somewhat obvious that you don’t really dislike the game so peace .
No problem. If you happen to find something interesting by fiddling with the configs, please share your findings on the forum. You're going to make lots of friends!
lol... Config is noob stuff in comparison ! Just search with keywords to find the object and change values. It's a classical hyerarchy, each device derived from parent class & similar concepts, all is very self-explanatory, and there are instructions on top of each file. You can see a bit here : https://empyriononline.com/threads/a12-exp-new-config-files.92653/ Ask around, @Vermillion and @krazzykid2006 can help you too... I presume.
I am sorry that I hijack my own thread, now, but: In the other thread you stated that there are no more IDs left and the devs said the same. Do you know more about this? Isn’t ID just a number? If so, what prevents the devs to just increase it further? Is the internal type of the ID on the limit?
I can only guess that these IDs were attributed internally by Unity each time a GameObject was created, and this also includes scripts and MonoBehaviour objects. But they are now migrating from Unity's "packs" system (resources) to a more flexible and efficient database system - I think, they did not make it very clear. But in the config files there are deprecated devices still using IDs, and Taelyn suggested that we could simply use one of these. I backed up all config files and will try some tweaks with that in mind, but in essence it seems we now have the flexibility to "create" new blocks and devices this way (ex. tie a model to functions, like a new generator with a window model and the gens customized functions). Just make sure to double-check both ItemsConfig.ecf and BlocksConfig.ecf, these are the 2 files for devices, weapons, items, etc.