Skip to content

Commit

Permalink
Vita updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Northfear committed Jan 13, 2022
1 parent 0ea3a48 commit 7cbacdd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Check Vanilla Conquer Wiki for more info about required folder/file structure an
### Build
```
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -DVITA=true -DCMAKE_BUILD_TYPE=None
cmake .. -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -DVITA=true -DNETWORKING=OFF -DCMAKE_BUILD_TYPE=None
make
```

Expand Down Expand Up @@ -55,6 +55,8 @@ Left analog stick can be used for both cursor movement (good for building or pre

You can change cursor movement speed by editing ```ControllerPointerSpeed``` option under ```[Vita]``` section inside ```conquer.ini```/```redalert.ini``` files.

You can also control cursor movement with rear touchpad. To do so set ```RearTouchEnabled``` option to ```yes```. You can change its speed with ```RearTouchSpeed``` option.

### Other

Config files for VanillaTD and VanillaRA are located at ```ux0:data/VanillaTD/vanillatd/conquer.ini``` and ```ux0:data/VanillaRA/vanillara/redalert.ini```.
Expand Down
1 change: 1 addition & 0 deletions tiberiandawn/building.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4601,6 +4601,7 @@ int BuildingClass::Mission_Repair(void)

if (Transmit_Message(RADIO_NEED_TO_MOVE) == RADIO_ROGER) {
if (Contact_With_Whom()->Health_Ratio() < 0x0100 && Transmit_Message(RADIO_REPAIR) == RADIO_ROGER) {
// still crashing on VITA with missing data
#ifdef REMASTER_BUILD
// MBL 07.06.2020 - Patch 3: Change to TD Legacy: Adding "Repairing" VO for units on repair bay
// Per https://jaas.ea.com/browse/TDRA-7271
Expand Down
1 change: 0 additions & 1 deletion tiberiandawn/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ bool Init_Game(int, char*[])
char sep[] = {PathsClass::SEP, '\0'};
strcat(search_path, sep);
}
#endif

strcpy(scan_path, search_path);
strcat(scan_path, "SC*.MIX");
Expand Down

0 comments on commit 7cbacdd

Please sign in to comment.