Changeset - r28182:0f154a3001d6
[Not reviewed]
master
0 6 1
Richard Wheeler - 12 months ago 2023-11-25 02:00:25
2762690+zephyris@users.noreply.github.com
Fix: Add shading to river slopes

Adds a 32bpp shading to the river rapids/slopes to make them more visible. Requires a bump of original graphics grfs to use container version 2. Fixes #9031
1 file changed:
Changeset was too big and was cut off... Show full diff anyway
0 comments (0 inline, 0 general)
cmake/scripts/CreateGRF.cmake
Show inline comments
 
@@ -50,7 +50,7 @@ if(RESULT)
 
    message(FATAL_ERROR "NFORenum failed")
 
endif()
 

	
 
execute_process(COMMAND ${GRFCODEC_EXECUTABLE} -n -s -e -p1 ${GRF_SOURCE_FOLDER_NAME}.grf RESULT_VARIABLE RESULT)
 
execute_process(COMMAND ${GRFCODEC_EXECUTABLE} -n -s -e -g2 -p1 ${GRF_SOURCE_FOLDER_NAME}.grf RESULT_VARIABLE RESULT)
 
if(RESULT)
 
    if(NOT RESULT MATCHES "^[0-9]*$")
 
        message(FATAL_ERROR "Failed to run GRFCodec (${RESULT}), please check GRFCODEC_EXECUTABLE variable")

Changeset was too big and was cut off... Show full diff anyway

0 comments (0 inline, 0 general)