Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. XyzzyPrime
    3. Posts
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Posts made by XyzzyPrime

    • RE: New Community Manager

      The point is that he is the Community Manager & Advocate ... and he is eliminating players. How can he be an advocate for people he is wiping off the map?

      Here is a sample of the exchange from him:

      XyzzyPrime: Thank you for helping me see the true nature of the game ... it is just for the "groups of players" that have been here for a long time. Newbies not welcome. Yesterday at 1:48:03 PM

      o4kapuk: You're welcome.

      Excellent Advocate ... NOT!

      posted in News & Announcements
      XyzzyPrime
    • RE: New Community Manager

      Dear Community,

      This is a good joke on all of you ... putting the new Community Manager as the Hatchet Man in the game. He just let his Creeps go on my rooms and started the process of destroying each room.

      Great helper of the community ... NOT.
      Advocate for the Community ... NOT.

      Killer of the Community is a better title.

      He did this in the name of "making the map smaller". Well, he will get his wish ... I will no longer play the game and the game will lose my subscription $$$ and the map is smaller.

      I expect this post to be deleted almost immediately since he has the ability to do that.

      I just hope the Devs get to see it before he deletes it so they know that he is actually costing them money each time he does this.

      What a joke "community manager & advocate".

      posted in News & Announcements
      XyzzyPrime
    • RE: Add MODE_PTR to the modes list inside a room

      Not everyone uses `grunt`

      And since you understand it so completely... could you use your own advice and thus solve the problem for everyone no matter how they choose to run their code.

      MODE_SIMULATION: "simulation", 
      MODE_SURVIVAL: "survival",
      MODE_WORLD: "world",
      MODE_ARENA: "arena",
      Add:
      MODE_PTR: "PTR",
      **NOTE** there is an error in the return for the code (it returns "world" in PTR and WORLD):
      Game.rooms['W##S##'].mode

      Cool use for grunt though ... I have ideas to use your example for something else.

      posted in Feature Requests
      XyzzyPrime
    • RE: Suggestion for hard timeouts: save memory on ticks with a timeout

      Is seems that resets for CPU and hard resets have diminished somewhat (feels that way, but I have not data to support it).

      It would still be useful to have a process to save data as it is produced so that no code issues would destroy it.

      Could the Dev's give us any available methods that they know of to effect this "save of data".

       

      posted in Feature Requests
      XyzzyPrime
    • RE: Create an Invader in Reserved Rooms

      @Tedivm ... good point ... so to dispell your objection, then only allow the smallest invader and only 1 in reserved rooms.

      It is all code, after all, and those options could be coded to only allow for small Invaders (in reserved rooms).  Also, there is probably no need for User Created Invaders to have a 1500 tick lifespan anyway.

      And by the way Tedivm, I like the way you think about using the Invaders as a defense.

      posted in Feature Requests
      XyzzyPrime
    • RE: Create an Invader in Reserved Rooms

      @dissi ... What about this?

       

      posted in Feature Requests
      XyzzyPrime
    • RE: Storage in un-owned rooms is broken

      IMHO, a Storage structure should work normally for all players, not just the owner in all circumstances.

      If a player abandons or is killed off in a room, the structures containing energy should be available to take by either the new player or the old owner.

      If you reclaim the room, then it should go back to everything working.

       

      posted in Technical Issues and Bugs
      XyzzyPrime
    • Create an Invader in Reserved Rooms

      Using the Create an Invader sidebar function is great for testing code.

      It is not available in Reserved rooms, just in Controller owned rooms.

      Please make it available in the Reserved rooms as well. There needs to be a testing method in those rooms like the other owned rooms. Testing the ability to attack reserved room invaders is important also.

      Thanks

       

      posted in Feature Requests
      XyzzyPrime
    • RE: Keeper Lairs and Invader Swarms Strategy

      On the point of alternating or grouping, there are points to either. 

      One thing to consider ... if you have a creep that is down to just one part (the last one before death) then what should it be? IMHO, Heal. That way it has a potential that if it was saved just at the brink of being killed, then it will heal itself back to full.

      Next, what is the next to last part? IMHO, RANGED_ATTACK. If it is down to the end, it will want to go out swinging. Ranged is the only one that is guaranteed to be able to attack at any range.

      So overall, start with the end and work backward to full body parts to determine best. Create the logic and then you have the order no matter the size or parts.

      I have seen some Players that group parts like Tough, Ranged, Move, Heal or TRH*M* ... some have the last Heal at the end like I mention above. Some players use the mixed groups and repeat. Like your example.

      Overall, your description is excellent and the other posts added great options as well.

      Thanks for the post.

      posted in General Discussion
      XyzzyPrime
    • RE: PTR Changelog 2017-05-03

      Does this mean that we can put something like:

      process.on('SIGINT', () => {
        console.log('Received SIGINT.  Press Control-D to exit.');
      /* User Code to save state here */
      exit();
      });

      in our code and save whatever we like to Memory, then on the next Tick, check for it and do something?

      Code from https://nodejs.org/api/process.html#process_signal_events

      This comment is a little confusing (from breakOnSigint ), could someone explain it a little better: "Existing handlers for the event that have been attached via process.on("SIGINT") will be disabled during script execution, but will continue to work after that." [emphasis added]

       

      posted in News & Announcements
      XyzzyPrime
    • RE: Creep names available to other players

      could you provide the link to the reddit thread?

      posted in Technical Issues and Bugs
      XyzzyPrime
    • RE: Code Revision Number

      Add Game.user.respawn (last tick the user was respawned)

      It would give you how long this colony had been alive (instead of Member since length)

       

      posted in Feature Requests
      XyzzyPrime
    • RE: Smart Hyperlinks in Logs (would reduce server load)

      Not disputing your value statement about the changes, just giving you a possible workaround.

      I have a folder on the Chrome Bookmark Bar that has a bookmark for each of my rooms with the subject edited to reflect the room number.

      I just click on that to move from room to room.

      I hope this helps.

       

      posted in Feature Requests
      XyzzyPrime
    • RE: Solution to CPU lost to garbage collection (GC)

      This seems to be a good suggestion. I just read the README at https://github.com/yahoo/monitr and it seems to be just the sort of thing that is needed in the game server to equalize the inherent issues of a non-real-time language.

      posted in Feature Requests
      XyzzyPrime
    • RE: Notes on the Market and suggestions for improvement

      "It'd be more productive if you commented on the proposed ideas rather than repeatedly argued about your own."

      I could not have said it better myself.

      posted in Feature Requests
      XyzzyPrime
    • RE: Notes on the Market and suggestions for improvement

      OK ... let me ask this, @Artem ...

      What makes it "fun" for a New Player to pay more and lose trades to a Regionally Advantaged Old Player?

      I am drawing a conclusion that this Game, as IRL, is about keeping the poor players poor, while the Rich Players get Richer.

      If Rich/Old Players have ANY advantage then that is what happens. The gap widens.

       

      posted in Feature Requests
      XyzzyPrime
    • RE: Notes on the Market and suggestions for improvement

      Good statement, but is it true? Artem has been advocating for the Regional Model consistently. I have been advocating for Equal Access consistently.

      Everyone has been saying the system is flawed in some way and should be changed. 

      Let's check that theory here .... If you think it is "FUN" to have a New Player Penalty/Regional Market, then post here. Please put one of these votes so it is easy to see which side of the issue people are pro/against.

      +1 for New Player Penalty (aka Regional Model)

      +1 for Equal Accessible Market fees.

      Seriously, put it in your next post at the first line so we can get a show of hands.

      @Artem is +1 for Penalty/Regional

      @XyzzyPrime is +1 for Equal Access

      posted in Feature Requests
      XyzzyPrime
    • RE: Notes on the Market and suggestions for improvement

      A penalty by another name (or calculation) still stinks.

      IF the Game needs to charge a "Tax/Fee" to make the economics of the Developers better, then just say that. 

      If not, then release the angst over the "Regional Model" or as I call it the New Player Market Penalty.

      There is currently a 5% Credit cost to place an order on the Market.

      Why not just make a simple 5% Credit cost to complete the other side of the order.

       - A Buyer [player purchasing from a createOrder(ORDER_SELL,...)] will pay 105% of the total cost of Units*Cr Price of Mineral. This Cr amont must be in the Terminal to make the deal.

       - A Seller [player selling to a createOrder(ORDER_BUY,...)] will receive 95% of the Units*Cr of the Mineral.

      Simple and no inherent Penalty to any players. All are equal and participate in the Market equally.

      posted in Feature Requests
      XyzzyPrime
    • RE: Game keeps throwing error messages even after fixing it

      What you need to look at is the act.waitByFlag.js file and see if the definition in that file is capital F as in F!@&.

      Use your editor to search all files (case sensitive) for waitByflag.

      Did you find the error?

       

      posted in Technical Issues and Bugs
      XyzzyPrime
    • RE: Market.deal() bug (reducing amount by 1)

      I have seen this occur as well. It is still happening.

       

      posted in Technical Issues and Bugs
      XyzzyPrime