Search found 16 matches

by RedAlertMig
Fri May 28, 2021 7:30 pm
Forum: Mapping and Modding
Topic: mod Supply Truck to transport infantry?
Replies: 6
Views: 4184

Re: mod Supply Truck to transport infantry?

Hm, the only other thing that could be is if you use spaces for indentation. (You have to use tabs.) So double check that. Otherwise I'm out of ideas. :( I copy pasted the code so no space or tab needed. I think the supply cargo ability isnt allowing it but i dont know how to removed it from the ma...
by RedAlertMig
Thu May 27, 2021 4:48 am
Forum: Mapping and Modding
Topic: mod Supply Truck to transport infantry?
Replies: 6
Views: 4184

Re: mod Supply Truck to transport infantry?

abcdefg30 wrote:
Wed May 26, 2021 10:56 am
Does your infantry have the Passenger trait with the correct CargoType?

Code: Select all

Passenger:
	CargoType: Infantry
It's the default infantry, they can enter APCs.
by RedAlertMig
Wed May 26, 2021 6:07 am
Forum: Mapping and Modding
Topic: mod Supply Truck to transport infantry?
Replies: 6
Views: 4184

Re: mod Supply Truck to transport infantry?

I'd just remove the lines DeliversCash: Payload: 0 PlayerExperience: 0 What does the crash log say? removed those lines but still crashes: OpenRA engine version release-20200503 Red Alert mod version release-20200503 Date: 2021-05-26 06:04:41Z Operating System: Windows (Microsoft Windows NT 6.2.920...
by RedAlertMig
Tue May 25, 2021 5:06 am
Forum: Mapping and Modding
Topic: mod Supply Truck to transport infantry?
Replies: 6
Views: 4184

mod Supply Truck to transport infantry?

I tried modding my map to make the Supply Truck transport infantry like the APC instead of give money to allies. I set the cash to 0 but the game crashes. Here's what the change look like: TRUK: Inherits: ^Vehicle Inherits@selection: ^SelectableSupportUnit Buildable: Queue: Vehicle BuildPaletteOrder...
by RedAlertMig
Tue Aug 04, 2020 6:01 am
Forum: Mapping and Modding
Topic: Cant Play My Modded Map
Replies: 17
Views: 11982

Re: Cant Play My Modded Map

Nice, well then happy modding! I didn't design it. Yaml is a standard data format like json or xml but requires you to use 4 spaces to indent. The OpenRA devs then allowed to use tab's instead of spaces, too. Cheers, SirCake Ok I'm just disappointed the OpenRa devs picked this finicky (yaml) way of...
by RedAlertMig
Sun Aug 02, 2020 7:51 pm
Forum: Mapping and Modding
Topic: Cant Play My Modded Map
Replies: 17
Views: 11982

Re: Cant Play My Modded Map

Wow what a terrible design, never seen this in other games I modded. I have already noticed, you are not the most polite guy. Hold up, I'm not saying that to you unless you're the designer of the coding. I just gave a simple criticism. Thanks for the help, I finally got my 3tnk.shp to show in game.
by RedAlertMig
Sat Aug 01, 2020 6:32 pm
Forum: Mapping and Modding
Topic: Cant Play My Modded Map
Replies: 17
Views: 11982

Re: Cant Play My Modded Map

^^ You are making like every mistake possible... ^^ 1st mistake:The editor you are using is replacing tabs with spaces automatically. 2nd mistake: The editor insers 2 spaces, not 4. In OpenRA you can use either, indentation with tabs OR indentation wih 4 spaces. You did neither ^^ Using tabs is the...
by RedAlertMig
Fri Jul 31, 2020 8:11 pm
Forum: Mapping and Modding
Topic: Cant Play My Modded Map
Replies: 17
Views: 11982

Re: Cant Play My Modded Map

SirCake wrote:
Fri Jul 31, 2020 11:51 am
you need to indent properly!
V2RL:
<TAB>Health:
<TAB><TAB>HP: 765476

also shame on me its actually V2RL!
Doesn't work, can't start the game.
asymmetric-battle.rar
(22.07 KiB) Downloaded 193 times
by RedAlertMig
Thu Jul 30, 2020 1:31 am
Forum: Mapping and Modding
Topic: Cant Play My Modded Map
Replies: 17
Views: 11982

Re: Cant Play My Modded Map

Hey, finally found some time to look at your map. however I noticed that you copied the ENTIRE file for vehicles.yaml, infantry.yaml etc... Fist off, you don't need to do that. For example it is enough for changing V2 health to add these lines: V2: Health: HP: 5656789 Thanks I checked the yaml but ...
by RedAlertMig
Fri Jul 24, 2020 6:36 pm
Forum: Mapping and Modding
Topic: Cant Play My Modded Map
Replies: 17
Views: 11982

Re: Cant Play My Modded Map

Can you please post a link to your defect map on resource center or upload a .oramap zip of your map here pls so we have some context to help you? Also, which version of OpenRA did you use last time your mod worked? I recently updated a few of my older maps, and it can be non-trivial to get it done...
by RedAlertMig
Fri Jul 24, 2020 7:30 am
Forum: Mapping and Modding
Topic: Cant Play My Modded Map
Replies: 17
Views: 11982

Re: Cant Play My Modded Map

bearoforange wrote:
Wed Jul 22, 2020 7:20 pm
Your map is for older version, at first.
At second, upload your map to https://resource.openra.net
Do you know how to replace SHP in my map mod?
by RedAlertMig
Thu Jul 23, 2020 10:40 pm
Forum: Mapping and Modding
Topic: Cant Play My Modded Map
Replies: 17
Views: 11982

Re: Cant Play My Modded Map

You can just copy the map folder into the release-20200503 folder in the maps/ra/ directory. If your map has custom rules, you might need to update those rules by either packing the map as oramap and using the resource center to update it, or by using the "--update-map" command of the utility that ...
by RedAlertMig
Thu Jul 23, 2020 2:18 am
Forum: Mapping and Modding
Topic: Cant Play My Modded Map
Replies: 17
Views: 11982

Re: Cant Play My Modded Map

bearoforange wrote:
Wed Jul 22, 2020 7:20 pm
Your map is for older version, at first.
At second, upload your map to https://resource.openra.net
My map is not in ORAMAP form or INI, its in a folder in this path AppData\Roaming\OpenRA\maps\ra\release-20200202\crossfiremod
it has .yaml files
by RedAlertMig
Wed Jul 22, 2020 9:25 am
Forum: Mapping and Modding
Topic: Cant Play My Modded Map
Replies: 17
Views: 11982

Cant Play My Modded Map

I came back after months and saw that the menus have changed. I no longer have access to my custom modded map when I host a game. Wtf happened?! whats this downgrade?!
by RedAlertMig
Sun May 10, 2020 9:44 pm
Forum: Mapping and Modding
Topic: changing shp
Replies: 2
Views: 2900

Re: changing shp

abcdefg30 wrote:
Sat May 09, 2020 4:55 pm
If the file is named "3tnk.shp" as well it should directly overwrite the old artwork. Note that older versions of OS shp Builder have a bug which requires to save the shp as "shp(ts)" to work.
it doesnt work tho and it is in ts.

https://imgur.com/a/DivIMdt