game-modes icon indicating copy to clipboard operation
game-modes copied to clipboard

Unsupported version

Open DeznekCZ opened this issue 4 years ago • 0 comments

https://github.com/maniaplanet/game-modes/blob/2019-05-23/Makers/base/Scripts/MapTypes/TrackMania/Race.Script.txt

Hello Team,

this file is not able to use because is not compile able.

List of issues: Race -> CPluginEvent is depracated replace by CMapEditorPluginEvent Race/UIPadButtons -> CPluginEvent is depracated replace by CMapEditorPluginEvent

Race/*/IngameLayers -> Implicit type to value conversion

Use of member Block is deprecated: If you were using .Block.BlockModel.WaypointType (type: CBlockMode::EWayPointType), use .WaypointType (type: CAnchorData::EWaypointType) instead

Mode.PassOn(Event); -> this value will be discarded (return value not cached)

/// Conclusion After comenting out all errors and fixin waypoint type problem, car is not moving any any manialink is visible.

DeznekCZ avatar May 02 '20 13:05 DeznekCZ