Counter - Strike Raid Attack V1

Một bản mod của nhóm SKIN COUNTER - STRIKE

Wednesday, July 30, 2014

Cơ bản về thuật toán tìm đường A*

Giới thiệu Khi phát triển Artificial intelligence (AI), có lẽ thuật toán về tìm đường là một trong những điều cơ bản nhất nhưng đồng thời cũng cần lưu ý nhất, tại thực tế nó không hề đơn giản, đặc biệt là phải làm sao để nâng cao hiệu suất của thuật toán. Bài viết này mình sẽ giới thiệu sơ qua cách làm việc của thuật toán A*, thuật toán tìm đường được sử dụng rộng rãi nhất hiện nay. Mô tả sơ qua về A* A* là thuật toán tìm ra con đường ngắn nhất và tốn ít công sức nhất (cost) để đi từ vị trí đầu đến vị trí cuối xác định, và tất nhiên...

Thursday, July 17, 2014

SoccerJam v2.07a

SoccerJam v2.07a REQUIRES AMXX 1.75 Gameplay Soccer Jam consists of 2 teams battling it out to be the first to score 15 goals. When you enter a server, you begin with zero upgrades. You gain experience through different efforts to upgrade your character into a stronger, better, Soccer player. You can knife your opponents dead, score a goal from incredible distances, steal the ball, assist teamates for goals, or be a goaly, and gain yourself...

PokeMod v1.2.3 RC for Public

Public 1.2.3RC can be found here. 1.2.3RC2 can be found here. 2.0 Beta can be found here. Don't prejudge this mod just because it's about Pokemon, it is one of the most complicated mods around and it is growing intensely. Has been tested on Counter-Strike 1.6, unofficially on Condition-Zero, and a little bit on Day of Defeat and Natural Selection. So what is PokeMod? -It is a game modification that incorporates the old gameboy...

Deathrun Manager

Deathrun Manager By xPaw Logo by Kryzu .: Description :. Deathrun Manager for cs and cz, well you cant play deathrun in other games  This plugin manages your deathrun server by doing the following things: Will automatically transfer one RANDOM person from the Counter-Terrorists team over to the Terrorists Will turn off/on radio commands (with cvar) Will turn off/on spraying (for those noobs who use spray on breakables) Will restart round if...

Hide N Seek

Hide N SeekVersion 2.8by Exolent Beta Version:http://forums.alliedmods.net/showpos...&postcount=811Introduction: This is a Counter-Strike 1.6 mod where the hiders (Terrorists) must hide from the seekers (Counter-Terrorists) until the round ends. The teams will swap when the Counter-Terrorists win, or when X rounds have ended (cvar to change). The hiders are equipped with a broken, invisible knife (cvar), an HE grenade (cvar), two flashbangs...

A* Pathfinding API

A* Pathfinding APIPathfinding API based on the A* method.Functions: Code: /** Array:AStar(Float:Start[3], Float:Goal[3], StepSize = 30, Ignore = IGNORE_MONSTERS, IgnoreID = 0, GroundDistance = 35, Heuristic = 50);  *  * Finds a path between Start and Goal.  *  *  * Parameters:  *  *  Float:Start[3]  *    Starting position.  *  *  Float:Goal[3]  *    Hopefully...