avok23
Championship
- 12 July 2005
Re: PES 2013 Discussion Thread .......
Wee i found the shaders. Goddamit. Code with no comment is hard to understand.
Example
	
	
	
		
I also think i found some scripts in the exe. hard to understand them. There was one called combination function seemed like how the game rated you online legend modes play
	
	
	
		
				
			Wee i found the shaders. Goddamit. Code with no comment is hard to understand.
Example
		Code:
	
	uniform row_major float4x4 W:register(c4);
struct _
{
    float4 p:POSITION;
    float4 c:COLOR;
    float4 t:TEXCOORD;
};
_ main(float3 p:POSITION)
{
    _ O;
    O.p=mul(W,float4(p,1));
    O.c=float4(1,1,1,1);
    O.t=float4(0,0,0,0);
    return O;
}I also think i found some scripts in the exe. hard to understand them. There was one called combination function seemed like how the game rated you online legend modes play
		Code:
	
	namespace game{
namespace script{
namespace combination_function{
  totaltime        %.2f[s]
  ballmove         %.2f[m]
  cooperate        %s->%s  %d(pass)
  LEGENDs Num      %d
  LEGENDs Long Pass %.2f[m]
  LEGENDs assist   %s %.2f[m]
  CPU              %s
  Dribble          %s
  FK Begin         %s
  CK Begin         %s
       playpt        %d
       cooperate     %d   %s
       result        %d
    ---------------------
       combination   %d 
 
		 
 
		
 
 
		 
  
		 
 
		
 
 
		 
 
		 
 
		
 
 
		 
 
		
 
 
		 .
. .
. 