剑侠情缘c#版(游戏源码+资源+工具+程序),百度云盘下载,大小1.68G

剑侠情缘c#版(游戏源码+资源+工具+程序),c#开发的,喜欢研究游戏的可以下载看看。亲测可进游戏。

剑侠情缘c#版(游戏源码+资源+工具+程序)下载地址:
通过网盘分享的文件:【游戏】剑侠情缘c#版(游戏源码+资源+工具+程序)
链接: https://pan.baidu.com/s/1dfVg4nJvOBIws-i9T2ZT1Q?pwd=psck
提取码: psck
--来自百度网盘超级会员v4的分享

 

jxqy
├─ Engine
│    ├─ Asf.cs
│    ├─ BackgroundMusic.cs
│    ├─ BenchMark
│    │    └─ Fps.cs
│    ├─ Carmera.cs
│    ├─ Character.cs
│    ├─ Collider.cs
│    ├─ Engine.csproj
│    ├─ GameState.cs
│    ├─ Globals.cs
│    ├─ Good.cs
│    ├─ GoodDrop.cs
│    ├─ Gui
│    │    ├─ Base
│    │    ├─ BottomGui.cs
│    │    ├─ BuyGui.cs
│    │    ├─ ColumnGui.cs
│    │    ├─ DialogGui.cs
│    │    ├─ DragDropItem.cs
│    │    ├─ EquipGui.cs
│    │    ├─ GoodsGui.cs
│    │    ├─ GuiManager.cs
│    │    ├─ LittleHeadGui.cs
│    │    ├─ LittleMapGui.cs
│    │    ├─ MagicGui.cs
│    │    ├─ MemoGui.cs
│    │    ├─ MessageGui.cs
│    │    ├─ MouseGui.cs
│    │    ├─ SaveLoadGui.cs
│    │    ├─ ScrollBar.cs
│    │    ├─ SelectionGui.cs
│    │    ├─ StateGui.cs
│    │    ├─ SystemGui.cs
│    │    ├─ TimerGui.cs
│    │    ├─ TitleGui.cs
│    │    ├─ ToolTipGuiBase.cs
│    │    ├─ ToolTipGuiType1.cs
│    │    ├─ ToolTipGuiType2.cs
│    │    ├─ TopGui.cs
│    │    └─ XiuLianGui.cs
│    ├─ IMoveControlInWorld.cs
│    ├─ IScreen.cs
│    ├─ InfoDrawer.cs
│    ├─ JxqyGame.cs
│    ├─ ListManager
│    │    ├─ GoodsListManager.cs
│    │    ├─ MagicListManager.cs
│    │    ├─ MemoListManager.cs
│    │    ├─ PartnerList.cs
│    │    ├─ TalkTextDetail.cs
│    │    └─ TalkTextList.cs
│    ├─ Log.cs
│    ├─ Magic.cs
│    ├─ MagicManager.cs
│    ├─ MagicRegionFileReader.cs
│    ├─ MagicSprite.cs
│    ├─ Map
│    │    ├─ JxqyMap.cs
│    │    ├─ MapBase.cs
│    │    └─ TiledMap.cs
│    ├─ Message
│    │    └─ MessageDelegater.cs
│    ├─ MouseScrollHandler.cs
│    ├─ Mpc.cs
│    ├─ Npc.cs
│    ├─ NpcManager.cs
│    ├─ Obj.cs
│    ├─ ObjManager.cs
│    ├─ PathFinder.cs
│    ├─ Player.cs
│    ├─ Properties
│    │    └─ AssemblyInfo.cs
│    ├─ ResFile.cs
│    ├─ Script
│    │    ├─ ScriptExecuter.cs
│    │    ├─ ScriptManager.cs
│    │    ├─ ScriptParser.cs
│    │    └─ ScriptRunner.cs
│    ├─ Shd.cs
│    ├─ SoundManager.cs
│    ├─ Sprite.cs
│    ├─ Storage
│    │    ├─ Loader.cs
│    │    ├─ Saver.cs
│    │    └─ StorageBase.cs
│    ├─ TextureBase.cs
│    ├─ TextureGenerator.cs
│    ├─ Utils.cs
│    ├─ Weather
│    │    ├─ Rain.cs
│    │    ├─ RainDrop.cs
│    │    ├─ Snow.cs
│    │    ├─ SnowFlake.cs
│    │    └─ WeatherManager.cs
│    └─ packages.config
├─ Exp
│    ├─ Level-easy.ini
│    ├─ MagicExp.ini
│    ├─ SetExp.py
│    └─ level-hard.ini
├─ GameEditor
│    ├─ Game.ico
│    ├─ GameEditor.Designer.cs
│    ├─ GameEditor.cs
│    ├─ GameEditor.csproj
│    ├─ GameEditor.resx
│    ├─ GameThumbnail.png
│    ├─ LogWindow.Designer.cs
│    ├─ LogWindow.cs
│    ├─ LogWindow.resx
│    ├─ PlayerPosDialog.Designer.cs
│    ├─ PlayerPosDialog.cs
│    ├─ PlayerPosDialog.resx
│    ├─ Program.cs
│    ├─ Properties
│    │    └─ AssemblyInfo.cs
│    ├─ RangeRadiusDialog.Designer.cs
│    ├─ RangeRadiusDialog.cs
│    ├─ RangeRadiusDialog.resx
│    ├─ RunScript.Designer.cs
│    ├─ RunScript.cs
│    ├─ RunScript.resx
│    ├─ Settings.cs
│    ├─ VariablesWindow.Designer.cs
│    ├─ VariablesWindow.cs
│    ├─ VariablesWindow.resx
│    └─ packages.config
├─ GameStarter
│    ├─ App.config
│    ├─ Form1.Designer.cs
│    ├─ Form1.cs
│    ├─ Form1.resx
│    ├─ Game.ico
│    ├─ GameStarter.csproj
│    ├─ Program.cs
│    └─ Properties
│           ├─ AssemblyInfo.cs
│           ├─ Resources.Designer.cs
│           ├─ Resources.resx
│           ├─ Settings.Designer.cs
│           └─ Settings.settings
├─ Helper
│    ├─ .gitignore
│    ├─ A algorithm.txt
│    ├─ Animation
│    │    └─ Help.txt
│    ├─ Buy.txt
│    ├─ DemoGif
│    │    └─ 多个攻击武功和攻击距离_血量低逃跑_血量低加血.gif
│    ├─ Dijkstra’s Algorithm.txt
│    ├─ Goods
│    │    ├─ Goods.txt
│    │    └─ goods-n10-碧玉挂链增加体力.ini
│    ├─ Greedy Best First Search.txt
│    ├─ MOD.doc
│    ├─ Magic
│    │    ├─ Magic.txt
│    │    ├─ RegionFile详解
│    │    └─ 例子
│    ├─ Map
│    │    └─ Tiled地图文件(tmx)支持说明.doc
│    ├─ MpcRes文件支持.txt
│    ├─ NPC OBJ 文件详解.txt
│    ├─ NpcItems.txt
│    ├─ ObjItems.txt
│    ├─ Script.txt
│    ├─ SetDirection.jpg
│    ├─ bugs.txt
│    ├─ cheat.txt
│    ├─ map.png
│    ├─ maptile.jpg
│    ├─ map文件格式.xls
│    ├─ npcini.txt
│    ├─ 引擎说明.txt
│    ├─ 文字显示颜色设置说明.txt
│    ├─ 新剑脚本解析(梦版).xls
│    ├─ 更新方法.txt
│    ├─ 武功位置代码-黄诗梦.jpg
│    ├─ 物品代码位置-黄诗梦.jpg
│    ├─ 物品掉落.txt
│    ├─ 经验.txt
│    └─ 附录6脚本指令.doc
├─ Jxqy
│    ├─ Game.ico
│    ├─ GameThumbnail.png
│    ├─ Jxqy.csproj
│    ├─ Program.cs
│    └─ Properties
│           └─ AssemblyInfo.cs
├─ Jxqy.sln
├─ JxqyContent
│    ├─ JxqyContent.contentproj
│    ├─ effect
│    │    ├─ AlphaTest.fx
│    │    ├─ Transparent.fx
│    │    ├─ grayscale.fx
│    │    ├─ outedge.fx
│    │    ├─ refraction.fx
│    │    └─ waterfall.jpg
│    └─ font
│           ├─ ASCII_Verdana_7_Bold.xnb
│           ├─ GB2312_ASCII_迷你简细圆_10.xnb
│           └─ GB2312_ASCII_迷你简细圆_12.xnb
├─ Settings
│    ├─ Game.ico
│    ├─ GameThumbnail.png
│    ├─ Program.cs
│    ├─ Properties
│    │    └─ AssemblyInfo.cs
│    ├─ Setting.Designer.cs
│    ├─ Setting.cs
│    ├─ Setting.resx
│    └─ Settings.csproj
├─ ini_resourse
│    ├─ UI_Settings.ini
│    └─ template.txt
├─ packages
│    ├─ C5.2.3.0.1
│    │    ├─ C5.2.3.0.1.nupkg
│    │    └─ lib
│    ├─ Newtonsoft.Json.7.0.1
│    │    ├─ Newtonsoft.Json.7.0.1.nupkg
│    │    ├─ lib
│    │    └─ tools
│    ├─ TiledSharp.0.15
│    │    ├─ TiledSharp.0.15.nupkg
│    │    └─ lib
│    ├─ ini-parser-2.1.2
│    │    ├─ .ci
│    │    ├─ .gitignore
│    │    ├─ .travis.yml
│    │    ├─ Gemfile
│    │    ├─ Gemfile.lock
│    │    ├─ LICENSE
│    │    ├─ README.md
│    │    ├─ Rakefile
│    │    ├─ src
│    │    └─ tools
│    └─ repositories.config
└─ xnbbuilder
       ├─ XNAFormatter
       │    ├─ Program.cs
       │    ├─ Properties
       │    ├─ XNAFormatter.Designer.cs
       │    ├─ XNAFormatter.cs
       │    ├─ XNAFormatter.csproj
       │    ├─ XNAFormatter.resx
       │    └─ app.config
       └─ xnaconverter
              ├─ BuildEngine.cs
              ├─ Properties
              ├─ XNABuilder.csproj
              └─ XNBBuilder.cs
 

                
  • 8
    点赞
  • 12
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值