Results 1 to 10 of 14

Thread: Scripting with remote debugger?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Well, I guess I shouldn't have assumed it was something game related you were working on as that does certainly mean a somewhat different set of requirements. I stand by what I said for anyone who actually is trying to write any kind of game engine, anyways.

    Not sure why a tool "not meant for devs" would require direct debugging functionality, though?
    Last edited by Akira13; 01-11-2017 at 11:56 PM.

  2. #2
    Quote Originally Posted by Akira13 View Post
    Not sure why a tool "not meant for devs" would require direct debugging functionality, though?
    Because I wouldn't call modders devs, for both cripting without debugger is a hassle. At later time I'd like to introduce a blueprint editor for visual scripting. UE4 shows that this approach let's even clueless people do some 'coding'.

  3. #3
    Quote Originally Posted by laggyluk View Post
    Because I wouldn't call modders devs
    I guess you haven't yet seen how awesome modders can be. There are many examples where modders actually create so awesome mods that even original developers were stunned by them. Some of these examples even include mods for games that don't have official modding support.

    So my suggestion is to start thinking about them as developers because many times modders are actually people who have some experience programming but not enough to be able to make a whole game on their own.

  4. #4
    I just meant that modding is easier and not necessarily require programming knowledge. In general.

  5. #5
    Yes in general modding doesn't necessarily require programming knowledge because modding can mean anything from changing values of some accessible constants to replacing existing textures/models and so on.
    But your wish is to add scripting support. And since writing scripts is a way of programming well a much simplified way at least. You are consequently adding support for your modders to do some programming and yet you don't see them as potential programmers. That doesn't seem logical.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •