xiangbo96 发表于 2017-3-24 22:30

这个我知道。但是怎么改呢?有教程吗?

赌神魂 发表于 2017-3-24 22:52

xiangbo96 发表于 2017-3-24 22:30
这个我知道。但是怎么改呢?有教程吗?

那个是修改指定决赛球场和天气设定,没错是修改stadium.lua而已。你可以参考stadium.lua里面的数据,我目前没有测试,你自行吧。

xiangbo96 发表于 2017-3-24 23:05

好吧,我在研究下

赌神魂 发表于 2017-3-25 10:03

英超高质量奖杯2.0
http://www.tudou.com/programs/view/OJm4LC_jIII/#comments
http://pan.baidu.com/s/1i5jzFwD

ja49500 发表于 2017-3-25 10:39

赌神魂 发表于 2017-3-24 22:52
那个是修改指定决赛球场和天气设定,没错是修改stadium.lua而已。你可以参考stadium.lua里面的数据,我目 ...

联赛杯赛编号有没有全面的

赌神魂 发表于 2017-3-25 10:42

ja49500 发表于 2017-3-25 10:39
联赛杯赛编号有没有全面的

可以打开tournament.txt查询

Tournament ids (some)
=======================================================

0   - exhibition match
1   - uefa champions league exhibition match
2   - europa league exhibition match
5   - afc champions league exhibition match
11- uefa champions league (qualifying round play-off)
12- uefa champions league
13- uefa champions league (knock-out)
19- uefa europa league
20- uefa europa league (knock-out)
21- uefa super cup
32- afc champions league
33- afc champions league (knock-out)
39- english league
43- spanish league
53- netherlands league
84- english cup
89- konami league
101 - english super cup
102 - spanish super cup
103 - french super cup
104 - italian super cup
134 - international cup
135 - international cup (knock-out)
138 - european cup
139 - european cup (knock-out)
144 - african cup
145 - american cup
155 - konami cup


ja49500 发表于 2017-3-25 13:41

赌神魂 发表于 2017-3-25 10:42
可以打开tournament.txt查询

Tournament ids (some)


中文这些ID知道不

babyvox 发表于 2017-3-25 15:04

ja49500 发表于 2017-3-25 13:41
中文这些ID知道不

会加进3.0里吗?

赌神魂 发表于 2017-3-25 16:04

ja49500 发表于 2017-3-25 13:41
中文这些ID知道不

目前不懂,看了国外友人的测试,德甲联赛ID是72

赌神魂 发表于 2017-3-26 10:41

本帖最后由 赌神魂 于 2017-3-26 10:43 编辑

LiveCPK (Sider 3.32)

- : stadium thumbnail and name are now correctly shown before kick-off
- : match_info in context: can be used to determine if the match is a final
- : match_leg in context: is set to 1 or 2, for two-legged knocked-out rounds

See docs/scripting.txt for information about "match_info". It varies based on what the match is.
See modules/stadium.lua - for how to determine a tournament final. Basically it's like this:

Code:
-- check if this is UEFA CL final:
if ctx.tournament_id == 13 and ctx.match_info == 53 then
    ...
end

http://pan.baidu.com/s/1geHd6an

赌神魂 发表于 2017-3-26 23:57

无限足球挂,只兼容3.32版本

Current version: 1.0
Minimum version of Sider required: 3.3.2
Features:

[*]GDB-style unlimited ball management
[*]simplified ball packaging - all ball-related files in just one folder (see the balls included in this release)
[*]ball assignment to individual home teams via map_teams.txt file
[*]ball assignment to competitions via map_competitions.txt file - i.e. all teams participating in particular competition will use identical ball
[*]IMPORTANT: by default, competition assignment always takes priority over team assignment in all modes except Exhibition mode matches
[*]but, there's a way to override that behavior for any individual competition - by slightly modifying BallServer.lua script itself, you can add/remove competition IDs in override_competitions table, thus defining more or less competitions where team assignment takes priority over competition assignment

[*]support for optional ball to be used in final match only (not tested yet, hopefully in works)

[*]correct ball previews are displayed in match menues (where available, depending on game mode)

Current limitations:

[*]Ball names cannot be changed (in menus, replays, etc.) - I have no idea how to change those with current Sider tech and/or if such customization is even possible

How to use:
1.Unpack the archive and copy folders 'content' and 'modules' inside your sider 3.3.2 folder
2.Add lua.module = "BallServer.lua" at the end of sider.ini
3.Customize map_teams.txt and map_competitions.txt files and add more ball folders in content\ball-server folder


http://pan.baidu.com/s/1geArVMz

xiangbo96 发表于 2017-3-27 08:53

兄弟我的足总杯决赛的存档 你看看能改球场吗? 会了教教我们
http://pan.baidu.com/s/1hseck1Q

赌神魂 发表于 2017-3-27 10:37

本帖最后由 赌神魂 于 2017-3-27 10:42 编辑

xiangbo96 发表于 2017-3-27 08:53
兄弟我的足总杯决赛的存档 你看看能改球场吗? 会了教教我们
http://pan.baidu.com/s/1hseck1Q
我已经测试成功,可以把英格兰杯场地换成糖果盒球场,要那个球场自己修改stadium.lua,天气都可以自己修改,用notepad打开stadium.lua
http://pan.baidu.com/s/1eSvbi74


PS:给于哪些初用的同学,只需要打开外挂,然后打开游戏就可以。要添加内容需要修改module lua

xiangbo96 发表于 2017-3-27 13:48

终于会了哈哈 谢了

xiangbo96 发表于 2017-3-27 18:20

套用这个代码是不是什么杯赛的决赛都能改呢?
页: 1 2 [3] 4
查看完整版本: LiveCPK (Sider 3.34)整合了球场,足球无限挂