Memorix101 / OpenC1

Remake of Carmageddon 1 engine in XNA/MonoGame
http://1amstudios.com/projects/openc1
Other
12 stars 1 forks source link

Rendering is broken (MonoGame) #1

Open Memorix101 opened 5 years ago

Memorix101 commented 5 years ago

Current issue: Level and model files are not loading correctly and the game runs into an exception. Occurs in car selection screen and when a race is started during the loading screen.

Example of exception during level loading:

BaseTextFile.cs image

RaceFile.cs image

Memorix101 commented 5 years ago

Rendering is seriously broken 😕

I tweaked the code some bits (on my local machine) so BasicEffect2 is mostly not used and the cars are not spawned (because the parser is still broken). This way I can get in-game ... and see nothing of the 3D world 😐

image

image