《命令与征服™:重制版》

《命令与征服™:重制版》

Better Pathfinding (Tiberian Dawn)
17 条留言
I AM BAYTOR 2023 年 4 月 5 日 下午 12:46 
I've yet to test it out but you're a G for doing this, the pathfinding was so bad I went back to Red Alert 2 instead of finishing the RA1 campaign.
PiXL 2020 年 10 月 2 日 上午 9:43 
I'm a bit late to the C&C party, but thank you for creating and updating this. This was the first thing I searched for upon finding the in-game workshop/mods.
IsKor 2020 年 9 月 26 日 上午 1:35 
Now it works wonderfully. Thanks for your swiftness, and all your work!
KingLol  [作者] 2020 年 9 月 21 日 上午 3:42 
The mod should now be compatible with the latest patch :)
KingLol  [作者] 2020 年 9 月 20 日 上午 11:14 
@IsKor I am currently updating the mod for the new patch. It will be available very soon.
IsKor 2020 年 9 月 18 日 上午 8:54 
I am experiencing issues with the mod since the last patch.. I followed the how to on the official page, to no avail..
Is someone in the same situation as me?
https://psteamproxy.yuanyoumao.com/newshub/app/1213210/view/2483120772753503636
KingLol  [作者] 2020 年 7 月 7 日 上午 6:22 
@One Man Army: yes, it will replace the TiberianDawn.dll. It should work fine with any mods that don't touch that, but for the those that do, it won't be possible to use both.
One Man Army 2020 年 7 月 7 日 上午 5:17 
Does this mod make changes/replace the file TiberianDawn.dll ?
I want to know, in case it conflicts with other mods.
KingLol  [作者] 2020 年 6 月 22 日 下午 12:49 
Mod updated to work with the latest patch.
KingLol  [作者] 2020 年 6 月 22 日 上午 11:54 
IMPORTANT: the mod is in the process of being updated for the new patch. It will be available very soon!
cfehunter 2020 年 6 月 17 日 上午 6:59 
Cool. Looks very similar to my implementation, but you've made some different choices with the cost calculations.
KingLol  [作者] 2020 年 6 月 16 日 上午 6:18 
I attempted to enable the built-in debugger, but I found that it caused the game to hang after selecting a unit. The debug routines use various assembly routines for drawing to the screen buffer. Since the visuals have been remastered, I expect that the devs have changed how the game is rendered, meaning those functions are no longer used. What's possibly happening is that the map is being drawn to some random location in memory (or 0x0) which is no longer used.

The map image on this page came from plotting the .csv files. The functions to dump the path to csv file, as well as the octave script used to plot the data are both included in the source code.
bluescreen 2020 年 6 月 16 日 上午 5:15 
Did you try to use the built in path debugger? When i set Debug_Find_Path in global.cpp to true the game crashes. I asume something is missing. Do you know how to use the debug tools?
t2d | no.SkiLLz @ CachyOS 2020 年 6 月 14 日 下午 5:08 
Thank you, this helps finding the source. :)
KingLol  [作者] 2020 年 6 月 14 日 下午 4:56 
The source was always available on github but now I've added a link in the description.
Motorizer 鼠 2020 年 6 月 14 日 上午 9:59 
Has anyone tried this mod? This is the one thing they missed in the remaster imo. To prevent your stupid units to turn around and take the wrong route.
t2d | no.SkiLLz @ CachyOS 2020 年 6 月 13 日 下午 1:01 
Could you please upload the source code? The game logic was released under GPLv3 with copyleft. :)