The experience of file modification in version 2 1.5.9

Riding Cut 2 played for a period of time, to the back of the content repetition is quite high.. So I want to have fun, but I'm too lazy to do MOD, so try to modify the internal files of the game goods: The attribute information of the item is in Mount & Blade II banner, modules, Sandbox core, mUTF-8...

Posted by Jamz on Sun, 23 May 2021 02:54:42 +0930

Save a C + + console Chinese chess program in one day

In front of the students want to do the Chinese chess game, teacher Ding Mu has done. Check it out. We usually use the minimax strategy to search. Artificial intelligence program, a day estimate is not done, we first use the search algorithm to do a sample to play. See the code for details httpUTF-8...

Posted by Remote4ever on Fri, 04 Jun 2021 02:56:00 +0930

[Unity] using navigation grid to make AI (including wavenumber Management)

This article is a follow-up to the previous DFS map project. I also learned how to make tracking AI and manage wave number. First of all, let's create a player and write its movement. Move script (move from top to mouse) using System.Collections; using System.Collections.Generic; using UnityEngUTF-8...

Posted by LoganK on Fri, 04 Jun 2021 05:24:55 +0930

Rewriting and creating Android. KL file

method: 1. Rewrite the kl file, which can be rewritten in the source code. You can directly rewrite the kl file of the mobile phone (after root) 2. Fit a new handle kl We need to know the vendor number and the product number. Then put it on the sdk to compile, or put it on the mobile phone direUTF-8...

Posted by daleks on Fri, 04 Jun 2021 06:09:41 +0930

UnityShader - Use normal mapping in tangent space

normal map In the game, if the walls, grasslands, etc. show concave and convex feeling from the perspective of the model, the details of the model will increase a lot, and at the same time the vertices will increase, which is wasteful.Normal mapping is often used to make the model more concave UTF-8...

Posted by schajee on Tue, 08 Jun 2021 01:35:11 +0930

Detailed explanation of C language to achieve plant war zombie sunshine 9999

Effect display In addition, click will also have "demacia!" Sound effects Tools: Core code: Devcpp is enough; Adding dialog interface and resource file: CodeBlocks Resource editor: ResEdit Format conversion tools: format factory, Spy++ Necessary tool: CheatEngine Requirements (suggestions) 1. UTF-8...

Posted by xexmple on Mon, 14 Jun 2021 04:40:03 +0930

Meeting is too boring, I'm under the leadership's eyes: I wrote a skiing game in Python, I had a good time

it happened like this Two o'clock in the afternoon, the stuffy conference room The air conditioner sat there steadily, as if asleep The leader's mouth is reflected in the dazzling light of the slide It's a very aggressive one I am acutely aware of the sudden rising tone of the leader He nodded UTF-8...

Posted by - - NC - - on Fri, 18 Jun 2021 04:24:42 +0930

Snake easy version (C + +)

catalogue 1, The implementation of snake simple version 1. How to store the snake? 2. How does the snake move? 3. How is food produced? 4. How to judge the end of the game? 2, Optimization of snake simple version 1. Add function button 2. BUG repair 3. Final code 1, The implementation of snake UTF-8...

Posted by plinares on Mon, 21 Jun 2021 02:55:38 +0930

"Gobang" games

1, Preface: The so-called "three pieces of chess" is to play chess on the chessboard. You can win the game when you reach three pieces of your own on any straight line of the chessboard. The result of the game can be divided into three kinds: win, lose and peace. If we use ⭕ Symbol, then: WinnUTF-8...

Posted by david_s0 on Tue, 06 Jul 2021 03:19:26 +0930

SMAPI Mod production ideas

preface Here we will not introduce the installation and use of SMAPI and the simple mod project construction one by one. Now we will start to analyze the excellent mod source code of N network, and the content will be updated slowly for a long time 1, Global events 1. Log printing Add the globUTF-8...

Posted by LiquidCD on Sun, 11 Jul 2021 08:04:20 +0930