-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
815 lines (712 loc) · 34.4 KB
/
Copy pathindex.html
File metadata and controls
815 lines (712 loc) · 34.4 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<title>Guida Definitiva R36S - ArkOS Edition (Arcade Mode)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<style>
:root {
--bg-body: #050a14;
--bg-card: rgba(30, 41, 59, 0.85); /* Più trasparenza per vedere gli effetti */
--bg-card-hover: rgba(38, 51, 74, 0.95);
--accent: #6366f1;
--accent-glow: rgba(99, 102, 241, 0.6);
--text-main: #f1f5f9;
--text-muted: #94a3b8;
--success: #10b981;
--warning: #f59e0b;
--danger: #ef4444;
--radius: 16px;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: 'Outfit', sans-serif;
background-color: var(--bg-body);
color: var(--text-main);
min-height: 100vh;
padding-bottom: 100px; /* Spazio extra per il pavimento 3D */
line-height: 1.6;
overflow-x: hidden;
}
/* --- Canvas Sfondo (Particelle + Testo) --- */
#particles-js {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
pointer-events: none;
}
/* --- Pavimento 3D (Retro Grid) --- */
.retro-floor {
position: fixed;
bottom: -50px;
left: -50%;
width: 200%;
height: 40vh;
background:
linear-gradient(transparent 0%, var(--bg-body) 80%),
repeating-linear-gradient(90deg, rgba(99,102,241,0.3) 0px, rgba(99,102,241,0.3) 2px, transparent 2px, transparent 80px),
repeating-linear-gradient(0deg, rgba(99,102,241,0.3) 0px, rgba(99,102,241,0.3) 2px, transparent 2px, transparent 80px);
transform: perspective(300px) rotateX(60deg);
z-index: -1;
animation: moveGrid 4s linear infinite;
pointer-events: none;
opacity: 0.6;
}
@keyframes moveGrid {
0% { transform: perspective(300px) rotateX(60deg) translateY(0); }
100% { transform: perspective(300px) rotateX(60deg) translateY(80px); }
}
/* --- Effetto GLOW Multicolore sui Titoli --- */
.glow-text {
animation: rgbGlow 6s linear infinite;
background: linear-gradient(90deg, #ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000);
background-size: 400%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow: 0 0 20px rgba(255,255,255,0.1);
font-weight: 900;
}
@keyframes rgbGlow {
0% { background-position: 0%; text-shadow: 0 0 10px rgba(255,0,0,0.5); }
50% { background-position: 100%; text-shadow: 0 0 10px rgba(0,0,255,0.5); }
100% { background-position: 0%; text-shadow: 0 0 10px rgba(255,0,0,0.5); }
}
.container {
max-width: 1100px;
margin: 0 auto;
padding: 20px;
position: relative;
z-index: 1;
}
/* --- Header & Mascotte --- */
.header-section {
text-align: center;
margin-bottom: 50px;
position: relative;
min-height: 150px;
}
/* Contenitore "Casa" della mascotte */
.mascot-home {
width: 100px;
height: 120px;
margin: 0 auto 15px;
position: relative;
}
/* La Mascotte stessa */
.sd-mascot {
width: 90px;
height: auto;
position: fixed; /* Per muoversi liberamente */
z-index: 999;
filter: drop-shadow(0 10px 15px rgba(0,0,0,0.6));
transition: top 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), left 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.5s;
cursor: pointer;
}
.sd-mascot:hover {
transform: scale(1.1);
}
/* Animazioni interne SVG */
.sd-mascot .leg-left { animation: leg-move 0.5s infinite alternate; }
.sd-mascot .leg-right { animation: leg-move 0.5s infinite alternate-reverse; }
.sd-mascot .arm-left { animation: arm-wave 1s infinite ease-in-out; transform-origin: top right;}
.sd-mascot .arm-right { animation: arm-wave 1s infinite ease-in-out reverse; transform-origin: top left;}
.sd-mascot .eye { animation: blink 3s infinite; transform-origin: center; }
@keyframes leg-move { from { transform: translateY(0); } to { transform: translateY(-4px); } }
@keyframes arm-wave { 0% { transform: rotate(0deg); } 50% { transform: rotate(30deg); } 100% { transform: rotate(0deg); } }
@keyframes blink { 0%, 96%, 100% { transform: scaleY(1); } 98% { transform: scaleY(0.1); } }
/* Animazione "Ballo" standard */
.dancing {
animation: dance-bob 0.4s infinite alternate ease-in-out;
}
@keyframes dance-bob {
from { transform: translateY(0) rotate(-5deg) scale(1.1); }
to { transform: translateY(-15px) rotate(5deg) scale(1.1); }
}
/* Animazione "Crazy" */
.crazy {
animation: crazy-shake 0.1s infinite !important;
filter: drop-shadow(0 0 20px red) !important;
}
@keyframes crazy-shake {
0% { transform: translate(2px, 2px) rotate(0deg); }
25% { transform: translate(-2px, -4px) rotate(-20deg); }
50% { transform: translate(-4px, 0px) rotate(20deg); }
75% { transform: translate(4px, 4px) rotate(-10deg); }
100% { transform: translate(2px, -2px) rotate(10deg); }
}
.pill-badge {
background: rgba(99, 102, 241, 0.15);
color: #818cf8;
padding: 6px 18px;
border-radius: 50px;
font-size: 0.9rem;
font-weight: 500;
display: inline-block;
margin-bottom: 20px;
border: 1px solid rgba(99, 102, 241, 0.3);
backdrop-filter: blur(5px);
}
h1 {
font-size: 3.5rem;
margin: 0 0 15px 0;
letter-spacing: -1px;
text-transform: uppercase;
}
.subtitle {
color: var(--text-muted);
font-size: 1.2rem;
max-width: 700px;
margin: 0 auto;
font-weight: 300;
}
/* --- Layout --- */
.grid-layout {
display: grid;
grid-template-columns: 2.2fr 1fr;
gap: 25px;
margin-bottom: 30px;
}
.full-width { grid-column: span 2; }
@media (max-width: 850px) {
.grid-layout { grid-template-columns: 1fr; }
.full-width { grid-column: span 1; }
}
/* --- Cards --- */
.card {
background: var(--bg-card);
border-radius: var(--radius);
padding: 30px;
box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
border: 1px solid rgba(255, 255, 255, 0.08);
backdrop-filter: blur(8px);
transition: transform 0.3s ease, border-color 0.3s;
margin-bottom: 0;
position: relative;
overflow: hidden;
}
.card:hover {
border-color: var(--accent);
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(99, 102, 241, 0.2);
}
.card-header {
display: flex;
align-items: center;
margin-bottom: 20px;
border-bottom: 1px solid rgba(255,255,255,0.08);
padding-bottom: 15px;
}
.card-title {
font-size: 1.4rem;
font-weight: 700;
color: #fff;
display: flex;
align-items: center;
gap: 12px;
}
.card-title-icon {
background: rgba(99, 102, 241, 0.2);
color: var(--accent);
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
font-size: 1.4rem;
box-shadow: 0 0 15px rgba(99, 102, 241, 0.3);
}
h4 { margin: 25px 0 10px 0; color: #fff; font-size: 1.1rem; }
h5 { margin: 15px 0 8px 0; color: var(--accent); font-size: 0.95rem; text-transform: uppercase; letter-spacing: 1px;}
p { margin: 0 0 15px 0; font-size: 0.95rem; color: var(--text-muted); }
.detail-box {
background: rgba(0,0,0,0.3);
border-radius: 12px;
padding: 15px;
margin-bottom: 15px;
border-left: 3px solid var(--accent);
}
.detail-title { font-weight: bold; color: #fff; margin-bottom: 5px; display: block; }
.btn {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(255,255,255,0.08);
color: var(--text-main);
text-decoration: none;
padding: 10px 18px;
border-radius: 10px;
font-size: 0.9rem;
font-weight: 500;
transition: all 0.2s;
border: 1px solid rgba(255,255,255,0.1);
margin-top: 5px;
}
.btn:hover {
background: var(--accent);
color: #fff;
border-color: var(--accent);
transform: scale(1.05);
box-shadow: 0 0 20px var(--accent-glow);
}
.btn.primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.btn.primary:hover { background: #4f46e5; box-shadow: 0 0 30px var(--accent); }
.btn-group { display: flex; flex-wrap: wrap; gap: 10px; }
.glossary-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
}
.glossary-item strong { color: var(--accent); display: block; margin-bottom: 4px; }
.glossary-item { font-size: 0.9rem; color: var(--text-muted); background: rgba(0,0,0,0.3); padding: 12px; border-radius: 8px; }
.warning-box {
background: rgba(239, 68, 68, 0.15);
border: 1px solid rgba(239, 68, 68, 0.4);
color: #fca5a5;
padding: 20px;
border-radius: 12px;
margin-top: 25px;
display: flex;
gap: 15px;
align-items: start;
box-shadow: 0 0 20px rgba(239, 68, 68, 0.1);
}
.warning-icon { font-size: 1.5rem; }
.key {
background: #0f172a;
border: 1px solid #475569;
border-bottom: 3px solid #334155;
border-radius: 6px;
padding: 2px 8px;
font-family: monospace;
font-weight: bold;
font-size: 0.85rem;
color: #fff;
display: inline-block;
margin: 0 2px;
box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.footer {
text-align: center;
margin-top: 60px;
color: var(--text-muted);
border-top: 1px solid rgba(255,255,255,0.05);
padding-top: 30px;
position: relative;
z-index: 2;
}
a { color: var(--accent); text-decoration: none; transition: 0.2s;}
a:hover { color: #fff; text-shadow: 0 0 10px var(--accent); text-decoration: underline; }
.panel-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 10px; margin-top: 15px; }
.panel-item { background: rgba(0,0,0,0.3); padding: 10px; border-radius: 8px; text-align: center; font-size: 0.9rem; }
</style>
</head>
<body>
<!-- Canvas Sfondo -->
<canvas id="particles-js"></canvas>
<!-- Pavimento 3D -->
<div class="retro-floor"></div>
<div class="container">
<header class="header-section">
<div class="pill-badge">Aggiornato: Gennaio 2026 · Guida Completa</div>
<!-- Placeholder invisibile per la "Home" della mascotte -->
<div class="mascot-home" id="mascot-home-marker"></div>
<!-- Mascotte SVG Animata (Position Fixed tramite JS) -->
<svg class="sd-mascot" id="mascot" viewBox="0 0 100 120">
<rect class="leg-left" x="30" y="90" width="10" height="25" rx="5" fill="#334155" />
<rect class="leg-right" x="60" y="90" width="10" height="25" rx="5" fill="#334155" />
<path d="M20 10 L70 10 L80 25 L80 95 L20 95 Z" fill="#def163" stroke="#4338ca" stroke-width="2"/>
<g fill="#fbbf24">
<rect x="28" y="95" width="6" height="8" /><rect x="38" y="95" width="6" height="8" />
<rect x="48" y="95" width="6" height="8" /><rect x="58" y="95" width="6" height="8" />
<rect x="68" y="95" width="6" height="8" />
</g>
<rect x="25" y="30" width="50" height="40" rx="3" fill="#f8fafc" opacity="0.9"/>
<text x="50" y="68" font-family="Arial" font-size="10" font-weight="bold" fill="#334155" text-anchor="middle">R36S</text>
<circle class="eye" cx="40" cy="45" r="2.5" fill="#1e293b"/>
<circle class="eye" cx="60" cy="45" r="2.5" fill="#1e293b"/>
<path d="M45 52 Q50 56 55 52" stroke="#1e293b" stroke-width="2" fill="none"/>
<path class="arm-left" d="M20 50 Q10 40 10 20" stroke="#334155" stroke-width="4" fill="none" stroke-linecap="round"/>
<path class="arm-right" d="M80 50 Q90 40 90 20" stroke="#334155" stroke-width="4" fill="none" stroke-linecap="round"/>
</svg>
<h1 class="glow-text">GUIDA DEFINITIVA R36S</h1>
<p class="subtitle">
Manuale approfondito per principianti. Configurazione, ArkOS, Schermo Nero e Gestione Giochi.
</p>
</header>
<div class="grid-layout">
<!-- Main Content -->
<main style="display: flex; flex-direction: column; gap: 30px;">
<!-- Intro & Glossario -->
<div class="card">
<div class="card-header">
<span class="card-title glow-text"><span class="card-title-icon">📚</span> Concetti Base e Glossario</span>
</div>
<p>Prima di iniziare a modificare la tua console, è fondamentale capire i termini tecnici che useremo. La R36S è un piccolo computer Linux; trattala con cura!</p>
<div class="glossary-grid">
<div class="glossary-item">
<strong>ArkOS (CFW)</strong>
Il "Sistema Operativo". È il cervello della console. Aggiornarlo migliora le prestazioni e aggiunge funzioni, ma cancella i dati vecchi se non fai attenzione.
</div>
<div class="glossary-item">
<strong>Flashare</strong>
L'atto di scrivere il sistema operativo sulla scheda SD. Non è un semplice "copia-incolla", serve un programma speciale (Rufus/Win32) che cancella tutto sulla scheda.
</div>
<div class="glossary-item">
<strong>DTB Files</strong>
"Device Tree Blob". Sono piccoli file che dicono al sistema quale schermo monta la tua console. Se usi quello sbagliato, avrai uno schermo nero.
</div>
<div class="glossary-item">
<strong>BIOS</strong>
File di sistema proprietari (es. di Sony o Nintendo) necessari per far avviare gli emulatori. Senza BIOS, molti giochi non partono.
</div>
</div>
</div>
<!-- Setup Software -->
<div class="card">
<div class="card-header">
<span class="card-title glow-text"><span class="card-title-icon">🛠️</span> 1. Scarica i Software Necessari</span>
</div>
<p>Per lavorare sulla scheda SD della console, hai bisogno di questi programmi gratuiti sul tuo PC Windows.</p>
<div class="detail-box">
<span class="detail-title">ImageUSB (Per il Backup)</span>
Fondamentale. Permette di fare una "fotografia" esatta (clonare) la tua scheda SD originale.
<br><em>Perché serve:</em> Le schede SD originali sono di bassa qualità e si rompono spesso. Fai un backup subito per non perdere i giochi inclusi.
<a href="https://terabox.com/s/1r31fTGsotEM5jn0VEYysNA" target="_blank" class="btn">💾 Scarica ImageUSB</a>
</div>
<div class="detail-box">
<span class="detail-title">SD Formatter (Per Pulire)</span>
Formatta la scheda SD meglio di Windows, ripristinando la piena capacità se le partizioni si sono corrotte.
<a href="https://terabox.com/s/12HvykN81hpYodWk3ZGffsw" target="_blank" class="btn">🧼 Scarica SD Formatter</a>
</div>
<div class="detail-box">
<span class="detail-title">Win32 Disk Imager (Per Flashare)</span>
Serve per scrivere il file immagine (.img) del nuovo sistema operativo ArkOS sulla tua nuova scheda SD di marca (Samsung/SanDisk).
<a href="https://terabox.com/s/1ndOyAlJSXTQBcG5X_bo79g" target="_blank" class="btn">💾 Scarica Win32 Imager</a>
</div>
</div>
<!-- Aggiornamento & Problemi Schermo -->
<div class="card">
<div class="card-header">
<span class="card-title glow-text"><span class="card-title-icon">🖥️</span> 2. Aggiornamento & Schermo Nero</span>
</div>
<div class="warning-box">
<span class="warning-icon">⚠️</span>
<div>
<strong>ATTENZIONE CRITICA:</strong>
La R36S monta 4 tipi di schermi diversi. Se installi un ArkOS aggiornato, potresti ritrovarti con lo <strong>schermo nero</strong> perché il sistema non sa quale schermo hai. Segui questi passi.
</div>
</div>
<h4>Metodo A: Identificazione DTB (Consigliato)</h4>
<p>Prima di cancellare la vecchia SD, usa questo tool per capire quale schermo hai.</p>
<div class="btn-group">
<a href="https://aeolusux.github.io/ArkOS-R3XS/tools/dtbIdentify.htm" target="_blank" class="btn">🛠️ Identifica Schermo (Tool Online)</a>
<a href="https://github.com/AeolusUX/R36S-DTB" target="_blank" class="btn">📦 Scarica File DTB Corretti</a>
</div>
<h4>Metodo B: Panel Picker (Se hai già schermo nero)</h4>
<p>Se hai già aggiornato e lo schermo è nero (ma senti i suoni o il led è acceso), spegni la console. Tienila spenta, poi <strong>mentre accendi</strong> tieni premuto il tasto <span class="key">FN</span> (o R1) insieme a una freccia direzionale per cambiare driver dello schermo.</p>
<div class="panel-grid">
<div class="panel-item"><span class="key">FN</span> + <span class="key">SU</span><br><strong>Pannello 1</strong><br><small>(Il più comune)</small></div>
<div class="panel-item"><span class="key">FN</span> + <span class="key">DESTRA</span><br><strong>Pannello 2</strong></div>
<div class="panel-item"><span class="key">FN</span> + <span class="key">GIÙ</span><br><strong>Pannello 3</strong></div>
<div class="panel-item"><span class="key">FN</span> + <span class="key">SINISTRA</span><br><strong>Pannello 4</strong></div>
</div>
<div style="margin-top: 20px;">
<a href="https://www.mediafire.com/file/23cw6ij4bz474f3/ArkOS_R35S-R36S_v2.0_05242024_P4.img.xz/file" target="_blank" class="btn primary">⬇️ Scarica ArkOS 2.0 (Immagine Sistema)</a>
</div>
</div>
<!-- Emulatori e Performance -->
<div class="card">
<div class="card-header">
<span class="card-title glow-text"><span class="card-title-icon">🎮</span> 3. Emulatori & File</span>
</div>
<p>La R36S è potente, ma non onnipotente. Qui trovi i dettagli su quali sistemi girano bene e dove inserire i file.</p>
<!-- NUOVO BLOCCO WIKI AGGIUNTO QUI -->
<div class="detail-box" style="border-left-color: #a855f7; background: rgba(168, 85, 247, 0.1);">
<span class="detail-title" style="color: #c084fc;">📚 Bibbia Ufficiale ArkOS (Tutti i File)</span>
<p style="margin-bottom: 10px; font-size: 0.9rem;">
Hai dubbi su <strong>quale cartella</strong> usare per un gioco? O su <strong>come rinominare</strong> esattamente un BIOS? <br>
La Wiki ufficiale contiene la tabella sacra con le estensioni (.zip, .chd, .iso) e i percorsi per ogni console esistente.
</p>
<a href="https://github.com/christianhaitian/arkos/wiki/ArkOS-Emulators-and-Ports-information" target="_blank" class="btn primary" style="background-color: #a855f7; border-color: #a855f7; width: 100%; justify-content: center;">
📖 Apri Wiki Ufficiale (Lista File & Estensioni)
</a>
</div>
<!-- FINE NUOVO BLOCCO -->
<div class="detail-box" style="border-color: #22c55e;">
<span class="detail-title" style="color:#22c55e">Funzionano Perfettamente</span>
PlayStation 1, Gameboy Advance, SNES, Megadrive, Arcade (MAME/NeoGeo).
<br><em>Consiglio:</em> Per questi non serve toccare nulla, i giochi vanno fluidi al 100%.
</div>
<div class="detail-box" style="border-color: #f59e0b;">
<span class="detail-title" style="color:#f59e0b">Funzionano con Compromessi</span>
<strong>Nintendo DS:</strong> Richiede l'uso dello stilo simulato, un po' macchinoso.
<br><strong>Dreamcast:</strong> Molti giochi vanno bene, alcuni pesanti (es. Adventure 2) rallentano.
<br><strong>PSP:</strong> Solo giochi leggeri 2D o 3D semplici. God of War sarà ingiocabile (troppo lento).
</div>
<div class="detail-box">
<span class="detail-title">I BIOS sono obbligatori!</span>
Senza i file BIOS nella cartella <code>/bios</code> della SD, sistemi come PS1 e GBA potrebbero non salvare o non partire.
<div class="btn-group">
<a href="https://archive.org/download/retro-arcade-v-04-rg-35-m-p/additional_sets/bios.7z" target="_blank" class="btn">📁 Scarica Pack BIOS Retroarch</a>
<a href="https://terabox.com/s/1D-gCam0HldBSrbAuWDnhsg" target="_blank" class="btn">🧩 Scarica Pack BIOS IKKI</a>
</div>
</div>
</div>
</main>
<!-- Sidebar -->
<aside style="display: flex; flex-direction: column; gap: 25px;">
<!-- Contatti -->
<div class="card">
<div class="card-header">
<span class="card-title glow-text">ℹ️ Supporto Rapido</span>
</div>
<p>Dubbi? Entra nella community o scrivi al manutentore.</p>
<div class="btn-group" style="flex-direction: column; width: 100%;">
<a href="mailto:ikki007@libero.it" class="btn">📧 Scrivi email a IKKI</a>
<a href="https://t.me/ikkifpv" target="_blank" class="btn">✈️ Canale Telegram</a>
<a href="https://www.ebay.it/itm/176758423542" target="_blank" class="btn">🛒 Compra Console</a>
</div>
</div>
<!-- Hotkeys -->
<div class="card">
<div class="card-header">
<span class="card-title glow-text">⌨️ Comandi Segreti</span>
</div>
<p>Queste combinazioni ti salvano la vita mentre giochi. Il tasto <span class="key">FN</span> è spesso il tasto "Select" o un tasto funzione dedicato.</p>
<div style="margin-bottom: 10px;">
<strong style="color:var(--accent)">Uscire dal gioco</strong>
<br><span class="key">FN</span> + <span class="key">START</span> x2
<br><small>Premi due volte per tornare al menu.</small>
</div>
<div style="margin-bottom: 10px;">
<strong style="color:var(--accent)">Salvataggio Rapido</strong>
<br><span class="key">FN</span> + <span class="key">R1</span>
<br><small>Salva esattamente dove sei.</small>
</div>
<div style="margin-bottom: 10px;">
<strong style="color:var(--accent)">Caricamento Rapido</strong>
<br><span class="key">FN</span> + <span class="key">L1</span>
<br><small>Torna all'ultimo salvataggio rapido.</small>
</div>
<div style="margin-bottom: 10px;">
<strong style="color:var(--accent)">Accelerare (Fast Forward)</strong>
<br><span class="key">FN</span> + <span class="key">R2</span>
<br><small>Utile per saltare le intro noiose (es. Pokemon).</small>
</div>
</div>
<!-- Utility Tools -->
<div class="card">
<div class="card-header">
<span class="card-title glow-text">🧰 Utility Avanzate</span>
</div>
<div style="margin-bottom: 15px;">
<strong>CHDMAN</strong>
<p style="font-size:0.85rem; margin-bottom:5px;">Converte i giochi CD (PS1/Dreamcast) che hanno tanti file (.bin .cue) in un unico file compresso (.chd). Risparmi spazio!</p>
<a href="https://terabox.com/s/1vcyWr6XegoJIuCjlIMtoUA" target="_blank" class="btn" style="width:100%">🗜️ Scarica CHDMAN</a>
</div>
<div>
<strong>Delta Patcher</strong>
<p style="font-size:0.85rem; margin-bottom:5px;">Serve per applicare le "patch" ai giochi. Esempio: tradurre un gioco dal giapponese all'italiano applicando un file .xdelta.</p>
<a href="https://terabox.com/s/1rlzmTUSJowDWJMwh861QZA" target="_blank" class="btn" style="width:100%">🧩 Scarica Patcher</a>
</div>
</div>
<!-- Rom Packs -->
<div class="card">
<div class="card-header">
<span class="card-title glow-text">💾 Archivio Giochi</span>
</div>
<p>Raccolte pronte all'uso. Scarica e copia nella cartella corrispondente della SD.</p>
<a href="https://terabox.com/s/1OZVpdGRaY7ii4sAEkMA9GA" target="_blank" class="btn full-width" style="margin-bottom:8px;">GBA Collection (1000+)</a>
<a href="https://terabox.com/s/1scw9iwVpHL05OzG8JfkKVA" target="_blank" class="btn full-width" style="margin-bottom:8px;">SNES Collection (300+)</a>
<a href="https://archive.org/download/chd_psx_eur/CHD-PSX-EUR/" target="_blank" class="btn full-width">PS1 Europe (CHD)</a>
</div>
</aside>
</div>
<footer class="footer">
<p>R36S Ultimate Guide v1.60 · Curated by <strong>IKKI</strong></p>
<p><em>Ricorda:</em> Non rimuovere mai la SD mentre la console è accesa. Usa sempre "Shutdown" dal menu o <span class="key">FN</span> + <span class="key">POWER</span>.</p>
</footer>
</div>
<script>
/**
* SCRIPT GESTIONE EFFETTI VISIVI
* 1. Particelle + Scritte Background
*/
const canvas = document.getElementById('particles-js');
const ctx = canvas.getContext('2d');
let particles = [];
const textToDraw = "R36S Guida by IKKI";
function resize() {
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
}
window.addEventListener('resize', resize);
resize();
class Particle {
constructor() { this.reset(); }
reset() {
this.x = Math.random() * canvas.width;
this.y = Math.random() * canvas.height;
this.vx = (Math.random() - 0.5) * 0.5;
this.vy = (Math.random() - 0.5) * 0.5;
this.size = Math.random() * 2 + 1;
this.color = Math.random() > 0.5 ? 'rgba(99, 102, 241,' : 'rgba(16, 185, 129,';
this.alpha = Math.random() * 0.3;
}
update() {
this.x += this.vx;
this.y += this.vy;
if (this.x < 0 || this.x > canvas.width || this.y < 0 || this.y > canvas.height) this.reset();
}
draw() {
ctx.fillStyle = this.color + this.alpha + ')';
ctx.beginPath();
ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2);
ctx.fill();
}
}
for (let i = 0; i < 50; i++) particles.push(new Particle());
function animateCanvas() {
ctx.clearRect(0, 0, canvas.width, canvas.height);
ctx.font = "bold 40px Outfit";
ctx.fillStyle = "rgba(255, 255, 255, 0.03)";
ctx.textAlign = "center";
for(let x=0; x<canvas.width; x+=400) {
for(let y=0; y<canvas.height; y+=300) {
ctx.fillText(textToDraw, x + 100, y + 100);
}
}
particles.forEach(p => { p.update(); p.draw(); });
requestAnimationFrame(animateCanvas);
}
animateCanvas();
/**
* LOGICA MASCOTTE: Crazy Mode
* 1. Start: Roaming
* 2. Click 1: Crazy (3s) -> Roaming
* 3. Click 2: Home
* 4. Click 3: Roaming (reset)
*/
const mascot = document.getElementById('mascot');
const homeMarker = document.getElementById('mascot-home-marker');
let state = 'ROAMING'; // Stati: ROAMING, CRAZY, HOME
let crazyTimer = null;
let moveTimer = null;
let moveCounter = 0;
let mouseX = window.innerWidth / 2;
let mouseY = window.innerHeight / 2;
let hasBeenCrazyOnce = false; // Flag per gestire il secondo click
document.addEventListener('mousemove', (e) => {
mouseX = e.clientX;
mouseY = e.clientY;
});
mascot.addEventListener('click', () => {
if (state === 'HOME') {
// TERZO CLICK (o successivo): Riparti a vagare
startRoaming();
hasBeenCrazyOnce = false;
} else if (state === 'ROAMING') {
if (!hasBeenCrazyOnce) {
// PRIMO CLICK: Impazzisci
startCrazyMode();
hasBeenCrazyOnce = true;
} else {
// SECONDO CLICK: Vai a casa
goHome();
}
}
// Se è in CRAZY mode, ignora i click (o potresti volerlo fermare subito, ma meglio lasciarlo sfogare)
});
function goHome() {
state = 'HOME';
clearTimeout(moveTimer);
clearTimeout(crazyTimer);
mascot.classList.remove('dancing');
mascot.classList.remove('crazy');
const rect = homeMarker.getBoundingClientRect();
// Spostamento fluido verso casa (CSS transition gestisce l'animazione)
mascot.style.top = rect.top + 'px';
mascot.style.left = (rect.left + (rect.width - 90)/2) + 'px';
mascot.style.transform = "rotate(0deg)";
}
function startRoaming() {
state = 'ROAMING';
mascot.classList.remove('crazy');
mascot.classList.add('dancing');
nextMove();
}
function startCrazyMode() {
state = 'CRAZY';
clearTimeout(moveTimer); // Ferma il movimento normale
mascot.classList.remove('dancing');
mascot.classList.add('crazy');
// Movimenti frenetici per 3 secondi
let crazyMoves = 0;
const interval = setInterval(() => {
crazyMoves++;
if (crazyMoves > 15) { // Circa 3 secondi (15 * 200ms)
clearInterval(interval);
// Finita la pazzia, torna a vagare
startRoaming();
} else {
moveRandomFast();
}
}, 200);
}
function moveRandomFast() {
const w = window.innerWidth - 100;
const h = window.innerHeight - 150;
const randomX = Math.random() * w;
const randomY = Math.random() * h + 50;
mascot.style.top = randomY + 'px';
mascot.style.left = randomX + 'px';
}
function moveMascotTo(x, y) {
const maxX = window.innerWidth - 100;
const maxY = window.innerHeight - 120;
let targetX = Math.max(10, Math.min(x, maxX));
let targetY = Math.max(50, Math.min(y, maxY));
mascot.style.top = targetY + 'px';
mascot.style.left = targetX + 'px';
}
function nextMove() {
if (state !== 'ROAMING') return;
moveCounter++;
// Ogni 3 movimenti, insegui il mouse
if (moveCounter % 3 === 0) {
moveMascotTo(mouseX - 45, mouseY - 60);
} else {
const w = window.innerWidth - 100;
const h = window.innerHeight - 150;
const randomX = Math.random() * w;
const randomY = Math.random() * h + 50;
moveMascotTo(randomX, randomY);
}
moveTimer = setTimeout(nextMove, 2500);
}
// Avvio
window.onload = () => {
startRoaming();
};
window.addEventListener('resize', () => {
if(state === 'HOME') {
const rect = homeMarker.getBoundingClientRect();
mascot.style.top = rect.top + 'px';
mascot.style.left = (rect.left + (rect.width - 90)/2) + 'px';
}
});
</script>
</body>
</html>