Search found 231 matches
- 07 Dec 2017, 20:06
- Forum: Editor Development
- Topic: Transparent Object Markers
- Replies: 39
- Views: 3524
Re: Transparent Object Markers
Scaling: D) Scaling the object size, but constant distance between objects => scaling-only-transformation (=current behaviour) E) Scaling object size and changing object distant => scaling-translation-transformation I just want to point out that D is the case where the "pivot point" is at the cente...
- 07 Dec 2017, 00:51
- Forum: General discussion
- Topic: CPU and Single Core Implications
- Replies: 84
- Views: 12183
Re: CPU and Single Core Implications
Going somewhat off of what AnyOldName3 mentioned, what if there were a tool that could apply a patch/diff to assets based on a checksum? I know nothing of the legal implications, but from my viewpoint, it seems like it could be viable. This idea could be further extended to include other parts of th...
- 23 Nov 2017, 22:51
- Forum: Content Development Section
- Topic: Help- Can't find Factions ranks in OpenCS
- Replies: 11
- Views: 1302
Re: Help- Can't find Factions ranks in OpenCS
For what its worth, all files relevant to the editor will mostly be in apps/opencs/* and components/*. In your case specifically, apps/opencs/model/world/data.cpp and apps/opencs/model/columnimp.hpp are the relevant files. The apps/esmtool directory is for the executable that can be used to examine ...
- 21 Nov 2017, 01:11
- Forum: Organisation and Planning
- Topic: OpenMW 0.43.0
- Replies: 260
- Views: 41433
Re: OpenMW 0.43.0
If you spot any mistakes, please let me know. (*cough* LAND/LTEX records.) Overall looks good to me. You can do basic terrain “editing” using these records, but be aware that Land Texture records are shared between all cells of your current load-out. Changing a texture file may have huge consequenc...
- 17 Nov 2017, 22:30
- Forum: Editor Development
- Topic: Transparent Object Markers
- Replies: 39
- Views: 3524
Re: Transparent Object Markers
I keep rotating and translating the camera slightly, which gives me that 3D perception (like when you move your head IRL to get a sense of distance) Neat, I didn't think of that. Still, that is with rotation around a center point. That is only one of the camera modes that the editor supports. It wi...
- 17 Nov 2017, 17:57
- Forum: Editor Development
- Topic: Transparent Object Markers
- Replies: 39
- Views: 3524
Re: Transparent Object Markers
you can see all parts of the tool at all times, always have it appropriately sized for the current view Those are good points, and further reason to test it. but also serving as the centre of rotation for the camera, ... don't get confused about its depth I found this to be inaccurate, at least in ...
- 16 Nov 2017, 18:20
- Forum: Editor Development
- Topic: Transparent Object Markers
- Replies: 39
- Views: 3524
Re: Transparent Object Markers
Could you clarify which reason you are referring to?AnyOldName3 wrote: ↑16 Nov 2017, 15:16There's a good reason why this seems to be the most common in software I've used.
- 15 Nov 2017, 16:03
- Forum: Editor Development
- Topic: Transparent Object Markers
- Replies: 39
- Views: 3524
Re: Transparent Object Markers
1) Doesn't it already get confusing right now when you have several markers? Mabe we should also use the pivot point or only draw the marker of the last selection. It is confusing; always drawing on top would make it twice as confusing. ;) 2) How are you supposed to move an object, when one axis of...
- 15 Nov 2017, 15:15
- Forum: Content Development Section
- Topic: A way to look for bugs in CS
- Replies: 3
- Views: 522
Re: A way to look for bugs in CS
Testers for the editor are certainly needed! The only way bugs will be found is if we have people using the editor. Thank you for starting this. 

- 15 Nov 2017, 03:15
- Forum: Editor Development
- Topic: Transparent Object Markers
- Replies: 39
- Views: 3524
Re: Transparent Object Markers
It looks like Blender is always drawing the arrows at the same size over the object and not scaling them when the user is zooming in and out. Would that be a solution for OpenMW-CS too? I did try that at one point and remember not thinking much of it. Unfortunately I can't remember all of the reaso...