[Mod] Simple programmable robots [simple_robots]

Post Reply
gamemanj
Member
Posts: 10
Joined: Fri Dec 19, 2014 13:21
GitHub: gamemanj
IRC: gamemanj
In-game: gamemanj

[Mod] Simple programmable robots [simple_robots]

by gamemanj » Post

~~~Please delete this thread. I cannot delete it myself, it seems. If you still want a copy, contact me. The licensing messup was stupid... I didn't apply the WTFPL correctly, and the person who pointed it out pressured me into switching to the Apache License. Besides, not many like this mod anyway, it seems. So there. If I could delete this transparently I would.~~~
Last edited by gamemanj on Thu Mar 26, 2015 17:01, edited 4 times in total.
TODO: Something that gives me a reason to put something in the signature

User avatar
Krock
Developer
Posts: 4650
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker
Location: Switzerland
Contact:

Re: [Mod] Simple programmable robots [simple_robots]

by Krock » Post

The interface looks a bit complicated.
I think it would be easier for the player when he can write codes like in the Lua controller (mesecons mod).

Your codes are not easy to read but that robot works fine! Great job!
Look, I programmed a bug for you. >> Mod Search Engine << - Mods by Krock - DuckDuckGo mod search bang: !mtmod <keyword here>

gamemanj
Member
Posts: 10
Joined: Fri Dec 19, 2014 13:21
GitHub: gamemanj
IRC: gamemanj
In-game: gamemanj

Re: [Mod] Simple programmable robots [simple_robots]

by gamemanj » Post

Krock wrote:The interface looks a bit complicated.
I think it would be easier for the player when he can write codes like in the Lua controller (mesecons mod).

Your codes are not easy to read but that robot works fine! Great job!
The complication is because I put everything onto one formspec.
That was probably not a smart move...

As for the "not easy to read":
If you mean the command names,that's because of space restrictions on the screen.
I can't make the formspec bigger,as it's already worryingly large as it is.

As for the "write like in the luacontroller":
If you mean writing the commands directly into a textbox,
I ran a experiment on a relative a while ago(EDIT:Not initially related to this mod.It used to say "unrelated",but now it is).
I gave him a 2D game in which he had to program a robot.
When I gave him a textbox and a help file,he was unable to play.
But a system much like this one (but more limited for gameplay purposes) worked.
That was essentially playtesting the interface for this mod(with the limited resources I have when it comes to playtesting)
As for any problems involving lack of commands, advanced programmers (OpenComputers and ComputerCraft programmers for example) can change the mod to fit their needs,
while those with no experience in programming can use a simple system that works.
At least,that's the plan,anyway...
TODO: Something that gives me a reason to put something in the signature

gamemanj
Member
Posts: 10
Joined: Fri Dec 19, 2014 13:21
GitHub: gamemanj
IRC: gamemanj
In-game: gamemanj

Re: [Mod] Simple programmable robots [simple_robots]

by gamemanj » Post

Weird,Christian8's post disappeared.
However,despite it's rudeness,I do believe I made a mistake in not documenting the interface.
I'll do that now.
(EDIT:Technically this isn't a doublepost,but I can see how it would be seen as one.I'll merge it if it's a problem.)
(EDIT2:Fixed documentation in latest release. Also,robots now by default use slot 1,which is the top-left slot.)
TODO: Something that gives me a reason to put something in the signature

User avatar
addi
Member
Posts: 666
Joined: Thu Sep 20, 2012 03:16
GitHub: adrido
Location: Black-Forest, Germany

Re: [Mod] Simple programmable robots [simple_robots]

by addi » Post

i think too, that the current way to program is easier for not programers than writing in a textbox.

realy great work! and a great mod!

User avatar
Hybrid Dog
Member
Posts: 2836
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: [Mod] Simple programmable robots (nice mod) [simple_robo

by Hybrid Dog » Post

l like this mod.

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

gamemanj
Member
Posts: 10
Joined: Fri Dec 19, 2014 13:21
GitHub: gamemanj
IRC: gamemanj
In-game: gamemanj

Re: [Mod] Simple programmable robots [simple_robots]

by gamemanj » Post

I just fixed a bug where robots could dig anything,yet drops weren't matching.
Seeing as robots working without pickaxes could lead to infinite miners,which would be kind of game-breaking(never mind the problems with mods like bedrock),I've fixed it in favour of using tool groups properly.
(Commit:5ed3a2a5c8cc18bd48187fcc04eb4704ec67d927)
TODO: Something that gives me a reason to put something in the signature

User avatar
cx384
Member
Posts: 654
Joined: Wed Apr 23, 2014 09:38
GitHub: cx384
IRC: cx384

Re: [Mod] Simple programmable robots [simple_robots]

by cx384 » Post

l like this mod,too.
Can your read this?

User avatar
Hybrid Dog
Member
Posts: 2836
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: [Mod] Simple programmable robots [simple_robots]

by Hybrid Dog » Post

My fork of this mod still exists, but it may be a little bit outdated
https://github.com/HybridDog/simple_robots

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

gamemanj
Member
Posts: 10
Joined: Fri Dec 19, 2014 13:21
GitHub: gamemanj
IRC: gamemanj
In-game: gamemanj

Re: [Mod] Simple programmable robots [simple_robots]

by gamemanj » Post

Hybrid Dog wrote:My fork of this mod still exists, but it may be a little bit outdated
https://github.com/HybridDog/simple_robots
Actually, I checked against a personal copy(which may itself be outdated, but unlikely) - it's not.
TODO: Something that gives me a reason to put something in the signature

User avatar
Hybrid Dog
Member
Posts: 2836
Joined: Thu Nov 01, 2012 12:46
GitHub: HybridDog

Re: [Mod] Simple programmable robots [simple_robots]

by Hybrid Dog » Post

gamemanj wrote:The thread's dead, nobody cared about the mod anyway
the mod is one of my favourite mods

‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪‮
‮‪

User avatar
VanessaE
Moderator
Posts: 4655
Joined: Sun Apr 01, 2012 12:38
GitHub: VanessaE
IRC: VanessaE
In-game: VanessaE
Location: Western NC
Contact:

Re: [Mod] Simple programmable robots [simple_robots]

by VanessaE » Post

As the original author as indicated his intent to drop active support, this thread has been moved to Old Mods.

Here's a zip copy of Hybrid Dog's fork, from commit 6cc2d196, as an attachment (Apache License 2.0):
Attachments
simple_robots-master.zip
(29.49 KiB) Downloaded 276 times
You might like some of my stuff: Plantlife ~ More Trees ~ Home Decor ~ Pipeworks ~ HDX Textures (64-512px)

hajo
Member
Posts: 606
Joined: Thu Oct 13, 2016 10:45
Location: DE
Contact:

Re: [Mod] Simple programmable robots [simple_robots]

by hajo » Post

VanessaE wrote:Here's a zip copy of Hybrid Dog's fork, from commit 6cc2d196, as an attachment
These simple-robots seem to be still in working order,
even if the userinterface is a bit cumbersome.

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests