Vadru93 / LevelMod

THPS3 LevelMod
Other
20 stars 2 forks source link

Levels #63

Open Vadru93 opened 3 years ago

Vadru93 commented 3 years ago

Re-export all levels with latest level editor

For this to work we need to fix level editor so it can convert more scripts and import/export all levels + maybe add scripts and final polish to some levels.

Levels that crash in-game Levels that has issue in LevelEditor

Thps 1

for thps2x levels we need to improve script convertion and add 3d grass effect.

  • [ ] School
  • [ ] Mall
  • [ ] Skate Park
  • [ ] Downtown
  • [ ] Downhill Jam
  • [ ] Streets

    Thps 2

  • [ ] The Hangar
  • [ ] School 2
  • [ ] Marseille
  • [ ] New York
  • [ ] Venice Beach
  • [ ] Skatestreet
  • [ ] Philadelphia
  • [ ] The Bullring
  • [ ] Skate Heaven
  • [ ] Chopper Drop

    Thps 2x

  • [ ] Club
  • [ ] Construction Site
  • [ ] Skate Park
  • [ ] Subway
  • [ ] Sky Lines

Thps 4

Thug

Really need to improve script converting for these levels, if can’t fix it maybe just convert simple stuff and add rest manually instead of having half bugged Scripts. Also neeed to fix spawn point rotation.

  • [x] New Jersey
  • [ ] Improve BlendModes
  • [ ] Fix Scripts
  • [ ] Manhattan
  • [x] Tampa
  • [ ] Fix Z-Fighting
  • [ ] San Diego
  • [ ] Hawaii
  • [ ] Vancouver
  • [ ] Slam City Jam
  • [x] Moscow
  • [ ] Fix Scripts
  • [ ] Fix DrawOrder
  • [ ] Fix Z-Fighting
  • [x] Hotter than Hell
  • [ ] Fix Scripts
  • [ ] Fix Z-Fighting

Thug 2

For thug+ we need boost script, both boost into air and boost on rail. #64

  • [ ] Training
  • [ ] Boston
  • [ ] Barcelona
  • [ ] Berlin
  • [ ] Australia(currently crashing in game on some spawn points, probably related to some object or material array). #65
  • [ ] New Orleans
  • [ ] Skatopia
  • [ ] Pro Skater
  • [ ] The Triangle

    Thaw+

  • [x] Kyoto
  • [ ] Fix Z-Fighting
  • [ ] Fix Scripts
  • [x] Venice
  • [ ] Improve BlendModes
  • [ ] Add airplane script

Crashing Levels

Levels with issue in LevelEditor

DCxDemo commented 3 years ago

th1 list is missing streets. th2 list is missing skate heaven and chopper drop. if we're porting hangar and school2 from 2x, maybe should use 2x venice too for consistency. also there is 3d grass.

Vadru93 commented 3 years ago

Added the missing levels. Isn't Skatestreets same as streets? What do you mean with 3d grass, you mean implement it better?

DCxDemo commented 3 years ago

streets is san francisco level from th1, 8th level. skatestreet is skatepark from th2, 2nd competition.

since it's th2x level, it uses the grass effect, while ug version only has plain grass texture.

Vadru93 commented 3 years ago

How does that effect work exactly?

DCxDemo commented 3 years ago

we figured out we're talking about different things. question is what version of venice should we include - 2x, ug1 or hd. hd feels a bit out of place and probably should be included as a custom level, if support for those is implemented. between ug1 and 2x i'd pick 2x for consistency.

Vadru93 commented 3 years ago

Yeah 2x version looks better. I think custom levels should be pretty easy to implement and until we have more levels from thaw kyoto should probably be in that category aswell.

Dll could check custom folder and for each bsp found add it to the level list array.