Upgrade and/or recalculate the shadows of your maps

Talk about the car skins/models, mods and share them !

Moderator: English Moderator

Post Reply
User avatar
index
Translator
Translator
Posts: 179
Joined: 17 Jun 2010, 20:59
Contact:

Upgrade and/or recalculate the shadows of your maps

Post by index »

How to use it?
  • Create a text file in your maniaplanet directory (where Maniaplanet.exe resides)
  • copy the following code and paste it in the new text file
  • save the text file as "converter.cmd" with quotation marks!
  • create a shortcut to the text file on your desktop for easy access

Code: Select all

@echo off
rem **********************************************************************
rem *                                                                    *
rem * Upgrade and/or recalculate the shadows of your maps                *
rem *                                                                    *
rem * v0.1.2017-06-02                                                    *
rem *                                                                    *
rem **********************************************************************

:START
	set QUALITY=
	set TITLES=
	set MAPTYPE=
	set UPGRADE=

:SELECTQUALITY
	cls

	echo Maniaplanet - Convert maps
	echo.
	echo Select Quality
	echo.
	echo (1) Ultra
	echo (2) High
	echo (3) Default
	echo (4) Fast
	echo.
	set /p _QUALITY="Select Quality: "
	if /i "%_QUALITY%"=="1" set QUALITY=/LmQuality=Ultra
	if /i "%_QUALITY%"=="2" set QUALITY=/LmQuality=High
	if /i "%_QUALITY%"=="3" set QUALITY=/LmQuality=Default
	if /i "%_QUALITY%"=="4" set QUALITY=/LmQuality=Fast

:SELECTENVIRONMENT
	cls

	echo Maniaplanet - Convert maps
	echo.
	echo Select Title(s)
	echo.
	echo (1) Canyon  (only)
	echo (2) Valley  (only)
	echo (3) Lagoon  (only)
	echo (4) Stadium (only)
	echo (5) Storm   (only)
	echo.
	echo (6) All titles
	echo.
	echo Current choices:
	echo QUALITY: %QUALITY%
	echo.
	set /p _TITLES="Select Environment: "
	if /i "%_TITLES%"=="1" set TITLES=/titles=TMCanyon
	if /i "%_TITLES%"=="2" set TITLES=/titles=TMValley
	if /i "%_TITLES%"=="3" set TITLES=/titles=TMLagoon
	if /i "%_TITLES%"=="4" set TITLES=/titles=TMStadium
	if /i "%_TITLES%"=="5" set TITLES=/titles=SMStorm
	if /i "%_TITLES%"=="6" set TITLES=

:SELECTMAPTYPE
	cls

	echo Maniaplanet - Convert maps
	echo.
	echo Select Maptype to convert
	echo.
	echo (1) User maps only
	echo (2) All maps (including official maps)
	echo.
	echo Current choices:
	echo QUALITY: %QUALITY%
	echo TITLES:  %TITLES%
	echo.
	set /p _MAPTYPE="Select maptype: "
	if /i "%_MAPTYPE%"=="1" set MAPTYPE=/useronly
	if /i "%_MAPTYPE%"=="2" set MAPTYPE=

:SELECTUPGRADE
	cls

	echo Maniaplanet - Convert maps
	echo.
	echo Do you want to upgrade maps
	echo.
	echo (1) Enable upgrade
	echo (2) Disable upgrade
	echo.
	echo Current choices:
	echo QUALITY: %QUALITY%
	echo TITLES:  %TITLES%
	echo MAPTYPE: %MAPTYPE%
	echo.
	set /p _UPGRADE="Select maptype: "
	if /i "%_UPGRADE%"=="1" set UPGRADE=/upgrademaps
	if /i "%_UPGRADE%"=="2" set UPGRADE=

:LASTCHOICE
	cls
	color 0c

	echo Maniaplanet - Convert maps
	echo.
	echo Start conversion or restart this script
	echo.
	echo (1) Start conversion
	echo (2) Restart this script (including official maps)
	echo.
	echo Current choices:
	echo QUALITY: %QUALITY%
	echo TITLES:  %TITLES%
	echo MAPTYPE: %MAPTYPE%
	echo UPGRADE: %UPGRADE%
	echo.
	echo Command line: ManiaPlanet.exe /computeallshadows %UPGRADE% %MAPTYPE% /fullcheck %QUALITY% %TITLES%
	echo.
	set /p _EXECUTE="Start conversion or restart this script: "
	if /i "%_EXECUTE%"=="1" goto STARTCONVERSION
	if /i "%_EXECUTE%"=="2" goto START

:STARTCONVERSION
	@echo off
	ManiaPlanet.exe /computeallshadows %UPGRADE% %MAPTYPE% /fullcheck %QUALITY% %TITLES%
	pause
Have fun!
Image iNDEX'''
Post Reply

Return to “Workbench”

Who is online

Users browsing this forum: No registered users and 0 guests