Vinifera
Vinifera copied to clipboard
Vinifera is a C&C: Tiberian Sun engine extension implementing new logics and fixing bugs.
### Description: In Red Alert 2, the game auto-saves at the start of every single-player mission. These save files use a different filename format than user saves. They use the...
### Description: Tiberian Sun crashes when trying to draw certain frames of tiberium overlay, meant for regular flat terrain, on slopes. ### Steps To Reproduce: 1. Create a hill with...
### Description: Tiberian Sun doesn't have a trigger action for giving credits (money) to a house. CnCNet ts-patches adds one. ### Additional Files: CnCNet ts-patches implementation: https://github.com/CnCNet/ts-patches/blob/master/src/trigger_actions_extended.asm#L94 The ts-patches implementation...
### Description: CnCNet ts-patches has trigger actions for enabling and disabling the "Short Game" session option on-the-fly. It might be useful for some special game modes. ### Additional Files: CnCNet...
### Description: Vanilla TS has no trigger action for defeating a house. One would be useful for some special game modes, however. This trigger action is implemented in CnCNet ts-patches...
### Description: You can turn your trainable units veteran and elite by destroying objects of your own or objects of your allies. This seems to go against the original veterancy...
### Description: CnCNet ts-patches adds two enhancements to the waypoint feature: 1) You no longer need to hold down the Shift key to create waypoint loops 2) After deleting a...
### Description: `InfantryClass::Take_Damage` does not check if the warhead parameter is null. In some cases it can be called with a null warhead, which leads to a crash. ### Additional...
### Description: To keep the main directory clear, most mods prefer it when the game writes its saved games to a sub-directory. The CnCNet client is also coded to read...
### Description: The original game does not properly support loading unique assets of more than 2 factions. CnCNet ts-patches / DTA has many hacks related to fixing this: ``` ;...