Search found 17 matches
- Tue Dec 11, 2018 1:29 pm
- Forum: Mapping and Modding
- Topic: Semi-competent port of allied counterstrike campaign
- Replies: 3
- Views: 12890
Re: Semi-competent port of allied counterstrike campaign
sorry for being super late to the party here, but in response to Matt: I have zero clue how this whole Github thing works with huge projects like OpenRA (I just use a personal repo at https://github.com/BooooB159/OpenRA-Maps mainly for backup), so I really don't feel competent to contribute in an ...
- Tue Nov 27, 2018 4:45 pm
- Forum: Mapping and Modding
- Topic: Semi-competent port of allied counterstrike campaign
- Replies: 3
- Views: 12890
Semi-competent port of allied counterstrike campaign
Dear community,
I recently finished porting all Allied missions from the Counterstrike expansion to Lua, and I thought I could share them here.
A few caveats:
-all of them should play fine right now, which may change with subsequent releases.
-I suck at Lua and programming in general, so there ...
I recently finished porting all Allied missions from the Counterstrike expansion to Lua, and I thought I could share them here.
A few caveats:
-all of them should play fine right now, which may change with subsequent releases.
-I suck at Lua and programming in general, so there ...
- Sat Dec 30, 2017 9:57 pm
- Forum: Mapping and Modding
- Topic: Access debug menu
- Replies: 3
- Views: 4788
- Fri Dec 29, 2017 6:06 pm
- Forum: Mapping and Modding
- Topic: Access debug menu
- Replies: 3
- Views: 4788
Access debug menu
Dear all,
a simple question for today: To test my missions it would be extraordinarily helpful to access the map debug menu (https://github.com/OpenRA/OpenRA/issues/10157), but so far I am too dumb to activate it. Could someone point out to me what I would have to do?
Season's Greetings,
Seth
a simple question for today: To test my missions it would be extraordinarily helpful to access the map debug menu (https://github.com/OpenRA/OpenRA/issues/10157), but so far I am too dumb to activate it. Could someone point out to me what I would have to do?
Season's Greetings,
Seth
- Fri Dec 01, 2017 10:21 am
- Forum: Mapping and Modding
- Topic: How to create Lua maps - Workshop - Thread
- Replies: 4
- Views: 6517
- Wed Nov 29, 2017 4:47 pm
- Forum: Mapping and Modding
- Topic: How to create Lua maps - Workshop - Thread
- Replies: 4
- Views: 6517
ok, so after bugging the whole forum for weeks with questions, I will give something back.
(wall of text incoming)
I am a pretty experienced mapper for the SAGE C&C games, meaning coding missions with hardcoded predefined triggers. When I learned about OpenRA and its sheer endless opportunities it ...
(wall of text incoming)
I am a pretty experienced mapper for the SAGE C&C games, meaning coding missions with hardcoded predefined triggers. When I learned about OpenRA and its sheer endless opportunities it ...
- Tue Nov 28, 2017 10:12 pm
- Forum: Mapping and Modding
- Topic: Volkov was not made for walking
- Replies: 6
- Views: 6743
- Tue Nov 28, 2017 12:44 pm
- Forum: Mapping and Modding
- Topic: Volkov was not made for walking
- Replies: 6
- Views: 6743
- Tue Nov 28, 2017 10:41 am
- Forum: Mapping and Modding
- Topic: Volkov was not made for walking
- Replies: 6
- Views: 6743
- Sun Nov 26, 2017 5:14 pm
- Forum: Mapping and Modding
- Topic: Volkov was not made for walking
- Replies: 6
- Views: 6743
Volkov was not made for walking
Hello community,
I tried to recreate Volkov for use in missions, modifying "gnrl". So far I can start my map with this actor in it, but it crashes every time it moves with the error message being "Exception of type `System.InvalidOperationException`: Can't find Move in voice pool." Shooting while ...
I tried to recreate Volkov for use in missions, modifying "gnrl". So far I can start my map with this actor in it, but it crashes every time it moves with the error message being "Exception of type `System.InvalidOperationException`: Can't find Move in voice pool." Shooting while ...
- Thu Nov 23, 2017 2:09 pm
- Forum: Mapping and Modding
- Topic: Map crashes
- Replies: 4
- Views: 4608
- Mon Nov 20, 2017 10:38 pm
- Forum: Mapping and Modding
- Topic: Map crashes
- Replies: 4
- Views: 4608
I have done further research since posting this, and I'm inclined to consider this an error in the compiler. There is an "end"-tag in the last line, just not where the program seems to expect it.
Another example: another map below crashes if I don't put the "=" in the last line, even though this is ...
Another example: another map below crashes if I don't put the "=" in the last line, even though this is ...
- Tue Nov 14, 2017 8:14 pm
- Forum: Mapping and Modding
- Topic: Map crashes
- Replies: 4
- Views: 4608
Map crashes
Dear community, it's me again, probably with a similarly easily fixable problem, but I cannot find the solution.
My custom map crashes with the following error in its Lua script:
Fatal Lua Error: Error parsing rollingthunder.lua. Reason: [string "rollingthunder.lua"]:245: 'end' expected (to ...
My custom map crashes with the following error in its Lua script:
Fatal Lua Error: Error parsing rollingthunder.lua. Reason: [string "rollingthunder.lua"]:245: 'end' expected (to ...
- Sat Nov 11, 2017 10:54 am
- Forum: Mapping and Modding
- Topic: Play button grayed out on custom map
- Replies: 2
- Views: 3802
- Thu Nov 09, 2017 8:21 pm
- Forum: Mapping and Modding
- Topic: Play button grayed out on custom map
- Replies: 2
- Views: 3802
Play button grayed out on custom map
Dear community,
as the title suggests: When trying to play a specific map I made myself, the play button in OpenRA (release 20171014) is grayed out, rendering me incapable to play it.
Related observations:
-it opens fine in the map editor
-it is my oldest map, originally made somewhere in 2014 ...
as the title suggests: When trying to play a specific map I made myself, the play button in OpenRA (release 20171014) is grayed out, rendering me incapable to play it.
Related observations:
-it opens fine in the map editor
-it is my oldest map, originally made somewhere in 2014 ...