Search found 1106 matches
- Sat Apr 17, 2021 3:06 pm
- Forum: Mapping and Modding
- Topic: ionsfx.shp - please help
- Replies: 3
- Views: 1149
Re: ionsfx.shp - please help
https://github.com/OpenRA/OpenRA/blob/f ... #L229-L233 and the file itself must exist.
- Sat Mar 27, 2021 6:59 pm
- Forum: General Discussion
- Topic: No OpenRa 2 Servers?
- Replies: 1
- Views: 1094
Re: No OpenRa 2 Servers?
https://hostez.io/ and https://www.patreon.com/orahosting offer servers for custom mods based on ra2.
- Sat Mar 27, 2021 6:55 pm
- Forum: Mapping and Modding
- Topic: Hires Tile Set editor available? over 2K resolution sprites?
- Replies: 2
- Views: 1160
- Sat Mar 27, 2021 6:51 pm
- Forum: Mapping and Modding
- Topic: OpenHV
- Replies: 33
- Views: 17026
Re: OpenHV
https://www.moddb.com/mods/openhv/news/release-20210321 was released together with the OpenRA stable release.


- Tue Feb 02, 2021 8:27 am
- Forum: Mapping and Modding
- Topic: Turkish language support
- Replies: 1
- Views: 917
Re: Turkish language support
I made an attempt to support translations in general at https://github.com/OpenRA/OpenRA/pull/18965
- Tue Feb 02, 2021 8:23 am
- Forum: General Discussion
- Topic: YouTube
- Replies: 2
- Views: 1271
Re: YouTube
Ah, thanks, I must have pasted the symbol as well which invalidated the ID.
Code: Select all
&
- Tue Feb 02, 2021 8:21 am
- Forum: Mapping and Modding
- Topic: OpenHV
- Replies: 33
- Views: 17026
Re: OpenHV
AI is quite brutal to newbies
First custom map tested with a bot battle:
First custom map tested with a bot battle:
- Mon Feb 01, 2021 10:08 am
- Forum: Mapping and Modding
- Topic: OpenHV
- Replies: 33
- Views: 17026
Re: OpenHV
https://github.com/OpenHV/OpenHV/releases/tag/20210130 features the new Dropship unit as a counter part to the transport helicopter https://media.discordapp.net/attachments/663031683313827851/799680378943963176/unknown.png?width=765&height=596 and there are now servers so you can play without port f...
- Sat Jan 23, 2021 9:04 pm
- Forum: General Discussion
- Topic: YouTube
- Replies: 2
- Views: 1271
YouTube
Might be nice to have support for a tag.
Code: Select all
[youtube][/youtube]
- Sat Jan 23, 2021 8:59 pm
- Forum: Mapping and Modding
- Topic: zombie maps?
- Replies: 3
- Views: 1896
- Sat Jan 23, 2021 8:57 pm
- Forum: General Discussion
- Topic: Hi There
- Replies: 1
- Views: 911
Re: Hi There
Welcome, the new https://launchpad.net/~xtradeb/+archive/ubuntu/play package may be interesting for you.
- Sun Jan 10, 2021 9:19 am
- Forum: Mapping and Modding
- Topic: OpenHV
- Replies: 33
- Views: 17026
Re: OpenHV
OpenHV has many tiny visual details

Latest release https://github.com/OpenHV/OpenHV/releases/tag/20210109 improves balancing and the AI bots.


Latest release https://github.com/OpenHV/OpenHV/releases/tag/20210109 improves balancing and the AI bots.

- Sat Jan 02, 2021 8:14 pm
- Forum: Mapping and Modding
- Topic: Just for eye pleasing
- Replies: 9
- Views: 3478
Re: Just for eye pleasing
Looks like an AI upscale.
- Sat Jan 02, 2021 8:13 pm
- Forum: Mapping and Modding
- Topic: Function from Lua: os.date()
- Replies: 5
- Views: 1974
Re: Function from Lua: os.date()
Those functions have to be added there https://github.com/OpenRA/OpenRA/blob/8 ... ua#L51-L72 they are currently not whitelisted, but they do sound safe.
- Sat Jan 02, 2021 8:09 pm
- Forum: General Discussion
- Topic: Adaptive Elo rating without centralized server
- Replies: 1
- Views: 972
Re: Adaptive Elo rating without centralized server
Something in that vain was done with http://oraladder.net/ see http://blog.pkh.me/p/28-building-a-comp ... penra.html for a making of. It uses TrueSkill which unlike Elo supports games with more than 2 players.