-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfast64.json
More file actions
85 lines (85 loc) · 1.8 KB
/
fast64.json
File metadata and controls
85 lines (85 loc) · 1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"version": 1.0,
"autoLoad": true,
"autoPickTextureFormat": true,
"preferRGBAOverCI": false,
"microcode": "F3DEX2/LX2",
"saveTextures": false,
"rdpDefaults": {
"geometryMode": {
"zBuffer": true,
"shade": true,
"cullBack": true,
"lighting": true,
"shadeSmooth": true
},
"otherModeH": {
"colorDither": "G_CD_BAYER",
"textureConvert": "G_TC_FILT",
"textureFilter": "G_TF_BILERP",
"perspectiveCorrection": "G_TP_PERSP",
"pipelineMode": "G_PM_1PRIMITIVE"
},
"otherModeL": {},
"other": {
"clipRatio": 1
}
},
"sm64": {
"draw_layers": {
"0": {
"cycle_1": "G_RM_ZB_OPA_SURF",
"cycle_2": "G_RM_ZB_OPA_SURF2"
},
"1": {
"cycle_1": "G_RM_AA_ZB_OPA_SURF",
"cycle_2": "G_RM_AA_ZB_OPA_SURF2"
},
"2": {
"cycle_1": "G_RM_AA_ZB_OPA_DECAL",
"cycle_2": "G_RM_AA_ZB_OPA_DECAL2"
},
"3": {
"cycle_1": "G_RM_AA_ZB_OPA_INTER",
"cycle_2": "G_RM_AA_ZB_OPA_INTER2"
},
"4": {
"cycle_1": "G_RM_AA_ZB_TEX_EDGE",
"cycle_2": "G_RM_AA_ZB_TEX_EDGE2"
},
"5": {
"cycle_1": "G_RM_AA_ZB_XLU_SURF",
"cycle_2": "G_RM_AA_ZB_XLU_SURF2"
},
"6": {
"cycle_1": "G_RM_AA_ZB_XLU_DECAL",
"cycle_2": "G_RM_AA_ZB_XLU_DECAL2"
},
"7": {
"cycle_1": "G_RM_AA_ZB_XLU_INTER",
"cycle_2": "G_RM_AA_ZB_XLU_INTER2"
}
},
"refresh_version": "HackerSM64 2.3.0",
"compression_format": "yay0",
"force_extended_ram": false,
"matstack_fix": true,
"lighting_engine_presets": false,
"write_all": false
},
"glTF": {
"verbose": false,
"f3d": {
"use": true,
"apply_alpha_to_col": true,
"raise_texture_limits": true,
"raise_large_multitex": true,
"raise_large_tex": true,
"raise_rendermode": true,
"raise_non_f3d_mat": false,
"raise_bad_mat_slot": false,
"raise_no_uvmap": true
},
"game": true
}
}