maniaplanet / game-modes

Maniaplanet scripts and resources
https://www.maniaplanet.com/
GNU Lesser General Public License v3.0
30 stars 17 forks source link

Unsupported version #10

Open DeznekCZ opened 4 years ago

DeznekCZ commented 4 years ago

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.