File tree Expand file tree Collapse file tree 5 files changed +28
-10
lines changed Expand file tree Collapse file tree 5 files changed +28
-10
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ private void FetchUpdate(string zipAddress)
146146				{ 
147147					if  ( zipArchiveEntry . FullName . Contains ( "Updater" ) ) 
148148					{ 
149- 						zipArchiveEntry . ExtractToFile ( "./Updater .exe" ,  true ) ; 
149+ 						zipArchiveEntry . ExtractToFile ( "./NewUpdater .exe" ,  true ) ; 
150150					} 
151151					else 
152152					{ 
Original file line number Diff line number Diff line change 11// This is required to get updating working as the updater checks if the timestamp is larger or not to update.
22// I'm gonna pretty much change this into an int that is a version number since thats easy to manage.
33GOTO 0x150
4- INT32 1020 
4+ INT32 1040 
Original file line number Diff line number Diff line change 33// Most updated version: '2020-08-13'
44// Notes: we cant actually do this as cinetools acts differently as a result :/
55GOTO 0xade050
6- WRITESTRINGN "2077-69-42"
7- //  WRITESTRINGN "2020-08-13"
6+ //  WRITESTRINGN "2077-69-42"
7+ WRITESTRINGN "2020-08-13"
Original file line number Diff line number Diff line change 5858// Fix animation loading
59590x8ebf5 WRITE   18 04		// idk what this does lmao
6060
61+ // TEMP: Disable "Animator" menu until it is fixed (!!REMOVE TO WORK ON IT)
62+ 0xa843c WRITE	EB 1A	// turns the call for creating the menu item into a jmp
63+ 
64+ 
65+ // Fix crash on rotate effect
66+ 0x98a71 WRITE	58			// shift a func in vtable by 8 bytes
67+ 0x98a96 WRITE	58			
6168
6269// god i hope this works
6370// this attempts to put the input manager as the argument instead of
6673
6774// skips everything to do with fb::setMouseState because it
6875// has an extremely bad crash we cant fix rn
69- 0xa7497 WRITE 	90 90 90 90 90 90 90 90 90 90 90 90 // NOP x 12 or 0xB times
76+ 0xa7497 WRITE 	90 90 90 90 90 90 90 90 90 90 90 90 // NOP x 12 or 0xC times
77+ 
78+ 
79+ // Visual toggle fixes
80+ // in 0xd480
81+ 0xa33f8 WRITE	F4 0C // FilmicEffects - 0xCF4
82+ 0xa3454 WRITE	50 0E // Vignette - 0xE50
83+ 0xa341e WRITE	98 0E // FilmGrain - 0xE98
84+ 0xa3431 WRITE	00 13 // RadialBlur - 0x1300
85+ 0x8a6fd WRITE	23 0E // DOF - 0xE23
86+ // in 0x918
87+ 0xa381c WRITE	37 02 // SpriteDofNearEnable - 0x237
Original file line number Diff line number Diff line change 77@LittleEndian
88
99// OFFSET_DXRENDERER
10- 0x3f386  INT64 0x143FFBA28
10+ 0x3f1e2  INT64 0x143FFBA28
1111
1212// OFFSET_DX12RENDERER 		
13- 0x3f410  INT64 0x143D5D3B8
13+ 0x3f2f8  INT64 0x143D5D3B8
1414
1515// OFFSET_GAMERENDERER 		
16160x3f386 INT64 0x143FFBE10
28280x3f5ae INT64 0x143DED728
2929
3030// OFFSET_MESHSETTINGS 	
31- 0x3f638 INT64 0x143D685E0 
31+ 0x3f638 INT64 0x143D78820 
3232
3333// OFFSET_CLIENTGAMECONTEXT 	
34340x3f6c2 INT64 0x143DD7948
64640x3fc2d INT64 0x141D9C920
6565
6666// OFFSET_DISABLEAI 	
67- 0x3fcb9 INT64 0x1401941F1 
67+ 0x3fcb9 INT64 0x140354245 
6868
6969// OFFSET_DEPTHBUFFER 
70700x3fd45 INT64 0x1415FCD40
7171
7272// OFFSET_SETMOUSESTATE 	
73- 0x3fdd1 INT64 0x145DB49F1
73+ 0x3fdd1 INT64 0x145DB49F1 // OGC: 0x1415FCD40 
7474
7575// OFFSET_FACTORYUPDATE 	
76760x3fe5d INT64 0x14090EB90
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments