Skip to content

theclub654/ProjectCane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paris Tide of Terror Muggshot Croc Panda Cloc

Logo 300

Sly Trilogy Map Viewer Project

📖 Project Description

Simple map viewer for sly 1 right now proto and release version

💻 Note: Only Windows is currently supported. Other platforms will be considered once reasonable progress is made.


⚙️ Building the Project

To compile the project, use the instructions below based on your desired target:

🧪 May 19, 2002 Prototype

  1. Place the following shader files in the same directory as the executable (where the project will be built):
    • blot.vert
    • blot.frag
    • glob.vert
    • glob.frag
    • screen.vert
    • screen.frag
  2. In Solution Explorer, right-click on Sly1-Proto
  3. Select Set as Startup Project
  4. Click BuildRun

📦 Retail Release

  1. Use the Sly 1 File Extractor to extract level files from the NTSC ISO.
  2. Place the following shader files in the same directory as the executable (where the project will be built):
    • blot.vert
    • blot.frag
    • glob.vert
    • glob.frag
    • screen.vert
    • screen.frag
  3. In Solution Explorer, right-click on Sly1-Release
  4. Select Set as Startup Project
  5. Click BuildRun