迷茫之鹰 发表于 2023-8-18 20:02:37

Counter-Strike JS 网页版的CS.16,搭建需要服务器

Counter-Strike 1.6 implementation in TypeScript utilizing state of the art browser APIs.Used https://github.com/MathiasVP/CS as the base.DemoNo hosted demo, run locallyCurrent state
[*]Parses and renders .bsp files (version 30) containing map data
[*]Parses and renders .mdl files (version 10) with textures
[*]Camera movement, yaw and pitch fully implemented
[*]Collision detection implemented
[*]Naive gravity implemented
DevelopPlease note: No actual data (maps, models, textures, etc.) is included in the project, due to copyright reasons!
[*]Copy cstrike folder from your Counter-Strike 1.6 folder into root folder of this project
[*]Install dependencies
npm install


[*]Then start webpack
npm start


[*]Open http://localhost:9000
https://user-images.githubusercontent.com/3748453/78078377-5a9b8e80-73aa-11ea-8a1c-b23307d4c235.pnghttps://user-images.githubusercontent.com/3748453/50407004-1dbc1180-07cf-11e9-8976-7472bc17183d.jpg
GIT仓库开源网址https://github.com/VadimDez/Counter-Strike-JS


页: [1]
查看完整版本: Counter-Strike JS 网页版的CS.16,搭建需要服务器