|
发表于 2024-9-5 01:38:59
|
显示全部楼层
找到游戏根目录下的 game 文件夹的 myScreens.rpy 文件 用txt记事本打开 找到以下代码段 全部删除 重启游戏 然后游戏内填表会报错 选择忽略即可1 S* q" N( E" X- C(欢迎访问老王论坛:laowang.vip)
# t& r0 ?4 R" R& fscreen introduction_sheet():
4 d. j9 C+ U/ w8 e2 a: G/ x add "images/dark_screen.png"
/ P9 F4 h. l3 @! K$ c add "images/menu/about_me.png"
( N, U" ?0 y- ^ text "ABOUT ME" style "AM_title" xalign 0.5 ypos 895 b2 Q. _9 i5 n% X4 g(欢迎访问老王论坛:laowang.vip)
text "Student Introduction Sheet" style "AM_subtitle" xalign 0.5 ypos 148
" q6 `7 Y+ K+ |( w& e default question = "None"
$ l2 U0 [) g5 l& W8 f7 F9 k0 t5 w4 \8 q" H6 y* c$ D- H2 w(欢迎访问老王论坛:laowang.vip)
if question != "None":( k6 t( G' q } b. l(欢迎访问老王论坛:laowang.vip)
button:
" k7 [* M5 U/ V3 @% R. c3 l3 I' y xysize(1920,1080)
+ u2 |6 N! R) t( B, u" @9 J6 Q action SetScreenVariable("question", "None")
: K" U0 t) B) }: b" C
- j4 ~1 K: m$ @) u4 g$ x3 \& h. Q if question == "food":5 v* Z! l6 K! B9 h(欢迎访问老王论坛:laowang.vip)
vbox:0 x* \- F- _% @ v- p+ v: y(欢迎访问老王论坛:laowang.vip)
xpos 670 ypos 601! h5 E5 N/ u. |2 {(欢迎访问老王论坛:laowang.vip)
text "{i}My favorite food is...{/i}" style "AM_text": w Q. \* J: [. E(欢迎访问老王论坛:laowang.vip)
grid 2 4:
4 x; o2 g8 |/ _ spacing 40 ypos 22: Y3 m) b% k6 |(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}pizza{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "pizza"), Jump("intro_sheet")4 A, ^) e$ R* S4 Q) L# y(欢迎访问老王论坛:laowang.vip)
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")' w1 I4 ~7 _, w( H$ U" D" S(欢迎访问老王论坛: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")) `3 R+ [2 h0 W- g C: U(欢迎访问老王论坛: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")* K5 j, m* Z+ D5 W3 C$ }) V$ E(欢迎访问老王论坛:laowang.vip)
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")
% }8 o' D. q; o. _" x6 E/ i- | textbutton "{font=[name_font]}steak{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "steak"), Jump("intro_sheet")$ Q# z# t; H R3 n* X# K- t(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}noodles{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "noodles"), Jump("intro_sheet")7 B& i- i$ f a* [8 M' y) n5 \$ m(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}canburgers{/font}" style "AM_player_buttonM" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "canburgers"), Jump("intro_sheet")9 {* r6 P/ u" \ h/ l(欢迎访问老王论坛:laowang.vip)
' d% c; X" ]5 {% }. g9 j: g(欢迎访问老王论坛:laowang.vip)
if question == "years":/ @ K# @' x* z1 V' y# B(欢迎访问老王论坛:laowang.vip)
vbox:
9 Q; Y, [0 V* D0 U0 ]+ R! g. c xpos 670 ypos 601
8 j, N" J! D6 s# | text "{i}In 5 years I see myself...{/i}" style "AM_text"
2 f4 l6 F+ G! m3 W6 F. `6 @8 ?; d% Y% _ grid 2 4:; Y1 O& t; o3 ^ T0 r$ j(欢迎访问老王论坛:laowang.vip)
spacing 40 ypos 22
1 `# p, [8 v5 F; T9 L 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") e' j% c6 L: W6 X+ \(欢迎访问老王论坛:laowang.vip)
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")9 o0 b, c7 K# O8 c5 v1 @; q. [9 _(欢迎访问老王论坛: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")
. F/ j9 O; d+ J& C0 z/ A/ U4 p 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")9 u4 U+ V" y; ` p) c% ^(欢迎访问老王论坛: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")+ K1 Z) D# }( r+ S4 J* ?(欢迎访问老王论坛: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")
8 t. V* e' y! z 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"): \! I9 I6 ?4 H2 y$ b" r1 p" R(欢迎访问老王论坛: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"). B/ ^9 Z8 e' j1 q(欢迎访问老王论坛:laowang.vip)
) l8 w% c4 Y7 P# e. ^(欢迎访问老王论坛:laowang.vip)
if question == "hobby":
+ a* O+ E* k! U% t$ P. j vbox:
1 X: p0 ]; }5 z. T5 M xpos 670 ypos 601
) c3 d* ^# d0 Z# _ text "{i}In my spare time I like to...{/i}" style "AM_text"
) O; E6 \: _9 s) h. s; A# C2 | grid 2 4:
! q: H4 J# d0 S4 n2 j1 m spacing 40 ypos 22
$ t% C7 v d! r! R# Z! W# | 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 ` s# ^1 I t textbutton "{font=[name_font]}masturbate{/font}" style "AM_player_buttonM" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby", "masturbate"), Jump("intro_sheet")
2 M" G: S" b; h 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")* c% `" }3 z# a }; `2 ^# n) @(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}sleep{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby", "sleep"), Jump("intro_sheet")9 j1 H* i7 Z1 N. \; W& s! O. _$ g' x(欢迎访问老王论坛: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")
+ q( W0 R; e- C; M5 ^0 Z1 O 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")# t: ~4 z2 W! I* Z' a5 I Q* F(欢迎访问老王论坛: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")
9 o, R7 k0 h( V 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")
1 @7 [( [+ t' F. n$ B" x% e( O7 e(欢迎访问老王论坛:laowang.vip)
if question == "hobby_reason":
" }# f! v7 `! z5 L5 B% S& v- @7 k vbox:
* @ q9 M/ N; W) _: Q6 D xpos 670 ypos 601
3 p6 G1 H2 m; `( V0 N I text "{i}Because...{/i}" style "AM_text"
$ \9 k8 m6 n- c; _! \2 J: e grid 2 4:, C9 a% Z, W' P+ R( [6 y(欢迎访问老王论坛:laowang.vip)
spacing 40 ypos 22
/ D1 X5 N3 x: y; s4 b& s 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")& X; R9 }9 t$ `2 O! w(欢迎访问老王论坛:laowang.vip)
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")
6 V& Y, \% R* M; O* D 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")
- R/ s! O7 A" @6 J4 v% H 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")8 l- w( `/ i3 ^( x+ K(欢迎访问老王论坛:laowang.vip)
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")
5 z, E& J" `9 A 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")
/ n" K5 P# Q+ x+ Y5 ^ 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")
+ h" S; z" M" Z3 J; D) } 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")' s# B5 K/ }) U( e+ K- @(欢迎访问老王论坛:laowang.vip)
( ]3 e7 S7 e( o I! ]7 M6 e! J(欢迎访问老王论坛:laowang.vip)
fixed:- A* O- n* u; m7 L' r5 o* l(欢迎访问老王论坛:laowang.vip)
xpos 670 ypos 2244 ]0 X) z3 I4 I2 @(欢迎访问老王论坛:laowang.vip)
hbox:
/ h% m3 Y+ W3 n0 z6 t9 u( S6 ~ spacing 15
; l7 I1 L# I% w$ X text "1. My name is" style "AM_text"
5 _5 F9 T" ? g, C/ ~3 U text "{font=[name_font]}[y2]{/font}" style "AM_player_text" ypos fav_ypos
?. ] e: Z2 E. H( v# Y2 \* G/ z: n: P( v(欢迎访问老王论坛:laowang.vip)
hbox:, N5 w" Q0 B5 p* d. u(欢迎访问老王论坛:laowang.vip)
ypos 50 spacing 15& a: u4 Q1 f: ~' c* b9 X(欢迎访问老王论坛:laowang.vip)
text "2. I am" style "AM_text"
6 q" h0 @1 G! W# q& W text "{font=[name_font]}19{/font}" style "AM_player_text" ypos fav_ypos/ {, `9 F; V% Y! g4 |(欢迎访问老王论坛:laowang.vip)
text "years old." style "AM_text"- k8 b& N" J' W2 x7 z(欢迎访问老王论坛:laowang.vip)
9 D5 _! r1 h0 m6 O; i$ V! {, @(欢迎访问老王论坛:laowang.vip)
hbox:
6 V2 G+ O/ Q) g7 f# v ypos 100 spacing 15
( S& ?0 f2 W. L6 O- E, q text "3. My favorite color is" style "AM_text"
Z6 S& t& H$ t0 O/ L text "{font=[name_font]}[fav_color]{/font}" style "AM_player_text" ypos fav_ypos
$ g F K4 b' x
8 _. o( |3 `3 s, l( Y5 P hbox:
3 W3 ]- D, x2 P! @# x4 X ypos 150 spacing 15! j, a, n3 B* h! w2 }1 s(欢迎访问老王论坛:laowang.vip)
text "4. My favorite food is" style "AM_text"
/ C. @( i; t. \& S0 M3 S textbutton "{font=[name_font]}[fav_food]{/font}" style "AM_player_button2" ypos fav_ypos action SetScreenVariable("question", "food"), SelectedIf(fav_food == "(Select)")7 `& E! x2 j, S7 O# ](欢迎访问老王论坛:laowang.vip)
; Z9 X- ?8 y/ [; r' B/ q2 ]6 L hbox:2 \8 F) R4 @4 {! A* I" \- `% G: ](欢迎访问老王论坛:laowang.vip)
ypos 200 spacing 150 O" _* o4 C1 m' p9 g2 [: E(欢迎访问老王论坛:laowang.vip)
text "5. In 5 years I see myself" style "AM_text"
9 @ v9 }1 _# z textbutton "{font=[name_font]}[fav_years]{/font}" style "AM_player_button2" ypos fav_ypos action SetScreenVariable("question", "years"), SelectedIf(fav_years == "(Select)")7 v. A2 J* \3 z2 k& g! Z(欢迎访问老王论坛:laowang.vip)
- ?1 h6 d" d% _9 C* b. g* }(欢迎访问老王论坛:laowang.vip)
hbox: \( ^. r/ s, ~# c( Q) M(欢迎访问老王论坛:laowang.vip)
ypos 250 spacing 15) H: V7 K; U8 X4 S( b(欢迎访问老王论坛:laowang.vip)
text "6. In my spare time I like to" style "AM_text"- K. m. l: z6 y+ Y3 m(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}[fav_hobby]{/font}" style "AM_player_button2" ypos fav_ypos action SetScreenVariable("question", "hobby"), SelectedIf(fav_hobby == "(Select)")1 i( [: l5 \; D& Y& C: i(欢迎访问老王论坛:laowang.vip)
6 q( ]! m3 _* e# v. Q( f hbox:" p# V8 ~& r/ b! j1 S(欢迎访问老王论坛:laowang.vip)
ypos 300 spacing 159 x& E1 [6 [5 c. p' w/ Y( C @: P$ x(欢迎访问老王论坛:laowang.vip)
text "because " style "AM_text". p2 @3 L* ^! R' m, B* }- }4 k(欢迎访问老王论坛:laowang.vip)
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)")- ~6 w5 x# i& Z0 w; \(欢迎访问老王论坛:laowang.vip)
|
|