17kNovel

Font: Big Medium Small
Dark Eye-protection
17kNovel > When I Write a Bug It Becomes the Core Gameplay > Chapter 221 The confident Gu Fan

Chapter 221 The confident Gu Fan

    Chapter 221 The confident Gu Fan


    Facing Lilith’s question, Gu Fan felt more confident than ever before.


    “Mr. Li, your question has stumped me. I am no longer the head of the game department!


    “I have never written a line of code, and I haven’t even looked at the design plan very carefully.


    “I have not participated in the entire process of game development. I have been busy with the experience store. You know this.


    “You asked me this question, are you asking the wrong person?”


    Lilith continued to grit her teeth and said: "Then look now! Check for me! Find out what the reason is!"


    ?Although she didn''t understand the specific reason for this, she did understand that the negative emotions collected from Zhuge Jun and Hou Ji were rapidly decreasing, and there was even a tendency to reverse!


    There must be a big problem somewhere.


    But what exactly went wrong?


    Lilith tried it briefly and thought about it, but she felt her scalp was a little itchy, as if she was about to grow a brain.


    When she encountered this kind of problem before, she always asked Gu Fan to check himself, and he quickly located the real problem. It was indeed a bit embarrassing for her to think about it at this time.


    What''s more, Gu Fan really didn''t participate in the development of the game this time, so he was relatively innocent.


    The combination of these two factors made Lilith think it was more reasonable to let Gu Fan investigate.


    “Okay Mr. Li, please wait a moment.


    “After all, I didn’t write all the code for this game. Even if there are clues, it’s very troublesome to find them. I need more time.”


    ??Gu Fan returned to the counter, took out his laptop, opened the backend code of "Road Rage Simulator", and started to check it with a frown.


    Time passed minute by minute.


    ??This time it took much longer to troubleshoot the problem than before, and Gu Fan was obviously in pain and scratching his head.


    It is indeed too difficult for a programmer to troubleshoot errors in other programmers'' codes.


    ?This means that Gu Fan is very strong. If he were another programmer, he would probably tell Lilith directly that he couldn''t do it.


    ?Seeing Gu Fan''s state, Lilith was embarrassed to urge him, but she couldn''t hold it back anymore as she watched Zhuge Jun and Hou Ji''s negative emotions getting less and less.


    Soon, a worse situation emerged.


    ?Not only are the negative emotions of the two of them decreasing, but the negative emotions collected by the game "Road Rage Simulator" are also decreasing!


    As for why?


    The answer is obvious: as time goes by, not only Zhuge Jun has found the correct way to open the game, but other players have also discovered it.


    Just like Zhuge Jun and Hou Ji share their experiences, other players are also sharing their experiences with each other. This change in thinking spreads rapidly among the player group like a demonic plague, and gradually becomes more frequent. out of hand!


    Finally, after playing for another two hours, Zhuge Jun and Hou Ji reluctantly stood up and prepared to leave.


    Zhuge Jun asked: "Hello, store manager, can I buy this controller directly?"


    ? Gu Fan took time out of his busy schedule to answer: "Sorry, we are just an experience store here and we do not sell products. If you need it, just order online."


    “Okay.” Zhuge Jun was not surprised by this answer.


    ?He stretched out, went to the counter to pay the bill according to the play time, and then happily made an appointment with Hou Ji to come back again.


    ?After the two people left, Lilith closed the door of the experience store with lightning speed, and then hung up the "Closed for Business" sign.


    “Have you checked it out?”


    ?Lilith was obviously on the verge of breaking out at this time.


    ??Gu Fan nodded hesitantly: "It seems that the problem has been identified, but whether it comes from here needs further confirmation. It cannot be 100% sure. After all, this is not the code I wrote."


    Lilith couldn''t wait any longer. She leaned over and said, "Tell me what the reason is! Why is there another BUG!"


    ??Gu Fan corrected her: "Mr. Li, strictly speaking, this is not a BUG, ??it should be...a design flaw..."


    Lilith was instantly furious: "What? Design loopholes! This guy Zhou Yang is really unreliable!"


    Obviously, this is a blatant attempt to shift the blame.


    The idea for "Road Rage Simulator" was given by Gu Fan, and Lilith made the decision and gave a rough concept draft.


    Then, she handed the concept draft to Zhou Yang for detailed design. Although the design loopholes did appear in Zhou Yang''s design draft, the problem was that this design draft had been shown to Lilith a long time ago, and she did not raise any questions at the time.


    At this time, Lilith must still be in charge.


    ?But Gu Fan didn''t point this out. After all, Lilith was in a very bad mood at the moment, and there was no need for him to get into trouble.


    ??Gu Fan pointed to a few lines of code: "Mr. Li, look, here is the detailed rule code for "Dynamic Adjustment of Road Traffic Difficulty".


    “When players engage in normal traffic activities in the game, in order to better trigger the player’s road rage, the uncivilized driving behaviors of the surrounding vehicles will become more and more excessive.


    “This is already in your first draft of the design, right?”


    Lilith nodded: "Yeah!"


    Obviously, this design has indeed caused great trouble to players, causing frequent accidents throughout the city and creating a lot of negative emotions.


    “But that’s also the problem!”


    ??Gu Fan continued: “When the system detects that the player has never had a car accident, it will continue to increase the AI’s dangerous driving behavior tendency without setting an upper limit!


    “Of course, the function itself is not right or wrong, because there is no upper limit in the design plan. From a code perspective, the design is considered to be well completed.”


    ?? Lilith thought for a while: "It''s not bad if there is no upper limit... Letting these NPC vehicles use any means to cause car accidents should be conducive to generating more negative emotions, right?"


    ?Gu Fan continued to locate the next piece of code: "If you look at this one alone, it doesn''t seem to be a big problem, but there is another one below.


    “The condition for the end of this “dynamic adjustment mechanism for road traffic difficulty” is “a car accident occurs around the player’s vehicle”, not “a car accident occurs in the player’s own vehicle”.


    ?Lilith was puzzled, her brows furrowed, and it was obvious that her brain was almost shut down.


    “Is there...a big difference?”


    Lilith thought for a moment. As the road danger level increases, almost all NPC vehicles on the road will regard the player''s vehicle as a public enemy. In this case, if a car accident occurs around the player, there is a high probability that he will be involved.


    What’s more, there is a rule that “if you have a car accident, you must get out of the car for medical treatment.”


    It shouldn’t be a big problem, right?


    However, Gu Fan shook his head slightly: "If you look at one of them alone, the problem is indeed not big. But if you look at the two together, then the two small problems become a big problem!


    “Because there is no upper limit on the dangerous driving behavior of NPCs, as time goes by, the dangerous driving behaviors of these NPCs will become more and more outrageous and excessive!


    “The result is that if they don’t hit the player, they will most likely get into a car accident, and they will not be able to continue to cause pressure on the player.


    “And the article “If a car accident occurs around the player driving the vehicle, the dynamic adjustment mechanism of road traffic will be terminated”, which inadvertently gives players the possibility of escaping unscathed.”


    ?Lilith opened her mouth slightly, seeming to understand a little.


    NPC’s dangerous driving behavior will not only affect the player, but also itself!


    After all, NPC vehicles in this game must also follow basic physical rules. If you drive randomly, you will still skid if you should, and you will still be unable to stop if you should not brake.


    Once the player is not hit, the result is likely to be a collision with a guardrail or a tree.


    ??If the game locked an upper limit on the dangerous driving behavior of NPCs, this problem would not exist.


    Because the NPC''s AI will strike a balance between "attacking the player" and "maintaining one''s own safety", while ensuring one''s own safety as much as possible, it will turn the attacking player into a protracted battle.


    In a protracted battle, players will most likely be defeated.


    After all, most players are ordinary people and not professional racers. No matter how cautious they are, it will be difficult to defeat the AI ??in a long tug-of-war.


    ??Furthermore, if "the dynamic adjustment mechanism of road traffic ends only when the player has an accident," then it doesn''t matter even if these NPC vehicles have an accident.


    When players continue to hit the road, they will still be in an extremely harsh traffic environment, and soon new idiot drivers will appear driving new luxury cars to chase and intercept players.


    No matter how careful the player is, the car will still overturn.


    This is bound to happen, it’s just a matter of time.


    But now, if an NPC vehicle has an accident near the player, the dynamic difficulty will be cleared, which gives the player a chance to breathe!


    As Gu Fan said, if only one of these two mechanisms has a problem, it should not cause too many positive emotions in the players.


    But when the two mechanisms went wrong together, the game changed from "Road Rage Simulator" to "Defensive Driving Simulator" and "Idiot Driver Simulator", allowing players to gain undue positive benefits. mood!


    There is a big problem now!


    (End of this chapter)
『Add To Library for easy reading』
Popular recommendations
The Wrong Woman The Day I Kissed An Older Man Meet My Brothers Even After Death A Ruthless Proposition Wired (Buchanan-Renard #13)