• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. A

    My first program, need help

    Spent another 2 hours.. Got the initial pass done on 'composition' brushes. These are basically anything that is made up of more than 1 part, and can possibly have rotations. This can be anything from a catapult (4 pieces each, 4 rotations), to a house. The creation screen. Popup like the...
  2. A

    My first program, need help

    Another day, another update. Random Brush (doodad) Creation Overlay, similar to the other creation overlays percent chance is out of the whole.. if there is 20 items and all have a percent chance of 1, they have will have a 1/20 chance of placement: First pass, there is much more I'd like to...
  3. A

    My first program, need help

    Small update, I debated making a calculator app like Stellow suggested, or the simple challenges that tetra20 suggsted, but I decided to do some work on the editor instead. Three things 1) Got context menus working on the map Nothing too crazy, will actually show the name of the...
  4. A

    My first program, need help

    I'm sure it is, the reason a lot of the stuff people wanted wasn't built into rme is because the code base wasn't that flexible. My biggest complaint with it was the borders but now that I've looked at it more there are many areas that could be improved. Not sure what basics you think I'm...
  5. A

    My first program, need help

    Never knew that was a problem, it should be pretty simple to implement, il post screens shots next week of he progress on it, and I should be able to include that. Thanks for the suggestion :)
  6. A

    My first program, need help

    Because to do what I want from it, it requires a rewrite? Why would I waste my time making a calculator or music player?
  7. A

    My first program, need help

    Progress is slow/non existent during the week because of work. I'm mainly doing this so I will have non proprietary code samples to show if a future employer asks. During the weekend I will try to get ~8 hours or so on it.
  8. A

    My first program, need help

    Did some work on the borders, I still have some bugs to workout, but I have the bulk of the logic done for the 'precise' border options done (I realize that grass should probably get priority over dirt): After the corner mode is fully implemented, I need to put in RME style borders (full...
  9. A

    My first program, need help

    Ofcourse not, I'm much closer to 25 than to 10 (23 actually). I was just trolling a bit. But in a serious note, even tho I'm not 10, the map editor still has the same odds of completion as someone who is 10. So I wouldn't get your hopes up too high for it, just a side project, that people can...
  10. A

    My first program, need help

    What is it you feel that I'm skipping. If I seem to be missing something I'd like to learn it.
  11. A

    My first program, need help

    Alright another update! I started work on ground brushes. I wanted to start with a solid way to create them before getting into the actual logic of the brush. Pretty similar to the wall popup where you drag and drop items from the left into the related catagories. Since there are too many...
  12. A

    My first program, need help

    I promised you boys updates: After learning how to do for loops, and discovering the renderMap() function, I was able to get some basic functionality done in the editor. Starting with the wall tools since they are much simplier than ground brushes (Atleast ground brushes done proper, the RME...
  13. A

    Very Simple basic sprites

    I'm pretty terrible at making sprites, but haven't made one for a long time, and I wanted to try and shade your armor. Turned out pretty terrabad, but sharing it here anyway
  14. A

    My first program, need help

    Alright well, not going to lie to you, that might be a little low on the priority list. I'm currently thinking about doing user created sub sets of brushes. So you can create your jungle set and put all the brushes you'd want to use in the jungle in one place. I'm also going to do finer...
  15. A

    My first program, need help

    That's your biggest complaint with RME lol
  16. A

    My first program, need help

    Don't doubt the project! Just give me some suggestions on how to improve on rme
  17. A

    My first program, need help

    I'm optimistic! I'l post updates as soon as I figure out how to get the map rendering :) Do you have any suggestions?
  18. A

    My first program, need help

    Athenas Editor - wpf c# map editor development thread. source: https://github.com/Tidus123746/Wpf-Map-Editor compiled version: http://www.filedropper.com/athenaeditor_2 Requirements .Net 4.6.3 Compiled: visual studio 2015 Very early in development. And as with everything you download, run...
Back
Top