Search found 835 matches

by joe7575
Thu Jan 07, 2021 22:04
Forum: Modding Discussion
Topic: [Help] Identify this mod
Replies: 9
Views: 954

Re: [Help] Identify this mod

I guess it is Unified Inventory (https://github.com/minetest-mods/unifie ... points.lua)
But you have to install the datastorage mod in addition, to make it work: https://github.com/minetest-mods/unifie ... it.lua#L77
by joe7575
Thu Jan 07, 2021 21:56
Forum: Modding Discussion
Topic: [Help] Identify this mod
Replies: 9
Views: 954

Re: [Help] Identify this mod

I guess it is Unified inventory (https://github.com/minetest-mods/unifie ... points.lua)
But you have to install the datastorage mod in addition, to make it work: https://github.com/minetest-mods/unifie ... it.lua#L77
by joe7575
Thu Jan 07, 2021 21:08
Forum: Deutsch
Topic: Vorstellung: [MOD] PDP13 [pdp13]
Replies: 11
Views: 1187

Re: Vorstellung: [MOD] PDP13 [pdp13]

So, das J/OS ist soweit fortgeschritten, dass der Rechner korrekt bootet und man damit auch arbeiten kann.
Hier die Ausgabe des Macro Assemblers beim Bauen des "hello world" Programms:

Image
by joe7575
Thu Jan 07, 2021 01:13
Forum: Deutsch
Topic: minetest videos in deutsch!
Replies: 23
Views: 4167

Re: minetest videos in deutsch!

Wieder ein neues Video von Florian:
https://www.youtube.com/watch?v=gkpB-IeNwnU
by joe7575
Wed Dec 30, 2020 23:10
Forum: Deutsch
Topic: Vorstellung: [MOD] PDP13 [pdp13]
Replies: 11
Views: 1187

Re: Vorstellung: [MOD] PDP13 [pdp13]

Im Vollausbau sieht der Rechner aus wie folgt:

Image
  • 7 Segment Anzeige
  • Farbblock
  • Speichererweiterung
  • I/O-Rack
  • Stromversorgung
  • CPU Rack
  • Hard Disk
  • Tape Drive
  • Telewriter
  • 2 Terminals (Operator & Debugger)
by joe7575
Wed Dec 30, 2020 23:00
Forum: Deutsch
Topic: Vorstellung: [MOD] PDP13 [pdp13]
Replies: 11
Views: 1187

Re: Vorstellung: [MOD] PDP13 [pdp13]

Kleines Update: Es hat sich einiges getan, die Mod ist aber noch lange nicht fertig. Ich bin dabei das OS halb in ASM, halb in Lua (sys Kommandos) zu implementieren, so dass der Rechner von Platte booten kann. Im Prinzip funktioniert das auch schon, aber die Kommandos auf der Konsole sind noch etwas...
by joe7575
Fri Dec 25, 2020 22:22
Forum: Mod Releases
Topic: [Mod] Minecart [minecart]
Replies: 66
Views: 11764

Re: [Mod] Minecart [minecart]

Both buffer must be yours, try to replace the buffers and then do the recording again.
by joe7575
Thu Dec 17, 2020 23:20
Forum: General Discussion
Topic: The Next MINETEST HAS TO STOP Grieving!!!
Replies: 3
Views: 583

Re: The Next MINETEST HAS TO STOP Grieving!!!

Did you forget you already posted this and got some tips to stop this?

viewtopic.php?f=6&t=25661
by joe7575
Thu Dec 17, 2020 17:31
Forum: Servers
Topic: [Server] TechAge Survival [DE/EN]
Replies: 72
Views: 15328

Re: [Server] Tech Age Survival [DE/EN]

Server is currently offline, the Internet connection is broken
Edit: It's running again, but I don't know how long...
by joe7575
Thu Dec 17, 2020 17:29
Forum: Deutsch
Topic: [Server] Tech Age Survival [DE]
Replies: 57
Views: 10654

Re: [Server] Tech Age Survival [DE]

Server aktuell nicht erreichbar, da das Internet ausgefallen ist.
Edit: Server läuft wieder, aber ich weiß nicht, wie lange...
by joe7575
Thu Dec 17, 2020 16:24
Forum: Deutsch
Topic: Vorstellung: [MOD] PDP13 [pdp13]
Replies: 11
Views: 1187

Re: Vorstellung: [MOD] PDP13 [pdp13]

Zweites Beispiel, das "7-Segment" Programm für PDP13, entwickelt in vm16asm Assembler: ; 7 segment demo v1.0 ; PDP13 7-Segment on port #0 move A, #$80 ; 'value' command move B, #00 ; value in B loop: add B, #01 and B, #$0F ; values from 0 to 15 out #00, A ; output to 7-segment nop ; 100 m...
by joe7575
Thu Dec 17, 2020 12:26
Forum: Problems
Topic: Mod interoperability (solved)
Replies: 6
Views: 1152

Re: Mod interoperability

@joe7575 Could you add compatibility for mods that alter world gen like "underground challenge" for example? I (as 'just a player') don't know how to do this properly. I have just changed the coalburner part from ironage of your modpack to accept any "group:cobble", but it obvio...
by joe7575
Wed Dec 16, 2020 17:46
Forum: Deutsch
Topic: Vorstellung: [MOD] PDP13 [pdp13]
Replies: 11
Views: 1187

Re: Vorstellung: [MOD] PDP13 [pdp13]

Der Klassiker, das "Hello World" Programm für PDP13, entwickelt in vm16asm Assembler: ; Hello world move A, #TEXT sys #0 halt .text TEXT: "Hello " "World\0" Kürzer geht's nicht :) https://forum.minetest.net/download/file.php?id=23393
by joe7575
Wed Dec 16, 2020 16:23
Forum: Deutsch
Topic: Was ist mit basic_materials los?
Replies: 18
Views: 1364

Re: Was ist mit basic_materials los?

Also mit der Info kann dir keiner helfen. Du musst schon sagen, was du genau gemacht hast, oder mehr mehr Informationen aus world.mt sowie debug.txt hier posten (als spoiler bitte)
Und was wolltest du mit der Satz sagen?
Auf einmal funktioniert es (...) auch ein modpack nicht!
by joe7575
Wed Dec 16, 2020 16:18
Forum: Deutsch
Topic: [Server] Tech Age Survival [DE]
Replies: 57
Views: 10654

Re: [Server] Tech Age Survival [DE]

Festus1965 wrote:
Wed Dec 16, 2020 02:22
Postamt Briefkasten
benachrichtigt mich der Briefkasten, oder reagiert auf Fernabfrage ?
Im Moment noch nicht, aber das macht natürlich Sinn, ich lasse mir was einfallen...
by joe7575
Wed Dec 16, 2020 12:37
Forum: Deutsch
Topic: Vorstellung: [MOD] PDP13 [pdp13]
Replies: 11
Views: 1187

Re: Vorstellung: [MOD] PDP13 [pdp13]

die vm16 mod gibt es hier: https://github.com/joe7575/vm16
by joe7575
Wed Dec 16, 2020 12:16
Forum: Deutsch
Topic: Vorstellung: [MOD] PDP13 [pdp13]
Replies: 11
Views: 1187

Re: Vorstellung: [MOD] PDP13 [pdp13]

debiankaios wrote:
Wed Dec 16, 2020 09:22
Genau für mich geeignet :)
Ich weiß jetzt nicht, ob das von dir ernst oder ironisch gemeint war, aber wenn du die Lösung für die erste Aufgabe hast, bitte mir per PM schicken, aber bitte nicht veröffentlichen :)
by joe7575
Tue Dec 15, 2020 22:56
Forum: Deutsch
Topic: Vorstellung: [MOD] PDP13 [pdp13]
Replies: 11
Views: 1187

Vorstellung: [MOD] PDP13 [pdp13]

Ich möchte meine neue Mod vorstellen, erst mal nur hier auf deutsch, denn die Doku ist bisher nur auf Deutsch verfügbar und auch noch nicht vollständig. Aber Feedback kann man ja nicht früh genug bekommen, um hier oder da noch korrigieren zu können. Diese Mod richtet sich ganz klar nur an Programmie...
by joe7575
Tue Dec 15, 2020 08:35
Forum: Problems
Topic: Mod interoperability (solved)
Replies: 6
Views: 1152

Re: Mod interoperability

This is obviously no interoperability issue. This is simply a bug in TechAge. In the protection function, I did not consider to check if the world on the position to be checked, already exists (nodes are stored in the database). For player based protection checks, this never occurred and will likely...
by joe7575
Mon Dec 14, 2020 21:08
Forum: Mod Releases
Topic: [Mod] Tech Age [techage]
Replies: 475
Views: 90284

Re: [Mod] Tech Age [techage]

Edit 3: So it is working apparently. It's outputting the items under the sieve. But no animation is playing. That makes it very confusing because I couldn't see any of the items and nothing changed when punching it. Is it supposed to be that way? No, of course, there should be an animation. I am su...
by joe7575
Mon Dec 14, 2020 14:41
Forum: Mod Releases
Topic: [Mod] Tech Age [techage]
Replies: 475
Views: 90284

Re: [Mod] Tech Age [techage]

isaiah658 wrote:
Mon Dec 14, 2020 03:09
One other thing that would be very helpful, especially for the Techage Modpack as it includes Unified Inventory, is to include custom crafting recipes for Unified Inventory....
Good idea, put on my to-do list
by joe7575
Thu Dec 10, 2020 15:29
Forum: Deutsch
Topic: [Server] Tech Age Survival [DE]
Replies: 57
Views: 10654

Re: [Server] Tech Age Survival [DE]

Das LOG File ist voll mit dug_unbreakable Meldungen. Hast du versucht, protected Blöcke abzubauen?
by joe7575
Wed Dec 09, 2020 20:49
Forum: Servers
Topic: [Server] TechAge Survival [DE/EN]
Replies: 72
Views: 15328

Re: [Server] Tech Age Survival [DE/EN]

Christmas is coming!

Image
by joe7575
Wed Dec 09, 2020 20:48
Forum: Deutsch
Topic: [Server] Tech Age Survival [DE]
Replies: 57
Views: 10654

Re: [Server] Tech Age Survival [DE]

Weihnachten steht vor der Tür!

Image