Jump to content

Leniver

Member
  • Posts

    119
  • Joined

  • Last visited

Everything posted by Leniver

  1. First of all, thanks a lot for the feedback. This is going to the right way!
  2. What I like: Freedom of building crazy stuff What I dislike: NQ communication and making our life harder.
  3. Thanks for the communication @NQ-Ligo, much appreciated!
  4. Answer is "we have discord dedicated to that, we don't need a dead forum for that."
  5. DU is not unplayable for me but I have much more crash than before. I have multiple computers and crash on all of them.
  6. Don't worry, they know what's going on on the internet well enough, but they are required by law to inform their users who has access to their personal data.
  7. There is also a small tips, if you want to have more light. Use OpenGL instead of DirectX, but be ready it's a bit shiny
  8. Hello everyone, I had a bug when going on the website, the website was refreshing non-stop so I did some investigation. The website uses "standard" advertising, social media and analytics providers like "Facebook, Twitter and Google", I am OK with that. But I was very surprised to see that the site uses an external provider for most of its content. This provider is https://prismic.io/ which seems to be a company specialized in website creation. So I went to the "Privacy Policy" to see if it was mentioned that my personal data were processed by this external operator and ... nothing. So, here are my questions. Are my personal data protected? Why is some of my data being transferred to Prismic? What data exactly do they have access to? Kind regards
  9. Hello, Most of the time we post about things that are wrong with the game or about questionable decisions by NQ. But I have to say that the solution that NQ came up with about the AGG towers is very good. It's also good to recognize when they do something right. The people who have these towers gain some height (they are happy about that) and the others will no longer find themselves avoiding 3000m high towers. Thanks NQ
  10. I don't know why people have issue with the 1000m. I have been using AGG for almost 2 year and my landing plateform was at 998m. You can go down to 1000m with the AGG and AGG can lift from 950m (at least) and if you are a bit short, you just have to jump and maneuver your ship.
  11. This elevator talk is interesting, but off topic The only reason the elevator can't go through a whole L core is simply due to the way element loading is performed on a core. Your L core is not totally loaded all the time.
  12. I like the idea, but too hard to code for NQ. If they try to implement that we will have the link container bug back...
  13. The good thing it will reduce server cost on the forum, we will have one subject less to talk about. Bots are dead, long life to the bots!
  14. You are the luckiest guy ever! Because before getting to the end of that tunnel, the NQ god will save you with a "Pending operation"
  15. People should stop complaining, NQ god let us play their game! You should be happy that they let you spend energy to produce your territory scanner and spend several hours to scan territories! You should be happy that you could mass produce mining units and spend tons of hours setting them up. You should reconsider how lucky you were to be able to put together hours of systems to manage your mining flowers! Stop whining you who had the chance to grade, harvest and transport your ore to make some profit! Stop crying at the idea that basic and uncommon asteroids will be totally useless. You should be happy to be able to Log every day and getting rewarded by 100k The joy should revive your heart to wait for the creation of the scheme that you will not be able to pay Thank NQ for letting you watch your factory at the stop and waiting for schematics Thanks to the goodness of NQ you can always do missions that will make you feel like you've accomplished something great You are the luckiest person to be able to make a challenge once in a while, spend your time on this amazing content and be rewarded with all that magic money SO Stop crying
  16. We must not forget also the creation of BP, creating a BP L costs 125'000.
  17. I have 3 computers, I know that I can only use one for harvesting. On the 2 others the rocks blink or are not present or disappear before I harvest them. I had a lot of bugs with harvesting, I might had yours. At this point, I just take what I can get and if it's fixed by NQ that's good if not I will live with it
  18. Thanks mate, so we don't know the limit but there is a limit. If any NQ read this, could we have more precision about it? Again, it's just that we can organize better our gameplay.
  19. Hello, I was on TheTordan's stream yesterday and they talked about a potential limit on ore spawning when calibrating. As I never heard about that before, maybe I missed a NQ's announcement about that. Does anyone has an official information about that? If so could we get a link? I am not complaining about that, I just want to know the rule so I can organize better my harvesting Kind regards
  20. The problem could be very simply solved, cancel all order below 25q from players and put the bots back. UPDATE sell_orders SET end_date = '2022-11-01 00:00' WHERE item_id IN (4234772167,3724036288,299255727,262147665) AND price < 25 DELETE sell_orders WHERE owner = {aphilia_id} INSERT INTO sell_orders (end_date,price,quantity,item_id,market_id,owner) VALUES ('2023-11-01 00:00', 25, 10000000, 4234772167, {alioth_market_01_id}, {aphilia_id}) INSERT INTO sell_orders (end_date,price,quantity,item_id,market_id,owner) VALUES ('2023-11-01 00:00', 25, 10000000, 3724036288, {alioth_market_01_id}, {aphilia_id}) INSERT INTO sell_orders (end_date,price,quantity,item_id,market_id,owner) VALUES ('2023-11-01 00:00', 25, 10000000, 299255727, {alioth_market_01_id}, {aphilia_id}) INSERT INTO sell_orders (end_date,price,quantity,item_id,market_id,owner) VALUES ('2023-11-01 00:00', 25, 10000000, 262147665, {alioth_market_01_id}, {aphilia_id}) Deckard said it was a bug that bots were not updating, they should fix it then....
  21. Dear NQ, The wallet has been in the game for a while and I think it would be nice if it had some improvements. Money transfer: All organization the player is in should be available as choice (instead of having to search) People are transferring money most of the time to one of their org. It will reduce the call to the server due the fact that the recipient ID is already known, it will also prevent miss typing and errors. If we are managing the org, the player name should be available as choice (instead of having to search) (same as above) Territories management: We should be able to see the number of tile (filtered or not) Useful to calculate the quanta we will need to inject. We should be able to bulk send money to a selection of tile (could use the filter) A better filter would be great, being able to filter only with the name is not enough. I would love to be able to filter all inactive tile, or all tile with a balance under 500k Kind regards
  22. Leniver

    HUD LUA

    Hello Kormolos, You can do that in Lua. You need a programming board, that read the container item's volume and display it. Small example: local max = container.getMaxVolume() local percentage = 100 if max > 0 then percentage = math.floor(container.getItemsVolume() / max * 100) end
  23. No, because of that. [Lua] The industry getInfo function field, schematicsRemaining, does not return a value until you request an acquisition from the schematic bank. https://www.dualuniverse.game/launcher/patch/release-1010 Once this bug will be fixed, we will be able to know the remaining schematics of each unit via Lua.
  24. I wish we had more information about industry units, like the "input links" "output links" etc... We could manage more efficiently big factory
×
×
  • Create New...