|
发表于 2024-9-5 01:38:59
|
显示全部楼层
找到游戏根目录下的 game 文件夹的 myScreens.rpy 文件 用txt记事本打开 找到以下代码段 全部删除 重启游戏 然后游戏内填表会报错 选择忽略即可
4 `- F+ V1 T% }9 l ]# J$ @' ^% `6 D5 r' H(欢迎访问老王论坛:laowang.vip)
screen introduction_sheet():
! l1 G; n% ]) m9 B# w+ @' h add "images/dark_screen.png"
* y: }& Z! I; H- [2 h* r2 ~ add "images/menu/about_me.png"9 p2 p0 j, ]' B8 v(欢迎访问老王论坛:laowang.vip)
text "ABOUT ME" style "AM_title" xalign 0.5 ypos 89
- A; C6 c1 c: P+ _* h text "Student Introduction Sheet" style "AM_subtitle" xalign 0.5 ypos 148
5 j4 v+ o- V5 _, Q: S. z default question = "None"
- \# E6 B& W- F; `: M$ Y& o3 W/ H( F. K. j1 \(欢迎访问老王论坛:laowang.vip)
if question != "None":9 b T! E5 K1 F(欢迎访问老王论坛:laowang.vip)
button:& x/ q% S0 s& u9 g5 f0 x. D% ](欢迎访问老王论坛:laowang.vip)
xysize(1920,1080)$ s5 ]( n% S0 y& v! p(欢迎访问老王论坛:laowang.vip)
action SetScreenVariable("question", "None")6 @' f% l0 B* M(欢迎访问老王论坛:laowang.vip)
3 L' I# M4 b' @, x' z; ?: D1 G9 B if question == "food":
9 D/ T6 j, z& R$ A$ K: q vbox:
+ H1 M6 m9 U5 g xpos 670 ypos 601& m. w! n" a/ G* ^6 N9 k2 h+ @(欢迎访问老王论坛:laowang.vip)
text "{i}My favorite food is...{/i}" style "AM_text"5 h+ M5 R/ p2 a& W- R# e(欢迎访问老王论坛:laowang.vip)
grid 2 4:2 M+ R, z/ i9 P, r4 ~# ^& T9 R(欢迎访问老王论坛:laowang.vip)
spacing 40 ypos 220 D' K; F/ P* B2 f(欢迎访问老王论坛: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")2 x, |. C0 G1 m) Z(欢迎访问老王论坛: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")( B U8 z+ c& d(欢迎访问老王论坛: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")
4 O, w# {+ Q. v" U textbutton "{font=[name_font]}salad{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "salad"), Jump("intro_sheet")5 v2 K3 K' Q9 ]5 `(欢迎访问老王论坛: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")
" b5 l& C4 \- B$ y. W textbutton "{font=[name_font]}steak{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_food", "steak"), Jump("intro_sheet")
- p( B6 |; I/ D, P& T+ ^( t6 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")
* `/ H; {* Y$ R- z, p* O- F 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 y9 D$ s& C# g3 `6 n! ~1 i(欢迎访问老王论坛:laowang.vip)
8 f# e2 |4 c; Q/ j9 z1 I% ^ if question == "years":
( Y" j7 o( t9 E9 d7 V3 ^ vbox:. K. c& ]$ Z5 a- k3 u(欢迎访问老王论坛:laowang.vip)
xpos 670 ypos 601( b, Y: u" x! [( O( x/ i/ }(欢迎访问老王论坛:laowang.vip)
text "{i}In 5 years I see myself...{/i}" style "AM_text"
/ n8 _! f' B. y2 r1 {2 R1 {1 O4 D grid 2 4:2 M* d0 D8 i& K(欢迎访问老王论坛:laowang.vip)
spacing 40 ypos 22
. }1 d8 C }3 D' M7 S/ 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")" z4 j4 `% Z( S& y1 G(欢迎访问老王论坛: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")
& I2 ^1 H' s( A2 O. j2 g 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")
2 k Q( f3 `7 {5 d3 J# ` 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")7 b) x' i% ]: }0 {; s4 `7 w(欢迎访问老王论坛: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")
% @$ s9 t7 N3 g) B* M5 ` 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")) q5 u. Y3 M8 [2 H0 s% K6 O$ }(欢迎访问老王论坛: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")
( b9 D( I9 r4 @5 w6 m0 _8 L 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")9 |( {3 S# Z( ?: [% l(欢迎访问老王论坛:laowang.vip)
: [1 X" S4 y$ P if question == "hobby":. V3 K) X4 U8 i) F" P ~(欢迎访问老王论坛:laowang.vip)
vbox:& [9 E$ i. G. a/ T(欢迎访问老王论坛:laowang.vip)
xpos 670 ypos 601. ~( V* I! P3 X# m(欢迎访问老王论坛:laowang.vip)
text "{i}In my spare time I like to...{/i}" style "AM_text"$ m% h6 m2 a$ b+ `! r4 S(欢迎访问老王论坛:laowang.vip)
grid 2 4:& S/ X8 x. N* H/ y( ^: Q# q(欢迎访问老王论坛:laowang.vip)
spacing 40 ypos 22/ V9 X1 {( h) i) _# B' h6 g: c: U(欢迎访问老王论坛:laowang.vip)
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") w; e1 o$ U; c! T! s/ a8 q: o* ^(欢迎访问老王论坛: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")
1 }& p t+ P( ? 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")
% u5 {+ o* Q! u. l% l. V" [4 Z textbutton "{font=[name_font]}sleep{/font}" style "AM_player_buttonS" ypos fav_ypos action SetScreenVariable("question", "None"), SetVariable("fav_hobby", "sleep"), Jump("intro_sheet")
" I# J R! q5 L' ~/ [+ j0 Z 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")
5 T2 ~, g) p$ h$ ^& |8 D: }! n0 \- _- [ 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")+ S. q6 M+ Z5 P2 @0 Q6 Q' T4 X& Z/ {4 x# Y. x(欢迎访问老王论坛: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")
! Q0 m7 Q7 w2 m- h, v4 f* L 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")% }% S h" b5 n" ~2 l$ O! {(欢迎访问老王论坛:laowang.vip)
5 |8 j6 i8 y# d1 g% w(欢迎访问老王论坛:laowang.vip)
if question == "hobby_reason":
) ^4 ?$ k9 U% D' r b: e vbox:
7 _) {7 A/ H. C N xpos 670 ypos 601
- j& V' W/ c% ]5 p: t9 l text "{i}Because...{/i}" style "AM_text"# ]- X# }7 |: V! D, a: ]$ d: o(欢迎访问老王论坛:laowang.vip)
grid 2 4:
( k2 _2 C0 m$ h7 e* n& _ spacing 40 ypos 223 V; m/ h# T9 v8 H(欢迎访问老王论坛:laowang.vip)
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 n% l8 q5 W0 [+ Y7 {7 K; g+ q(欢迎访问老王论坛: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")' S1 A* |8 t3 x1 Z3 Y: X( U2 ]9 d(欢迎访问老王论坛: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) R# S) a- O. [4 P$ T$ S(欢迎访问老王论坛:laowang.vip)
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")( W, n2 e9 \) C4 D. b3 ~(欢迎访问老王论坛: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")
; C. @" z$ P% q$ q N9 F. U$ e 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")& e' G7 n. A% Y ]& A9 p(欢迎访问老王论坛:laowang.vip)
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")% v2 B4 u: n7 J- |$ J(欢迎访问老王论坛:laowang.vip)
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")
5 R6 |# m- a4 y( k% c
9 S% D# u0 G, F: M) \) i, S/ Z fixed:
3 u' Z9 Q* O! r: f) K* y xpos 670 ypos 2244 R8 r7 y7 z& C(欢迎访问老王论坛:laowang.vip)
hbox:1 X4 u$ [* h. l(欢迎访问老王论坛:laowang.vip)
spacing 15/ U5 b7 f; T& Y9 I& e(欢迎访问老王论坛:laowang.vip)
text "1. My name is" style "AM_text"
1 |4 O0 a1 q+ I1 Z8 I3 S) ] text "{font=[name_font]}[y2]{/font}" style "AM_player_text" ypos fav_ypos
8 `/ l4 u: \; b/ @: x3 g/ A+ s1 |(欢迎访问老王论坛:laowang.vip)
hbox:. J( S2 ?$ |0 b3 ~(欢迎访问老王论坛:laowang.vip)
ypos 50 spacing 15
5 m' x5 ~, ^* D" {2 p2 o% M text "2. I am" style "AM_text"' X2 q2 ~4 Z" Q1 A+ Z, C. @" A, ^, ](欢迎访问老王论坛:laowang.vip)
text "{font=[name_font]}19{/font}" style "AM_player_text" ypos fav_ypos- |5 p8 n! G# V1 g' F(欢迎访问老王论坛:laowang.vip)
text "years old." style "AM_text"
+ p3 s# a0 d b4 {7 y8 ~
6 o0 m5 z5 l1 Y# k hbox:
5 z; s2 Y9 Z# d# K+ L# F; M$ Y ypos 100 spacing 15
3 c) J9 a- Q! N1 q7 ~1 U7 T4 F, E0 G text "3. My favorite color is" style "AM_text"
$ _& R1 [7 f# V+ _9 R. L5 s* _ text "{font=[name_font]}[fav_color]{/font}" style "AM_player_text" ypos fav_ypos
5 B' n" V1 h! e8 @2 G% U
+ U+ ] V; ~+ R( E7 } hbox:- z' g1 k$ h* e6 O2 K9 A! [; }(欢迎访问老王论坛:laowang.vip)
ypos 150 spacing 15/ P' y! x) _/ [$ C! k) e/ ^(欢迎访问老王论坛:laowang.vip)
text "4. My favorite food is" style "AM_text"
; V+ B, y+ m) |1 v textbutton "{font=[name_font]}[fav_food]{/font}" style "AM_player_button2" ypos fav_ypos action SetScreenVariable("question", "food"), SelectedIf(fav_food == "(Select)")
/ n, G7 u8 K: r `2 N
. q8 J, F% L* d; I2 i/ F% C8 N hbox:
5 A. u9 _- r7 j2 i" d. @ ypos 200 spacing 155 H5 r; f+ m: l2 S(欢迎访问老王论坛:laowang.vip)
text "5. In 5 years I see myself" style "AM_text"
: b3 y- I2 K/ ]9 U2 J& K textbutton "{font=[name_font]}[fav_years]{/font}" style "AM_player_button2" ypos fav_ypos action SetScreenVariable("question", "years"), SelectedIf(fav_years == "(Select)")8 x7 r4 ]! l! _0 \(欢迎访问老王论坛:laowang.vip)
} \6 O% G- I3 ^, |- E1 @(欢迎访问老王论坛:laowang.vip)
hbox:4 D3 ~- v6 p& ?7 B9 ~' d* s(欢迎访问老王论坛:laowang.vip)
ypos 250 spacing 15
! g2 ~ m0 M+ P& w5 T W6 @ text "6. In my spare time I like to" style "AM_text"; ^; m' B$ H. z# V# I(欢迎访问老王论坛:laowang.vip)
textbutton "{font=[name_font]}[fav_hobby]{/font}" style "AM_player_button2" ypos fav_ypos action SetScreenVariable("question", "hobby"), SelectedIf(fav_hobby == "(Select)")
: g5 W: ^: l( G: k
! U5 @2 s! i# I hbox:
c& ?5 N) t' }0 r6 _) t ypos 300 spacing 15 v2 z$ ? }6 S1 j( X. R% O3 R(欢迎访问老王论坛:laowang.vip)
text "because " style "AM_text"; {1 c1 V" ^$ C$ `4 [" O(欢迎访问老王论坛: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)")! i! n' C1 C F T' R! F(欢迎访问老王论坛:laowang.vip)
|
|