Skip to content
Discussion options

You must be logged in to vote

1.1
简单一点的正则,选RPGMV引擎,需要手动修改下extract_RPGMV.py的代码:

self.parametersTag = self.prefix + 'parameters' 
#把'parameters' 改成 'stringArgs'

然后把py最后的EVENT_COMMAND_CODES里配置改为True,比如你的103,250。
正则就比较简单:

00_skip=^<[^>]+?>$
20_search=^<.+?>([\S\s]+)$
extractKey=name,description

缺点就是没法按位置过滤,比如250里不需要的基本システム用変数也会提取,只能按内容postSkip

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@satan53x
Comment options

Answer selected by fatecyx
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants