mirror of
				https://github.com/coop-deluxe/sm64coopdx.git
				synced 2025-10-30 08:01:01 +00:00 
			
		
		
		
	Add [CS] Cjes and VL-Tone Luigi
This commit is contained in:
		
							parent
							
								
									69948939f5
								
							
						
					
					
						commit
						170ee24e50
					
				
					 5 changed files with 16 additions and 0 deletions
				
			
		
							
								
								
									
										
											BIN
										
									
								
								mods/char-select-cjes-and-vl/actors/cjes_geo.bin
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								mods/char-select-cjes-and-vl/actors/cjes_geo.bin
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								mods/char-select-cjes-and-vl/actors/vl_geo.bin
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								mods/char-select-cjes-and-vl/actors/vl_geo.bin
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										16
									
								
								mods/char-select-cjes-and-vl/main.lua
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								mods/char-select-cjes-and-vl/main.lua
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,16 @@
 | 
			
		|||
-- name: [CS] Vl and Cjes Luigi
 | 
			
		||||
-- description: A character swap mod using the Character Select's API.
 | 
			
		||||
 | 
			
		||||
local E_MODEL_VL = smlua_model_util_get_id("vl_geo")
 | 
			
		||||
local E_MODEL_CJES = smlua_model_util_get_id("cjes_geo")
 | 
			
		||||
 | 
			
		||||
local TEXT_MOD_NAME = "Vl and Cjes Luigi"
 | 
			
		||||
 | 
			
		||||
local TEX_LUIGI = get_texture_info("luigi-icon")
 | 
			
		||||
 | 
			
		||||
if _G.charSelectExists then
 | 
			
		||||
    _G.charSelect.character_add("VL Luigi", {" A fanmade model of Luigi.", "The model was created for the", "program Toad's Tool 64, a romhack editor.", "This model is a nostalgic throwback to", "many players in the SM64 Community!"}, "VL Tone", {r = 0, g = 152, b = 0}, E_MODEL_VL, CT_LUIGI, TEX_LUIGI)
 | 
			
		||||
    _G.charSelect.character_add("Cjes Luigi", {"Another fanmade Luigi model.", "The model originates from Super", "Luigi 64 in 2015.", "This model originally was the", "main Luigi model for ex-Coop before", "the giga leak occured in 2020 and", "eventually replaced it." }, "Cjes", {r = 0, g = 152, b = 0}, E_MODEL_CJES, CT_LUIGI, TEX_LUIGI)
 | 
			
		||||
else
 | 
			
		||||
    djui_popup_create("\\#ffffdc\\\n"..TEXT_MOD_NAME.."\nRequires the Character Select Mod\nto use as a Library!\n\nPlease turn on the Character Select Mod\nand Restart the Room!", 6)        
 | 
			
		||||
end
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								mods/char-select-cjes-and-vl/textures/luigi-icon.png
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								mods/char-select-cjes-and-vl/textures/luigi-icon.png
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 3.3 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								mods/char-select-cjes-and-vl/textures/luigi-icon.tex
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								mods/char-select-cjes-and-vl/textures/luigi-icon.tex
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
		Loading…
	
	Add table
		
		Reference in a new issue