Search found 662 matches
- Tue Apr 04, 2023 1:40 pm
- Forum: Mapping and Modding
- Topic: Getting started with moding
- Replies: 2
- Views: 11555
Re: Getting started with moding
https://github.com/OpenRA/OpenRAModSDK/ ... ng-Started is a good starting point.
- Tue Apr 04, 2023 1:39 pm
- Forum: General Discussion
- Topic: Atradies Mission Missing...
- Replies: 3
- Views: 4681
Re: Atradies Mission Missing...
The remaining missions haven't been ported to OpenRA yet.
- Mon Mar 13, 2023 9:17 am
- Forum: Competitions and Events
- Topic: LAN Festival in Sweden with OpenRA tournament
- Replies: 4
- Views: 14253
Re: LAN Festival in Sweden with OpenRA tournament
Ok. So one player can create a game from the multiplayer menu (and choose a port that i have to do port forwarding for in my router) and 11 more can join from direct ip? If all the players are within the same network, you won't even have to enable port forwarding in the router. Otherwise yes. Anoth...
- Sat Mar 11, 2023 5:14 pm
- Forum: Competitions and Events
- Topic: LAN Festival in Sweden with OpenRA tournament
- Replies: 4
- Views: 14253
Re: LAN Festival in Sweden with OpenRA tournament
Second: Can someone help me with the best way to organize servers for 60 people. Can it be done locally or do i have to start online servers? Hi! OpenRA supports connecting directly over LAN (either by using direct connect or by relying on our LAN probe to automatically find the local servers), so ...
- Mon Mar 06, 2023 3:00 pm
- Forum: General Discussion
- Topic: 2022 devtest builds
- Replies: 30
- Views: 72462
Re: 2022 devtest builds
Could the color picker be reverted to the default one? The new color picker disabled lot of colors and you couldn't pick darker colors which caused lot of smiliair colors. We are currently working to improve the color picker so that it allows more darker colors again. Just downloaded and installed ...
- Sun Feb 26, 2023 1:29 pm
- Forum: Mapping and Modding
- Topic: DestroyResourceWarhead and related
- Replies: 4
- Views: 4722
Re: DestroyResourceWarhead and related
See https://docs.openra.net/en/release/weap ... onwarheads . The existing warhead definitions are also good to learn from.
- Sat Feb 25, 2023 7:09 pm
- Forum: General Discussion
- Topic: 2022 devtest builds
- Replies: 30
- Views: 72462
Re: 2022 devtest builds
A proper release has just arrived: Release 20230225
- Thu Feb 23, 2023 9:06 am
- Forum: Mapping and Modding
- Topic: Bot using transports
- Replies: 1
- Views: 2542
Re: Bot using transports
Hi. Yes, it is doable using Lua. You'll have to send the actors to the transport using the "EnterTransport" function on them (see https://docs.openra.net/en/release/lua/#movement ). Then you can move the transport and unload the passengers ("UnloadPassengers" on the transport, see https://docs.openr...
- Mon Feb 13, 2023 8:26 am
- Forum: General Discussion
- Topic: Resource Center down
- Replies: 1
- Views: 2590
Re: Resource Center down
There was a hacker attack on the host. The RC should return today.
- Tue Feb 07, 2023 11:02 am
- Forum: General Discussion
- Topic: Get my ass kicked all the time... where to practice against AI?
- Replies: 6
- Views: 13205
Re: Get my ass kicked all the time... where to practice against AI?
If you want to practice against the AI, you can use the Skirmish mode. One thing that might be useful for starting is putting one AI in your team (so doing a 2v3 for example). Our AIs are not nearly as strong as human players though, so I recommend looking at milkman's suggestion.
- Fri Feb 03, 2023 10:06 pm
- Forum: General Discussion
- Topic: Dune2000 Debug.DisplayDeveloperSettings
- Replies: 2
- Views: 9944
Re: Dune2000 Debug.DisplayDeveloperSettings
Go to "Singleplayer" and then "Skirmish". There you will see the "Options" tab.
- Thu Feb 02, 2023 9:15 am
- Forum: General Discussion
- Topic: Dune2000 Debug.DisplayDeveloperSettings
- Replies: 2
- Views: 9944
Re: Dune2000 Debug.DisplayDeveloperSettings
Go to "Options" and then check "Debug Menu":


- Tue Jan 31, 2023 11:59 pm
- Forum: Mapping and Modding
- Topic: FransBots 20231220
- Replies: 12
- Views: 62784
Re: FransBots 20230131
This is possible by using https://docs.openra.net/en/release/traits/#autotargetpriority which can receive a condition (which can be granted for different bots, see https://docs.openra.net/en/release/traits/#grantconditiononbotowner). However, that means changing the rules of individual actors by put...
- Thu Jan 19, 2023 10:16 pm
- Forum: General Discussion
- Topic: Multicore support
- Replies: 4
- Views: 13123
Re: Multicore support
Unfortunately there are no concrete plans to implement this in the near future as far as I am aware.
- Thu Jan 19, 2023 10:15 pm
- Forum: Mapping and Modding
- Topic: .mix file extraction for Mac
- Replies: 3
- Views: 6336
Re: .mix file extraction for Mac
If you want temperat.mix you can go to "~/Library/Application Support/OpenRA/Content/" and from there into the "cnc" or "ra" folder (depending which mod you want) to get the mix file. Calling means opening the terminal and running the utility by typing it as a command. Go to the folder where your Op...