Search found 6 matches

by enginuity
Thu Jun 27, 2013 3:12 am
Forum: General Discussion
Topic: Allies02 Mission
Replies: 2
Views: 3039

Allies02 Mission

Are the Soviet riflemen given longer range than the Allies riflemen? They are in my sight range, but they can shoot me and my riflemen do not return fire. It's okay if this is the case; I just wanted to know if it was intentional or if it was a bug... I can't seem to find the edit in the .yaml, but ...
by enginuity
Thu Jun 30, 2011 2:03 am
Forum: Mapping and Modding
Topic: Trait Documentation for modders
Replies: 14
Views: 10750

Thanks for adding on to the documentation!! I'll get working on it too once my life becomes slightly less hectic...
by enginuity
Sat Jun 25, 2011 5:57 pm
Forum: General Discussion
Topic: Game play suggestions
Replies: 82
Views: 64052

It could be programmed in... but there are many issues: how does it know what maps to build it on, how can you make sure it doesnt build it in a small lake, etc.
by enginuity
Fri Jun 24, 2011 8:30 pm
Forum: General Discussion
Topic: Game play suggestions
Replies: 82
Views: 64052

In the original, AI never built ships... it was scripted in the campaigns, but in skirmish games they weren't capable of building ships.
by enginuity
Thu Jun 09, 2011 5:23 pm
Forum: General Discussion
Topic: complie problem
Replies: 3
Views: 4012

I don't think it will be possible to compile the project in VS 2005... There are new features in VS 2008 (or, C# 3.0) that are used often in the code: lambda expressions, var, and probably lots more stuff (just from what I've seen). I think VS 2005 compiles using an earlier version of C# which does ...
by enginuity
Wed Jun 08, 2011 8:21 pm
Forum: Mapping and Modding
Topic: Trait Documentation for modders
Replies: 14
Views: 10750

Trait Documentation for modders

I'm working on producing a documentation for all (or at least, the ones that seem more useful to modders who aren't willing/able to look in the source code to figure out their behavior, or just figure out what they are) https://github.com/OpenRA/OpenRA/wiki/Trait-Documentation I only have 5 traits l...