[3.1+] WZ Mini: Scavenger Wars mod

Did you create a mod, map, music, or a tool? Present them here and earn feedback!
Note: addon requests do not belong here.
Note, everything uploaded to this forum, MUST have a license!
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by NoQ »

WZ 3.2
Convert all stats to .ini anybody? (:
Well, it's not much of a problem, i'm just waiting to see if we'd have diff mods accepted, to make this beautifully.
User avatar
aubergine
Professional
Professional
Posts: 3462
Joined: 10 Oct 2010, 00:58

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by aubergine »

Speaking of converting stats to ini, would anyone be willing to convert some stats to JSON for use in 3.1 branch? JSON file would be include()'d in to a script so it knows more about components, costs, etc.

Status update on backport: https://warzone.atlassian.net/wiki/display/EGG/GO+3.1

Also, if anyone could get me droid .bodySize and .cargoSize for all droid bodies, it would be much appreciated :)
"Dedicated to discovering Warzone artefacts, and sharing them freely for the benefit of the community."
-- https://warzone.atlassian.net/wiki/display/GO
User avatar
Berg
Regular
Regular
Posts: 2204
Joined: 02 Sep 2007, 23:25
Location: Australia

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by Berg »

2.png
Seems we had a sql issue on the forum i cant find some of my uploads to this thread so i bunch them all here
X wall, L wall, T wall, hardpoint and a few others
You do not have the required permissions to view the files attached to this post.
User avatar
Rman Virgil
Professional
Professional
Posts: 3812
Joined: 25 Sep 2006, 01:06
Location: USA

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by Rman Virgil »

.

What kinda HPs can we expect for the sandbag walls relative to the old wood ones ?
.
.

Impact = C x (R + E + A + T + E)

Contrast
Reach
Exposure
Articulation
Trust
Echo
.
User avatar
Berg
Regular
Regular
Posts: 2204
Joined: 02 Sep 2007, 23:25
Location: Australia

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by Berg »

3.png
You do not have the required permissions to view the files attached to this post.
User avatar
Goth Zagog-Thou
Regular
Regular
Posts: 1582
Joined: 06 Jan 2007, 08:08
Location: Delta Base

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by Goth Zagog-Thou »

I'll add these to the dataset sometime tonight. My girlfriend is in the hospital (and likely will be for several days) so my workload is going to suffer until she comes home (as I'll be back and forth and likely spending a lot of time there with her).

Meanwhile, I'll be cooking up some ideas on how to employ these new items. :P This stuff is great.
User avatar
Berg
Regular
Regular
Posts: 2204
Joined: 02 Sep 2007, 23:25
Location: Australia

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by Berg »

rescaled HQ and added a connector for a turret.
snapshot.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by NoQ »

v0.12 released.
  • Add a scavenger HQ. Shows a minimap.
    • I wanted to add a few machineguns to it. It would have nerfed rushes and made sure people build it instead of trying to manage without minimap. But it seems to be technically impossible: only defensive structures can handle weapons, or something like that.
  • Add walls.
  • Fix broken Chinook research.
  • Nerf MG bunker a bit.
  • Update light laboratory model.
Per
Warzone 2100 Team Member
Warzone 2100 Team Member
Posts: 3780
Joined: 03 Aug 2006, 19:39

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by Per »

NoQ wrote:I wanted to add a few machineguns to it. It would have nerfed rushes and made sure people build it instead of trying to manage without minimap. But it seems to be technically impossible: only defensive structures can handle weapons, or something like that.
I tested it, and putting a weapon on the HQ works for me (on master, but shouldn't matter). Just make sure you turn the sensor into a default sensor first.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by NoQ »

My attempt on adding a single MG to an HQ, a mod for 3.1 or master.
  • test.wz
Here is the error i'm getting (on current master).

Code: Select all

info    |07:58:06: [realmain:1126] Using /home/noq/.warzone2100-master/logs/WZlog-0224_195806.txt debug file
info    |07:58:09: [loadMapPreview:475] Loading map preview: "Sk-Rush" builtin t2
info    |07:58:10: [loadMapPreview:475] Loading map preview: "Sk-Mountain" builtin t2
error   |07:58:16: [loadStructureStats:510] Line 14, column 24 "1": Integer out of range.
info    |07:58:16: [resLoadFile:474] The load function for resource type "SSTRUCT" failed for file "structures.txt"
info    |07:58:16: [resLoadFile:474] Assert in Warzone: frameresource.cpp:474 (false), last script event: '<none>'
fatal   |07:58:16: [resLoad:130] Failed to parse wrf/limiter_data.wrf
info    |07:58:16: [startMultiplayerGame:3424] Unable to load limiter_data.
error   |07:58:23: [loadStructureStats:510] Line 14, column 24 "1": Integer out of range.
info    |07:58:23: [resLoadFile:474] The load function for resource type "SSTRUCT" failed for file "structures.txt"
info    |07:58:23: [resLoadFile:474] Assert in Warzone: frameresource.cpp:474 (false), last script event: '<none>'
fatal   |07:58:23: [resLoad:130] Failed to parse wrf/stats.wrf
error   |07:58:23: [levLoadData:763] Failed resLoad(wrf/stats.wrf)!
fatal   |07:58:23: [startGameLoop:762] Shutting down after failure
It's similar on 3.1 and also when i try to do the same within wzmini.
You do not have the required permissions to view the files attached to this post.
User avatar
Mysteryem
Global Moderator
Global Moderator
Posts: 728
Joined: 22 Sep 2008, 19:44
Location: UK

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by Mysteryem »

NoQ wrote:My attempt on adding a single MG to an HQ, a mod for 3.1 or master.
  • test.wz
Here is the error i'm getting (on current master).

Code: Select all

info    |07:58:06: [realmain:1126] Using /home/noq/.warzone2100-master/logs/WZlog-0224_195806.txt debug file
info    |07:58:09: [loadMapPreview:475] Loading map preview: "Sk-Rush" builtin t2
info    |07:58:10: [loadMapPreview:475] Loading map preview: "Sk-Mountain" builtin t2
error   |07:58:16: [loadStructureStats:510] Line 14, column 24 "1": Integer out of range.
info    |07:58:16: [resLoadFile:474] The load function for resource type "SSTRUCT" failed for file "structures.txt"
info    |07:58:16: [resLoadFile:474] Assert in Warzone: frameresource.cpp:474 (false), last script event: '<none>'
fatal   |07:58:16: [resLoad:130] Failed to parse wrf/limiter_data.wrf
info    |07:58:16: [startMultiplayerGame:3424] Unable to load limiter_data.
error   |07:58:23: [loadStructureStats:510] Line 14, column 24 "1": Integer out of range.
info    |07:58:23: [resLoadFile:474] The load function for resource type "SSTRUCT" failed for file "structures.txt"
info    |07:58:23: [resLoadFile:474] Assert in Warzone: frameresource.cpp:474 (false), last script event: '<none>'
fatal   |07:58:23: [resLoad:130] Failed to parse wrf/stats.wrf
error   |07:58:23: [levLoadData:763] Failed resLoad(wrf/stats.wrf)!
fatal   |07:58:23: [startGameLoop:762] Shutting down after failure
It's similar on 3.1 and also when i try to do the same within wzmini.
Increase the Weapon Slots of the HQ in structures.txt to 1. Currently wondering what the purpose of the last value "Weapons" is.
"...If pure awesomeness were bricks, this would be the Great Wall of China...
The glory of this has collapsed on its self so far, that even the neutrons have collapsed."
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by NoQ »

Uhm? O_o Lol :shock: Thanks (:
User avatar
aubergine
Professional
Professional
Posts: 3462
Joined: 10 Oct 2010, 00:58

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by aubergine »

Getting this error when starting a game (WZ itself loads fine, the error is thrown when starting a map):
WZlog-0315_173826.txt
Game version:
* WZ 3.1.0

Installed mods:
* ultimatescavs-1-14.mod.wz
* wzmini-0-12.mod.wz

Map:
* Eve1984 - viewtopic.php?f=49&t=5726&start=900#p119469

Settings:
* Scavs enabled
* Las Sat disabled
* baseType = CAMP_BASE
* Me playing as player 0
* Mini scav AIs used for players 1, 2 and 3
You do not have the required permissions to view the files attached to this post.
"Dedicated to discovering Warzone artefacts, and sharing them freely for the benefit of the community."
-- https://warzone.atlassian.net/wiki/display/GO
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by NoQ »

Installed mods:
* ultimatescavs-1-14.mod.wz
* wzmini-0-12.mod.wz
Obviously won't work. There is only one weapons.txt.
Also, you don't want it, as wzmini removes scavengers, as far as i remember.
User avatar
aubergine
Professional
Professional
Posts: 3462
Joined: 10 Oct 2010, 00:58

Re: [3.1+] WZ Mini: Scavenger Wars mod

Post by aubergine »

Ah, ok, that makes sense. I uninstalled USM and game loaded ok.
"Dedicated to discovering Warzone artefacts, and sharing them freely for the benefit of the community."
-- https://warzone.atlassian.net/wiki/display/GO