Separate names with a comma.
Build: v1.10 4214 Mode: Survival, SP Seed-id: any Repo: always Severity: minor/major Type: faction/predator entity "attack through blocks" issues...
Just a thought, but having non-airtight doors is important for controlling power usage as ventilators use a fair amount of power. I'd like to be...
Note- while I know that there have been complaints on this issue in several general threads, I found no bug reference in either the experimental...
Build: v1.10 4214 Mode: Survival, SP Seed-id: any Repo: always Severity: serious (based on log) Type: incomplete content / error in script...
I don't disagree with you there, but different people can find frustration and fun in the same stuff. The tech tree is a feature of the game, but...
The missing bit is getting the points you use in the tech tree. The introduction of classes makes what you put points into more critical. I...
A factory spawned building materializes in the terrain. Afterwards you need to dig it out with a drill and, potentially, remove a block or two and...
Likewise, the SV or any vehicle you can enter drops/starts at ambient temperature when powered off and that only starts climbing once you power it...
Hello @ASTIC, after looking at your EmpyrionNetAPIAccess framework I've been doing my first request/response ModGameAPI dedi interface code using...
I'm actually interested in expanding spawner functionality (i.e. a "StageManager" sort of thing) for the standard out-of-the-box spawnable...
I see what you're doing here. Were you able to get the non-vehicle entityTypeName param working to spawn specific types of animals (type=9) and...
Quick question- is anybody aware of what the "entityType" parameter (a string) for the IPlayfield.SpawnEntity() method is expecting? I've tried...
Just tried to do that and things seem pretty much right, I saw no difference between the loaded and unloaded state beyond a slight CG shift to...
Ah, it was broke a release or two ago and I don't recall seeing a fix in the release notes. My bad. Always repo before posting (to) a bug report.
Likewise container controller center of mass is in the same location and doesn't reflect the mass moment of the storage matrix- all the mass is...
The coordinate origin of an entity (core placement) is at (0,128,0) so relative component placement can be derived from that. Why not (0,0,0)? No...
I've been working on something for the last couple of months that addresses a problem that @ASTIC brought up recently about the challenge of...
- DialogueSystem: added a property "DialogueState" to BlocksConfig.ecf to be used in blocks of class "NPCDialogue" to allow specifying a hard...
It's available under Eleon.Modding.IStructure ... check out the .Pilot property and the .GetPassengers() function for who is coming along for the...
Started messing with this and I clearly gotta write code before I talk about it- best of luck finding the right set of calls. If I figure out the...