|
发表于 2024-9-5 01:38:59
|
显示全部楼层
找到游戏根目录下的 game 文件夹的 myScreens.rpy 文件 用txt记事本打开 找到以下代码段 全部删除 重启游戏 然后游戏内填表会报错 选择忽略即可: T2 e( |4 R8 u. i* t) M" r0 h8 o0 Y(欢迎访问老王论坛:laowang.vip)
& ~# y$ ^0 P: w2 n5 L Jscreen introduction_sheet():
9 Q8 A$ d+ X0 p7 a add "images/dark_screen.png"
+ D0 d) r7 V4 i, p1 S! b, r2 n add "images/menu/about_me.png"& w% I8 f C, K9 | m" k5 u2 A(欢迎访问老王论坛:laowang.vip)
text "ABOUT ME" style "AM_title" xalign 0.5 ypos 89
! ^/ T2 J$ Y% W1 t- i% S* ^ text "Student Introduction Sheet" style "AM_subtitle" xalign 0.5 ypos 1481 d1 x4 U1 D/ J* W1 n0 `(欢迎访问老王论坛:laowang.vip)
default question = "None"8 _% h& d I8 V& b(欢迎访问老王论坛:laowang.vip)
- V) [3 r) r" J2 X if question != "None":7 {0 g# C9 x- |1 g" }1 |- {; c(欢迎访问老王论坛:laowang.vip)
button:
9 h$ R7 A) T/ D6 j! n" K xysize(1920,1080) f+ q# `- o6 I) ]6 R9 @2 y(欢迎访问老王论坛:laowang.vip)
action SetScreenVariable("question", "None")9 N) X6 @7 J3 K# R7 w: |4 N(欢迎访问老王论坛:laowang.vip)
$ C4 Q' s+ j- `6 T \3 D, O) O(欢迎访问老王论坛:laowang.vip)
if question == "food":8 C9 T& ^7 `) l$ e# w- R(欢迎访问老王论坛:laowang.vip)
vbox:" O5 C& Q+ d B8 @4 b& R(欢迎访问老王论坛:laowang.vip)
xpos 670 ypos 601( Y7 v5 A9 @2 Z( j(欢迎访问老王论坛:laowang.vip)
text "{i}My favorite food is...{/i}" style "AM_text"$ I& E# ]: f; G; W, K' E& i(欢迎访问老王论坛:laowang.vip)
grid 2 4:0 \4 F% A- L9 Q9 w" z* ](欢迎访问老王论坛:laowang.vip)
spacing 40 ypos 22
! h" F& w) @' o e q textbutton "{font=[name_font]}pizza{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "pizza"), Jump("intro_sheet")
( @3 U3 e$ i* n/ ]& H textbutton "{font=[name_font]}mom's spaghetti{/font}" style "AM_player_buttonL" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "mom's spaghetti"), Jump("intro_sheet")$ S/ g# W1 N8 }6 H( M( y(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}tacos{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "tacos"), Jump("intro_sheet") |0 O; M: h! g( g! `(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}salad{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "salad"), Jump("intro_sheet")
: I2 \: s) b3 u; T8 Z2 W textbutton "{font=[name_font]}chicken tendies{/font}" style "AM_player_buttonL" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "chicken tendies"), Jump("intro_sheet")
6 i c) B1 T: Z2 q textbutton "{font=[name_font]}steak{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "steak"), Jump("intro_sheet")
# b. Z4 q: l& E0 U2 o textbutton "{font=[name_font]}noodles{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "noodles"), Jump("intro_sheet")
. c$ c0 f1 @$ h4 e& c* |3 C textbutton "{font=[name_font]}canburgers{/font}" style "AM_player_buttonM" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "canburgers"), Jump("intro_sheet")
0 f2 y3 n/ K! _: y
2 c+ \! [2 D3 X! u2 t- q. ] if question == "years":1 t/ l# n) D g" a, I0 @(欢迎访问老王论坛:laowang.vip)
vbox:
* \) N' `* |- g T7 i: I xpos 670 ypos 6013 Z3 N) I# f- z! V9 m' C& G+ z% p(欢迎访问老王论坛:laowang.vip)
text "{i}In 5 years I see myself...{/i}" style "AM_text"# |& {% |3 }4 l3 E+ K! E9 G(欢迎访问老王论坛:laowang.vip)
grid 2 4:; ^2 \% V9 ?. C+ h(欢迎访问老王论坛:laowang.vip)
spacing 40 ypos 220 r5 S" H7 X& Z9 {# } ^1 u(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}as a photographer{/font}" style "AM_player_buttonXL" ypos fav_ypos action SetVariable("fav_years", "as a photographer"), SetScreenVariable("question", "None"), Jump("intro_sheet")
' C4 q" [( {$ |1 D$ x+ ? textbutton "{font=[name_font]}doing my thing{/font}" style "AM_player_buttonL" ypos fav_ypos action SetVariable("fav_years", "doing my thing"), SetScreenVariable("question", "None"), Jump("intro_sheet")$ G8 m, b3 K/ J# y8 m(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}being rich{/font}" style "AM_player_buttonM" ypos fav_ypos action SetVariable("fav_years", "being rich"), SetScreenVariable("question", "None"), Jump("intro_sheet")( x- s, S' O* p1 M% Z(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}deep in pussy{/font}" style "AM_player_buttonL" ypos fav_ypos action SetVariable("fav_years", "deep in pussy"), SetScreenVariable("question", "None"), Jump("intro_sheet")" K9 ]: ~) V6 g8 }(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}travelling the world{/font}" style "AM_player_buttonXL" ypos fav_ypos action SetVariable("fav_years", "travelling the world"), SetScreenVariable("question", "None"), Jump("intro_sheet")$ z/ a( ?% y0 W(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}starting a family{/font}" style "AM_player_buttonL" ypos fav_ypos action SetVariable("fav_years", "starting a family"), SetScreenVariable("question", "None"), Jump("intro_sheet")% d; {# ^: O; J0 r5 X(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}homeless, idk{/font}" style "AM_player_buttonM" ypos fav_ypos action SetVariable("fav_years", "homeless, idk"), SetScreenVariable("question", "None"), Jump("intro_sheet")* R+ R; u. r0 G3 D- S& Z7 w3 B4 \; Z(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}happy, hopefully{/font}" style "AM_player_buttonL" ypos fav_ypos action SetVariable("fav_years", "happy, hopefully"), SetScreenVariable("question", "None"), Jump("intro_sheet")
- l* J1 i, \% S7 |; S6 |1 g: b9 a1 A6 E/ y. ?+ E8 S2 f9 d(欢迎访问老王论坛:laowang.vip)
if question == "hobby":
. w( Z; u0 K! u+ p vbox:6 F) V' M G# ~! n# c6 u(欢迎访问老王论坛:laowang.vip)
xpos 670 ypos 601
0 B% g" k5 M9 C; A, Y6 W2 b; L text "{i}In my spare time I like to...{/i}" style "AM_text"
0 g+ ~/ L/ s. c/ v9 R2 a grid 2 4:
8 B& x- ]6 z$ h6 A, T3 w) l spacing 40 ypos 22
, z/ W2 X" e- @) t textbutton "{font=[name_font]}play video games{/font}" style "AM_player_buttonXL" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby", "play video games"), Jump("intro_sheet")4 N! c2 P' G9 i4 [. y- n* T(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}masturbate{/font}" style "AM_player_buttonM" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby", "masturbate"), Jump("intro_sheet")
5 [' j- @0 }6 s" d/ L- u! n# S textbutton "{font=[name_font]}take photos{/font}" style "AM_player_buttonM" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby", "take photos"), Jump("intro_sheet")
" h) L/ _- }, `7 I. [" `/ B textbutton "{font=[name_font]}sleep{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby", "sleep"), Jump("intro_sheet")+ v! a4 n5 N V2 O; j(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}pet stray cats{/font}" style "AM_player_buttonL" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby", "pet stray cats"), Jump("intro_sheet")
" Q4 y: P+ @$ l0 Z0 l& X8 A textbutton "{font=[name_font]}work out{/font}" style "AM_player_buttonM" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby", "work out"), Jump("intro_sheet")0 _* A9 \7 q4 M( K(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}be with my friends{/font}" style "AM_player_buttonXL" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby", "be with my friends"), Jump("intro_sheet")) O( @ W4 Y5 F/ F; {(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}be in nature{/font}" style "AM_player_buttonL" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby", "be in nature"), Jump("intro_sheet"); x- f. m: E. E* J; r+ R+ `% C8 \) X(欢迎访问老王论坛:laowang.vip)
% T% L5 B& s* U2 J1 P8 {0 t4 n(欢迎访问老王论坛:laowang.vip)
if question == "hobby_reason":! ?" I2 K8 h; j" V(欢迎访问老王论坛:laowang.vip)
vbox:
& i( G0 r" j6 p8 S1 P xpos 670 ypos 6012 h0 s$ B1 o- `" e, @; h, F; Z' R% {(欢迎访问老王论坛:laowang.vip)
text "{i}Because...{/i}" style "AM_text"
+ X3 y* G9 s0 [7 _ grid 2 4:
( m4 q" S+ E. b/ N) W) s spacing 40 ypos 22
. g! o4 r x$ x0 V textbutton "{font=[name_font]}I have no life{/font}" style "AM_player_buttonL" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby_reason", "I have no life"), Jump("intro_sheet")
4 q- g3 Z: X/ m( P. A3 g2 J textbutton "{font=[name_font]}it's fun{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby_reason", "it's fun"), Jump("intro_sheet"); R' E0 s6 q: `- Q! u+ U(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}I want to improve{/font}" style "AM_player_buttonXL" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby_reason", "I want to improve"), Jump("intro_sheet")
$ _& m. @( }' v0 k# z8 v textbutton "{font=[name_font]}it makes me happy{/font}" style "AM_player_buttonXL" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby_reason", "it makes me happy"), Jump("intro_sheet")
( g: w7 }9 d% d) u$ j& V textbutton "{font=[name_font]}it's healthy{/font}" style "AM_player_buttonM" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby_reason", "it's healthy"), Jump("intro_sheet")
9 e$ K2 h2 e1 ?0 U9 v textbutton "{font=[name_font]}why not{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby_reason", "why not"), Jump("intro_sheet")
% d! Y, G- U: D1 p) [/ V* @ textbutton "{font=[name_font]}I'm addicted{/font}" style "AM_player_buttonM" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby_reason", "I'm addicted"), Jump("intro_sheet")
2 ?7 v1 U4 z0 l5 G textbutton "{font=[name_font]}I'm good at it{/font}" style "AM_player_buttonL" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby_reason", "I'm good at it"), Jump("intro_sheet")
$ w% N% d% k! x! p- f3 ?
$ G1 d+ w3 }* E6 B; ?0 w fixed:
" A7 c. v& n V' \8 r) n0 T+ A xpos 670 ypos 224
2 o" ~) E+ z. v6 M, L hbox:
$ }+ m w9 f& E6 o8 [! y spacing 152 J3 z& o8 m- ]1 K ]* n7 v7 T(欢迎访问老王论坛:laowang.vip)
text "1. My name is" style "AM_text"
" Z4 c; j$ l& j$ ?6 g text "{font=[name_font]}[y2]{/font}" style "AM_player_text" ypos fav_ypos1 N2 v* r- ^. u) o4 x/ h4 z(欢迎访问老王论坛:laowang.vip)
8 I+ q! Z& s; X9 ~9 b(欢迎访问老王论坛:laowang.vip)
hbox:
: D& \( Q4 R+ n, o( Q; v# P ypos 50 spacing 15# C3 ^6 O3 r9 ?. ?+ w2 ^(欢迎访问老王论坛:laowang.vip)
text "2. I am" style "AM_text"4 I" G r9 _5 V& }+ @% r& ](欢迎访问老王论坛:laowang.vip)
text "{font=[name_font]}19{/font}" style "AM_player_text" ypos fav_ypos1 B+ {9 Z$ J' g/ K- D+ K2 j! \(欢迎访问老王论坛:laowang.vip)
text "years old." style "AM_text"
, P) |4 S# _. U0 W7 @4 w7 F
# n3 w9 |8 ^. R: W# @3 M3 T# R hbox:
8 C. ~8 h% c6 b4 J/ O ypos 100 spacing 15
3 D, [+ ^! l" O5 k$ C/ [1 s j' G text "3. My favorite color is" style "AM_text"
8 t2 N2 L6 ` a! d4 L* E text "{font=[name_font]}[fav_color]{/font}" style "AM_player_text" ypos fav_ypos; d2 S! B2 W( }* m, r, {(欢迎访问老王论坛:laowang.vip)
X* d, I0 `: O* g. o+ I4 h hbox:
3 Q( ^4 e; [& ^% n# K5 B2 V; { ypos 150 spacing 15
- r+ @4 V* _. \& p& ?. Q text "4. My favorite food is" style "AM_text"$ M0 i1 V# Y6 ], ?& |. U- P0 y(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}[fav_food]{/font}" style "AM_player_button2" ypos fav_ypos action SetScreenVariable("question", "food"), SelectedIf(fav_food == "(Select)")( d& o. h( r; v5 |2 y6 X! o- i(欢迎访问老王论坛:laowang.vip)
6 ^9 H: G3 ~% v4 I5 `% d" g(欢迎访问老王论坛:laowang.vip)
hbox:
3 `- _& z& i: s5 v' | A ypos 200 spacing 15
+ ]& |$ e3 ^* P/ L6 F9 G% ^ text "5. In 5 years I see myself" style "AM_text"' {1 @2 q D9 f" v( U# t" z(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}[fav_years]{/font}" style "AM_player_button2" ypos fav_ypos action SetScreenVariable("question", "years"), SelectedIf(fav_years == "(Select)")
, i9 ~6 Y9 ~7 X: O' R* c0 Y0 q2 Y, P* z; V(欢迎访问老王论坛:laowang.vip)
hbox: C2 X$ R( l% h+ x( K(欢迎访问老王论坛:laowang.vip)
ypos 250 spacing 15
& A) D" M; N8 t5 J: X text "6. In my spare time I like to" style "AM_text". ?% k: H2 c+ u7 N% c0 n/ X(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}[fav_hobby]{/font}" style "AM_player_button2" ypos fav_ypos action SetScreenVariable("question", "hobby"), SelectedIf(fav_hobby == "(Select)")
+ ?0 E* h0 k" z" F# A, \# W1 `2 @2 L(欢迎访问老王论坛:laowang.vip)
hbox:
7 J0 i* g% C o4 J, K" W ypos 300 spacing 15) Y9 U8 E9 g. p(欢迎访问老王论坛:laowang.vip)
text "because " style "AM_text"
* i* x5 e0 d$ N0 g5 c3 L1 m' E! z& c9 o: D textbutton "{font=[name_font]}[fav_hobby_reason]{/font}" style "AM_player_button2" ypos fav_ypos action SetScreenVariable("question", "hobby_reason"), SelectedIf(fav_hobby_reason == "(Select)")
1 N% W' T3 T0 b# d" [ |
|