Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Nuclear Throne Together

An online multiplayer mod for Nuclear Throne. · By YellowAfterlife

Frequently Asked Questions Sticky

A topic by YellowAfterlife created Jul 12, 2016 Views: 53,391 Replies: 185
Viewing posts 41 to 80 of 80 · Previous page · First page

Hi, I recently installed this mod and I wanted to say it's great! However, I'm getting issues when I want to add more skins for characters (Blaac's skin pack, it was on the front page of the mod), and the console is saying that it either couldn't find the file, or that it loaded the file, however there are not any visible changes, nor is there an option to select the loaded skin in the menu. I've tried almost every applicable command I could find, using commands like loadmod (path).gml, loadmod mods/(file).gml <--(this is the one which the console said it loaded, but there were no changes.) and loadtxt mods/main.txt. Can someone please help me on how to properly load these mods? Any help is much appreciated

Developer

Have you checked Loading mods tutorial? If it's a directory (like with blaac's skin pack), you would do "/load skins", for example. /loadmod is used if there's a single .gml file.

yeah, I've tried that guide multiple times with multiple commands and it doesn't seem to work. Will edit if it manages to work

Hey, i was wondering why character mods crash my game, but manily the popofreak mod. Heres the crash report.

___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of  Step Event1
for object MiscCont:

array_get :: Index [17,14] out of range [18,14]
############################################################################################
--------------------------------------------------------------------------------------------
called from - gml_Script_dp_state_hx17 (line 2)
called from - gml_Script_dp_player_hx19 (line 29)
called from - gml_Script_dp_flow_hx22 (line 10)
called from - gml_Script_dp_flow_hx27 (line 17)
called from - gml_Script_dp_flow_hx28 (line 1)
called from - gml_Script_dp_event_update (line 5)
called from - gml_Object_MiscCont_Step_1 (line 41)

Developer

One other person had this problem but I'm unable to reproduce it no matter what.

Ok

If Yellow hasn't passed word yet about the crash, apparently it is because mod characters have the "random" crown selected, so simply change your crown to none or a crown that exists and you should be good.

(2 edits)

Incredible mod, thank you!  I was having trouble and spent over 5 hours on the same error trying to set up a swep. (making my custom weapon the starting weapon)  I can't figure out how to give the custom weapon I made an ID, so I keep getting the error where you load into the game holding a red and black box saying error and the chat says it can't recognize the ID of my weapon.

Developer

For custom weapons, the ID is a string with weapon file name, so "some_wep.wep.gml" -> "some_wep". Also see if the problem occurs in the beta version if you aren't on that yet, I think there was some issue in 9921.

Still says GML Mod can't find the file, I'm in 9921 so I'm assuming that I'll have to go a couple updates back?

Developer

Forward, not backward. Beta builds are on Discord (see link in itch description) and the current beta is 9935

Deleted 2 years ago
Developer(+1)

To change max hp, add

maxhealth = 4;

to "create" script. (variables)

To explode on death, add

if (fork()) {
    var _x = x, _y = y;
    wait 1;
    if (!instance_exists(self)) { // we're dead!
        instance_create(_x, _y, Explosion);
    }
    exit;
}

to "step" script. (fork)

Deleted 2 years ago

Are there any plans / how hard would it be to add in being able to choose "Redemption" when playing as double Skeleton? My friend and I were absolutely devastated after we took the time and effort to get to Level Ultra and loop with two Skeletons before being met with the fact that you can't change into Melting together. We knew from previous runs that if only one player is Skeleton then you can't select Ultra A (for obvious reasons), but after dying a LOT of times, two of which were DURING the Throne fight, it was really a heartbreak to see that that hadn't be added. Is there an option to add it in, or a way to easily add it in? I'm not an expert in code, but it doesn't seem like it would be too challenging. Other than that, your mod is absolutely wonderful, and I'm sorry to bother you with such a specific request. 

I can't seem to connect to a game. When ever I invite a friend it works just fine, any one know why? I've done every thing the installation said to do and downloaded the most recent version and can't seem to connect to a game. I also can't get any one to join a lobby my wifi isn't the problem either it works just fine.

Developer

Kind of hard to guess from that, but try restarting Steam or attempting to connect again after 15-20 seconds - if Steam takes too long to establish the connection to someone, you'll get a connection timeout, but subsequent attempts should take less time.

Deleted 5 years ago
Developer

If you mean whether you can apply the mod without owning the game, that's a no - it's missing >90% of game assets.

If you mean whether you can apply the mod to a copy from Twitch store or whatever, probably yes, but you'll need to throw in any steam_api.dll in there so that it can happily fail to load and let you run the mod executable.

Deleted 5 years ago

Hello i have a problem with the desync, i have this bug at the same stage (the stage is 3-1) i can show you the files of desync but i don't know how to give you the copy, if you have an e-mail or something to receive the files, tell me (Sorry for my bad english, im not english)

Developer

Hello, you can find my email on about page. One other person reported a similar error, but I've yet to find time to make the mod log relevant debug information to make desync files useful for figuring out the actual cause

The problem is resolved. Thanks for your answe

I'm having serious issues with the 99 update version of NTT, the most noticeable one is the fact that it doesnt generate an executable, I've used the same version on a linux ubuntu (and it worked!) and i'm trying again on a windows 10. Could you help me with that? 

Developer

Perhaps NTT-Assemble is telling you why it's failing to generate an executable.

If it's something about assets, you probably have a broken data.win lying around and need to get rid of it

i have a question when i open up v9940 of ntt-assemble it says 

Hello! What would you like to do?
1: Install Nuclear Throne Together
2: Extract data.win (for messing with)
3: Replace data.win (after messing with)
4: Toggle Steam
5: Toggle offline mode
0: Exit
>  

can you explain 

Developer

Press 1. If it says that it can't find any assets in data.win, remove that file from game directory, run again, and press 1 again.

thank you so much 

i know it's probably pretty dumb and i just don't under stand what it means

because i cant extract data.win

Hello! I am trying to install this wondrous mod, but whenever I try and install, it says, "Can't patch - audio doesn't fit. A newer NTT build or an older game build may be needed." however I am running the final update of the game, and have downloaded the most recent version of NTT. Please advise me on how to fix this problem

Never mind! I was able to get it working.  I had to remove the data.win file that was in the folder.

I'm having difficulty connecting with a friend. Everything works fine until we reach 3-1, then the game disconnects us. Any ideas on what I can do to fix this problem? I have the current version and the same version as my friend.

Developer

This is a bug in 9940, I wasn't able to look at it yet unfortunately

9936 didn't have the issue yet and supports most mods that 9940 does https://www.dropbox.com/s/v48q07drtjh204y/NuclearThroneTogether-9936.zip?dl=0

Thank You

Help. How to open the characters frog and skeleton command. And there is a command of immortality?

Developer

Skeleton is unlocked by becoming skeleton, which is if you die as Melting on a necromancer's circle.

Frog is unlocked by getting a golden frog gun and making it to the end of the level.

There's cheats mod and debug mod.

hey, me again. and i've been wondering, is it possible for me and my friend play a ntt mod online? like nuclear throne x10 for example.

Developer

Yes - both of you agree to load mods (type /sideload), and then one of you can load the mod (which will load for other person as well)


According to virus total, there is something malicious. Can someone please give me some insight?https://www.virustotal.com/gui/file/689f36c37eaae5424aef2729a9aa9739d9f855007de926c41c52442fd0dc26c4/detection

Developer

As per FAQ, since NTT-Assemble assembles a new executable out of parts of existing executable, some antivirus programs may consider it a virus. You can compile it yourself from source if you are concerned.

Does YV use they/them pronouns? I noticed that the quotes on the wiki refer to them with they/them, and I'm curious on if that's intentional or not.

Developer

I'm not the person to ask about Nuclear Throne lore, but the reason why wiki uses "they" is likely that neither of games (NT/Gun Godz) explicitly mention Y.V.'s gender (if there's any - deity and all), therefore using "they" seems appropriate.

hell yes. thank you

(1 edit)

Hey so me and my friend downloaded the NTT mod and we got everything up and running, we own it on epic games and not steam so idk if thats why but we cant invite eachother or connect to hosted games by one another, if you could help that would be great if not thanks anyways. It says that it times out everytime.

Developer

Since you connect by IP-port, you'll need to port-forward or use a virtual private network software like Hamachi (there's a bunch like this).

Thank you that worked

In the NTT-Assemble.exe there is an option:
4: Toggle Steam
What it does?

It says that "Steam features are now enabled". At first I thought it has something to do with achievements (as I don't get steam achievents with NTT normally) but after "toggling steam" in NTT I don't see any differences with the NTT without "steam toggled" as I still don't earn achievents.

Developer

Enables/disables use of Steam API for networking (which is how you are able to use Steam invitations). When disabled, you can only join by IP-port

Okay, thank you

Is this Mac compatible? If not, is there a Mac version?

Developer

It is not, although people did run it on Mac via WINE, Crossover, and Parallels.

Unfortunately it is not very viable to natively support Mac in a freeware mod due to steep development costs and issues with implementing cross-platform multiplayer.

Heya, I'm having trouble getting NTT to recognise my gamepad, which is especially weird because vanilla NT seems to have no trouble. Its a standard xbox360 controller. Tried using /gamepad to no success, are there any other possible solutions?

Thanks

Do i need the same save file to play with friends?

Developer

When playing online, an "everything is unlocked" save file is loaded up by default. You can then load someone's actual save file via /loadgame and later update it via /savegame.

Hi, how сan I remove the mod list in menu? I install them too much and it interferes :D

Developer

You can click on the mod list +/- button when it's open to minimize it

Oh, I didn't notice, thanks!

hi how do you unlock frog in this mod?

Developer

Get a golden frog pistol and survive till the end of the stage

I downloaded this mod earlier and it seems to mostly be working but now when I go to the co-op mode, it says there is an error with steam. "Steamworks extension could not load. Did you copy all the needed files to the Nuclear Throne' directory?" I'm not sure what this means or how to fix it. I think I downloaded everything properly and it lets me play solo fine and I think I can set up local servers, but I can't figure out how to get steam to work. My friends downloaded this too and don't seem to be getting the steam issue, I'm not sure what I did differently.

Deleted 1 year ago
Developer(+1)

That would be something to ask Rami, unfortunately - I think itch version isn’t even u99 yet?

(+1)

linux support?

Developer(+1)

I have made a test Linux build at one point, but it was desyncing when playing with Windows users, and none of the DLL-based features (shader loading, v9940 error handling, mouselock, native cursor, etc.) worked, so it was never released to public. Meanwhile, WINE/Proton run NTT reasonably well.

(1 edit)

Me and my cousin and my brother wanted to play together but we lag when trying to play together, my brother and I play locally and my cousin is online so we have input lag when online anything I can try or a solution?

Developer

The premise of the mod is that it uses delay-based netcode to avoid rewriting the entire game from scratch. You can play around with delay mid-match via /delay command to find what works best without causing slowdowns.

здравствуйте YellowAfterlife. у меня возникли проблемы. я через пиратку с другом попытался играть вместе, но ничего не получилось. но это ладно. после этого нтт перестал видеть моды. я оставил x10 просто для теста и вводил разными способами. 0. я и переустанавливал(прогресс сохранился) и удалял прогресс. в один момент я перекинул в папку mods, захожу в трон, вижу уведомление что удалено слишком много файлов. смотрю в папку, вижу все есть. но в самих папках все пусто. потом починилось. но всё равно моды не видно. ч т о   д е л а т ь

Developer

Обычно поломать загрузку модов можно лишь через /cwd (написать как есть, чтобы посмотреть текущий путь; /cwd . для сброса) или запуском NT[T] из не той папки, где моды лежат. Не знаю, как людям это удается

спасибо большое. заработало!

I cannot download the mod due to an audio error

I go into the NTT-Assemble and type 1, but then it gives me this error

"Can't patch - audio section doesn't fit. A newer NTT build or an older game build may be needed."

what do i do to fix this?

что делать если у друга появляется ошибка faucenetworking.dll is amiss вместо join game и host game?

Developer

Или файла действительно нет, или же на компьютере нет Microsoft Visual C++ runtime redistributable и его нужно скачать

я установил этот мод и пропала музыка (есть только звуки). Это должно было произойти?

Developer

Мод музыку не трогает, так что кто знает, как тебе это удалось.

странно. Я просто скопировал нтт на рабочий стол и музыки просто нет. (Причём если я открою мод через папки то музыка есть) 

Developer

А NTT не должен быть на рабочем столе, он должен быть в папке с игрой - инструкция же гласит.

понятно я просто туториал на ютубе смотрел и по этому поводу ничего не было сказано. Спасибо огромное за ответ

Viewing posts 41 to 80 of 80 · Previous page · First page