diff --git a/examples/effects/fog/assets.sh b/examples/effects/fog/assets.sh index 5871f29..7b2fab2 100644 --- a/examples/effects/fog/assets.sh +++ b/examples/effects/fog/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/effects/screen_effects/assets.sh b/examples/effects/screen_effects/assets.sh index fb4f436..82cc90f 100644 --- a/examples/effects/screen_effects/assets.sh +++ b/examples/effects/screen_effects/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/effects/screen_effects_dual_3d_dma/assets.sh b/examples/effects/screen_effects_dual_3d_dma/assets.sh index 1e96b25..45a9274 100644 --- a/examples/effects/screen_effects_dual_3d_dma/assets.sh +++ b/examples/effects/screen_effects_dual_3d_dma/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/effects/shading_alpha_outlining/assets.sh b/examples/effects/shading_alpha_outlining/assets.sh index 1a39bd8..b318a87 100644 --- a/examples/effects/shading_alpha_outlining/assets.sh +++ b/examples/effects/shading_alpha_outlining/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/effects/specular_material/assets.sh b/examples/effects/specular_material/assets.sh index 1a39bd8..b318a87 100644 --- a/examples/effects/specular_material/assets.sh +++ b/examples/effects/specular_material/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/effects/volumetric_shadow/assets.sh b/examples/effects/volumetric_shadow/assets.sh index 1a39bd8..b318a87 100644 --- a/examples/effects/volumetric_shadow/assets.sh +++ b/examples/effects/volumetric_shadow/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/loading/animated_model/assets.sh b/examples/loading/animated_model/assets.sh index 282550f..a5256b5 100644 --- a/examples/loading/animated_model/assets.sh +++ b/examples/loading/animated_model/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools MD5_TO_DSMA=$TOOLS/md5_to_dsma/md5_to_dsma.py diff --git a/examples/loading/clone_models/assets.sh b/examples/loading/clone_models/assets.sh index d98fb9b..5dd2850 100644 --- a/examples/loading/clone_models/assets.sh +++ b/examples/loading/clone_models/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/loading/filesystem_animated_model/assets.sh b/examples/loading/filesystem_animated_model/assets.sh index 44c73d3..795e5ef 100644 --- a/examples/loading/filesystem_animated_model/assets.sh +++ b/examples/loading/filesystem_animated_model/assets.sh @@ -1,10 +1,10 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools MD5_TO_DSMA=$TOOLS/md5_to_dsma/md5_to_dsma.py -GRIT=grit +GRIT=/opt/blocksds/core/tools/grit/grit rm -rf nitrofiles mkdir -p nitrofiles diff --git a/examples/loading/filesystem_multiple_textures/assets.sh b/examples/loading/filesystem_multiple_textures/assets.sh index 3fb0eb5..86c1400 100644 --- a/examples/loading/filesystem_multiple_textures/assets.sh +++ b/examples/loading/filesystem_multiple_textures/assets.sh @@ -1,10 +1,10 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py -GRIT=grit +GRIT=/opt/blocksds/core/tools/grit/grit rm -rf nitrofiles mkdir -p nitrofiles diff --git a/examples/loading/filesystem_simple_model/assets.sh b/examples/loading/filesystem_simple_model/assets.sh index 95bd0c0..679eb77 100644 --- a/examples/loading/filesystem_simple_model/assets.sh +++ b/examples/loading/filesystem_simple_model/assets.sh @@ -1,10 +1,10 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py -GRIT=grit +GRIT=/opt/blocksds/core/tools/grit/grit rm -rf nitrofiles mkdir -p nitrofiles diff --git a/examples/loading/model_with_vertex_color/assets.sh b/examples/loading/model_with_vertex_color/assets.sh index bcd09a6..beecd30 100644 --- a/examples/loading/model_with_vertex_color/assets.sh +++ b/examples/loading/model_with_vertex_color/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/loading/multiple_models/assets.sh b/examples/loading/multiple_models/assets.sh index d98fb9b..5dd2850 100644 --- a/examples/loading/multiple_models/assets.sh +++ b/examples/loading/multiple_models/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/loading/simple_model/assets.sh b/examples/loading/simple_model/assets.sh index 122771f..ee853d5 100644 --- a/examples/loading/simple_model/assets.sh +++ b/examples/loading/simple_model/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/other/blended_animations/assets.sh b/examples/other/blended_animations/assets.sh index d3cad90..085a4ad 100644 --- a/examples/other/blended_animations/assets.sh +++ b/examples/other/blended_animations/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/other/clear_bmp/assets.sh b/examples/other/clear_bmp/assets.sh index b88da54..889424c 100644 --- a/examples/other/clear_bmp/assets.sh +++ b/examples/other/clear_bmp/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/other/dual_3d_dma_low_framerate/assets.sh b/examples/other/dual_3d_dma_low_framerate/assets.sh index 1e96b25..45a9274 100644 --- a/examples/other/dual_3d_dma_low_framerate/assets.sh +++ b/examples/other/dual_3d_dma_low_framerate/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/other/dual_3d_modes/assets.sh b/examples/other/dual_3d_modes/assets.sh index 2c0dd35..b5f279d 100644 --- a/examples/other/dual_3d_modes/assets.sh +++ b/examples/other/dual_3d_modes/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/other/dual_3d_modes_args/assets.sh b/examples/other/dual_3d_modes_args/assets.sh index 2c0dd35..b5f279d 100644 --- a/examples/other/dual_3d_modes_args/assets.sh +++ b/examples/other/dual_3d_modes_args/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/other/fps_counter/assets.sh b/examples/other/fps_counter/assets.sh index 1a39bd8..b318a87 100644 --- a/examples/other/fps_counter/assets.sh +++ b/examples/other/fps_counter/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/other/free_camera/assets.sh b/examples/other/free_camera/assets.sh index 122771f..ee853d5 100644 --- a/examples/other/free_camera/assets.sh +++ b/examples/other/free_camera/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/other/touch_test/assets.sh b/examples/other/touch_test/assets.sh index d98fb9b..5dd2850 100644 --- a/examples/other/touch_test/assets.sh +++ b/examples/other/touch_test/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/physics/basic/assets.sh b/examples/physics/basic/assets.sh index 1a4ea6a..427ce49 100644 --- a/examples/physics/basic/assets.sh +++ b/examples/physics/basic/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/physics/box_tower/assets.sh b/examples/physics/box_tower/assets.sh index 1a4ea6a..427ce49 100644 --- a/examples/physics/box_tower/assets.sh +++ b/examples/physics/box_tower/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py diff --git a/examples/physics/collision_actions/assets.sh b/examples/physics/collision_actions/assets.sh index 1a4ea6a..427ce49 100644 --- a/examples/physics/collision_actions/assets.sh +++ b/examples/physics/collision_actions/assets.sh @@ -1,6 +1,6 @@ #!/bin/sh -NITRO_ENGINE=$DEVKITPRO/nitro-engine +NITRO_ENGINE=../../.. ASSETS=$NITRO_ENGINE/examples/assets TOOLS=$NITRO_ENGINE/tools OBJ2DL=$TOOLS/obj2dl/obj2dl.py