剑侠情缘c#版(游戏源码+资源+工具+程序)

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

提取码: psck

--来自百度网盘超级会员v4的分享


压缩包内容说明:

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

 
 
剑侠情缘c#版(游戏源码+资源+工具+程序)
├─ tools
│    ├─ JxqyScriptEidtor
│    │    ├─ .gitignore
│    │    ├─ AboutDialog.cpp
│    │    ├─ AboutDialog.h
│    │    ├─ App.cpp
│    │    ├─ App.h
│    │    ├─ ColourSettingDialog.cpp
│    │    ├─ ColourSettingDialog.h
│    │    ├─ ConfigManager.cpp
│    │    ├─ ConfigManager.h
│    │    ├─ FindDialog.cpp
│    │    ├─ FindDialog.h
│    │    ├─ Function
│    │    ├─ Help编写脚本文件.txt
│    │    ├─ ICO
│    │    ├─ IPC.cpp
│    │    ├─ JxqyScriptEditor.cbp
│    │    ├─ JxqyScriptEditor.cpp
│    │    ├─ JxqyScriptEditor.depend
│    │    ├─ JxqyScriptEditor.h
│    │    ├─ JxqyScriptEditor.ini
│    │    ├─ JxqyStc.cpp
│    │    ├─ JxqyStc.h
│    │    ├─ TalkIndex.cpp
│    │    ├─ TalkIndex.h
│    │    ├─ TalkListPanel.cpp
│    │    ├─ TalkListPanel.h
│    │    ├─ helperFun.cpp
│    │    ├─ helperFun.h
│    │    ├─ new  2.txt
│    │    ├─ resource.rc
│    │    ├─ wxFormBuilder
│    │    ├─ wxWidgets-modified
│    │    ├─ wxsmith
│    │    └─ 截图
│    ├─ MapTool
│    │    ├─ .gitignore
│    │    ├─ App.cpp
│    │    ├─ App.h
│    │    ├─ AsfDecode.cpp
│    │    ├─ AsfDecode.hpp
│    │    ├─ ClipBoard.cpp
│    │    ├─ ClipBoard.h
│    │    ├─ FpsDialog.cpp
│    │    ├─ FpsDialog.h
│    │    ├─ Help
│    │    ├─ ICO
│    │    ├─ InputUIntDialog.cpp
│    │    ├─ InputUIntDialog.h
│    │    ├─ ListDefHelper.cpp
│    │    ├─ ListDefHelper.h
│    │    ├─ LoadXPM.cpp
│    │    ├─ LoadXPM.h
│    │    ├─ Magic.txt
│    │    ├─ Map.cpp
│    │    ├─ Map.h
│    │    ├─ MapTool.cbp
│    │    ├─ MapTool.cpp
│    │    ├─ MapTool.cscope_file_list
│    │    ├─ MapTool.depend
│    │    ├─ MapTool.h
│    │    ├─ MapTool.setting
│    │    ├─ MapToolCommand.cpp
│    │    ├─ MapToolCommand.h
│    │    ├─ MapToolPropertys.cpp
│    │    ├─ MapToolPropertys.hpp
│    │    ├─ MpcDecode.cpp
│    │    ├─ MpcDecode.hpp
│    │    ├─ Npc.cpp
│    │    ├─ Npc.hpp
│    │    ├─ NpcItems.txt
│    │    ├─ ObjItems.txt
│    │    ├─ README.md
│    │    ├─ Screenshots
│    │    ├─ Settings.cpp
│    │    ├─ Settings.h
│    │    ├─ TmxMapMessage.pb.cc
│    │    ├─ TmxMapMessage.pb.h
│    │    ├─ TmxReadHelper
│    │    ├─ TmxReaderClient.cpp
│    │    ├─ TmxReaderClient.h
│    │    ├─ TmxReaderSetting.cpp
│    │    ├─ TmxReaderSetting.h
│    │    ├─ Utils.cpp
│    │    ├─ Utils.h
│    │    ├─ YesNoAllDialog.cpp
│    │    ├─ YesNoAllDialog.h
│    │    ├─ json.hpp
│    │    ├─ map.txt
│    │    ├─ mydefs.hpp
│    │    ├─ npc obj number means.txt
│    │    ├─ proto
│    │    ├─ resource
│    │    ├─ resource.rc
│    │    ├─ test
│    │    ├─ wxFormBuilder
│    │    ├─ wxIMPLEMENT_PLUGGABLE_CLASS(name, basename)
│    │    ├─ wxsmith
│    │    ├─ 获取地图坐标.efm
│    │    ├─ 获取地图坐标.jpg
│    │    └─ 透障.psd
│    └─ MpcAsfTool
│           ├─ .gitignore
│           ├─ About.cpp
│           ├─ About.h
│           ├─ AdjustPositionDialog.cpp
│           ├─ AdjustPositionDialog.h
│           ├─ App.cpp
│           ├─ App.h
│           ├─ AsfDecode.cpp
│           ├─ AsfDecode.hpp
│           ├─ AsfFormat.txt
│           ├─ AsftoPic.cpp
│           ├─ AsftoPic.hpp
│           ├─ BatDialog.cpp
│           ├─ BatDialog.h
│           ├─ DLL
│           ├─ DlgAddFrames.cpp
│           ├─ DlgAddFrames.h
│           ├─ Exp
│           ├─ ExportToImg.cpp
│           ├─ ExportToImg.h
│           ├─ FocusSequence.cpp
│           ├─ FocusSequence.h
│           ├─ FreeImage
│           ├─ GifData.cpp
│           ├─ GifData.hpp
│           ├─ ICO
│           ├─ MAPICDATA.cpp
│           ├─ MAPICDATA.hpp
│           ├─ MainFrame.ep
│           ├─ MpcAsfTool.cbp
│           ├─ MpcAsfTool.cpp
│           ├─ MpcAsfTool.depend
│           ├─ MpcAsfTool.h
│           ├─ MpcAsfTool.workspace
│           ├─ MpcDecode.cpp
│           ├─ MpcDecode.hpp
│           ├─ MpcFormat.txt
│           ├─ MpctoGif.cpp
│           ├─ MpctoPic.hpp
│           ├─ ProgressDlg.cpp
│           ├─ ProgressDlg.h
│           ├─ README.md
│           ├─ ResizeDialog.cpp
│           ├─ ResizeDialog.h
│           ├─ RpcDecode.cpp
│           ├─ RpcDecode.hpp
│           ├─ RpcFormat.txt
│           ├─ Screenshots
│           ├─ ShdDecode.cpp
│           ├─ ShdDecode.hpp
│           ├─ SprDecode.cpp
│           ├─ SprDecode.hpp
│           ├─ SprFormat.txt
│           ├─ Utils.cpp
│           ├─ Utils.hpp
│           ├─ WorkManager.cpp
│           ├─ WorkManager.hpp
│           ├─ doc
│           ├─ help
│           ├─ mydefs.hpp
│           ├─ resource.rc
│           ├─ wxFormBuilder
│           └─ wxsmith
├─ 游戏
│    └─ Jxqy
│           ├─ C5.dll
│           ├─ Content
│           ├─ Engine.dll
│           ├─ GameEditor.exe
│           ├─ GameEditor.ini
│           ├─ INIFileParser.dll
│           ├─ Jxqy.exe
│           ├─ Jxqy.ini
│           ├─ Newtonsoft.Json.dll
│           ├─ Settings.exe
│           ├─ TiledSharp.dll
│           ├─ asf
│           ├─ img
│           ├─ ini
│           ├─ map
│           ├─ mpc
│           ├─ save
│           ├─ script
│           ├─ 先安装运行环境
│           └─ 启动游戏.exe
└─ 源码
       ├─ XNA.Game.Studio.4.0.4.for.vs2013.zip
       ├─ XNA.Game.Studio.4.0.5.for.vs2015.zip
       └─ jxqy
              ├─ Engine
              ├─ Exp
              ├─ GameEditor
              ├─ GameStarter
              ├─ Helper
              ├─ Jxqy
              ├─ Jxqy.sln
              ├─ JxqyContent
              ├─ Settings
              ├─ ini_resourse
              ├─ packages
              └─ xnbbuilder