Search found 6 matches

by Radamat
05 Jul 2021, 09:49
Forum: Mapping / Modding tools & discussions
Topic: How to modify research.json
Replies: 7
Views: 9639

Re: How to modify research.json

Look this
Python tech tree editor
viewtopic.php?f=5&t=16105
by Radamat
25 Dec 2020, 19:39
Forum: Mapping / Modding tools & discussions
Topic: Stat editor (Python, json)
Replies: 6
Views: 11507

Re: Stat editor (Python, json)

it is not Mod editor. Warzone mods have very different parts (stats, scrips, ... ). Mod editor MUST know and take care about some values (weapon types for ex.) if thay are declared in other parts of mod. This tool main purpouse is tech tree and components adding/editing. For now it lack of copy-past...
by Radamat
25 Dec 2020, 19:07
Forum: Mapping / Modding tools & discussions
Topic: Stat editor (Python, json)
Replies: 6
Views: 11507

Re: Stat editor (Python, json)

Thanks. Main purpouse of this editor is quick and comfortable (it is not yet) adding/editing of tech tree and component stats. Why Python is bad choice fot text-file editing tools? Qt, i find it good and customizable. I don't know it too deep to have problems with it's aspects some high level progra...
by Radamat
24 Dec 2020, 14:19
Forum: Mapping / Modding tools & discussions
Topic: Stat editor (Python, json)
Replies: 6
Views: 11507

Stat editor (Python, json)

Hello. I was thinking about conversion of Contingency to new stat format. So I have written python program that can edit stats in json-format. contingency are allready json-comaptible, but I found my editor rather good and want to share it. It can open wz-file and repack it. Editor were test up to s...
by Radamat
26 Dec 2014, 11:53
Forum: Game related Discussions
Topic: WZ2100 prerequirements
Replies: 3
Views: 3889

Re: WZ2100 prerequirements

vexen, surely no.
Thanks. I'll look how to build .deb packages and will read about apt-get build-dep.
Shame to me that I don't thank that compilation guide is already wroten somewhere.
by Radamat
25 Dec 2014, 21:26
Forum: Game related Discussions
Topic: WZ2100 prerequirements
Replies: 3
Views: 3889

WZ2100 prerequirements

I have reinstalled WZ a dozen of times. It bothers me to 'sudo apt-get' all that libs. For the first times it war realy problematic to find out how to get theora, physicsfs, xrandr. So I wrote down all my commandline commands into script file. here is the content of that file. sudo apt-get install -...