The NutScript Git was created on the 28th of June.
Nobody realised that NutScript because 1 year old yesterday.
[QUOTE=AGS;45241721]Alright, so i renamed the downloaded Schema to "Sample" and when i run the game its there, i select it, run the game, and its just the default Half-Life 2 game, like i can't open the spawn menu at all. i must be doing something wrong.[/QUOTE]
Do you have any errors?
Is NutScript (the framework) installed?
[QUOTE=mib999;45246989]Do you have any errors?
Is NutScript (the framework) installed?[/QUOTE]
Yeah, i have NutScript installed.
I did notice two errors "Something is creating script errors" and "Wiremod is creating script errors"
Are you going to say the errors...?
[QUOTE=Chessnut;45194843]Fixed it so you can run NutScript in single-player now.
[url]https://github.com/Chessnut/NutScript/commit/b2d49ca9cf0b0043926906a4a7338397978fa4a8[/url][/QUOTE]
That's brilliant! Thank you so much! Much more raiser to test and make.
[QUOTE=MistyPanda;45248835]That's brilliant! Thank you so much! Much more raiser to test and make.[/QUOTE]
It really makes no difference from what I see. You can make a 2 slot lan server in-game :V
still nice though.
[QUOTE=Chessnut;45251198]It was a misunderstanding[/QUOTE]
Thank god :P
Getting an error: [ERROR] gamemodes/nutscript/gamemode/derma/cl_charmenu.lua:809: attempt to call field 'creatingCallback' (a nil value)
1. unknown - gamemodes/nutscript/gamemode/derma/cl_charmenu.lua:809
2. func - gamemodes/nutscript/gamemode/libs/external/sh_netstream.lua:164
3. unknown - lua/includes/modules/net.lua:30
When you click to finish a character.
Did you change a file while the character was being made?
[QUOTE=Chessnut;45267605]Did you change a file while the character was being made?[/QUOTE]
No, it happens every time you try to create a character.
[editline]1st July 2014[/editline]
Switching to the dev branch seems to fix it.
[QUOTE=cis.joshb;45268345]No, it happens every time you try to create a character.
[editline]1st July 2014[/editline]
Switching to the dev branch seems to fix it.[/QUOTE]
I downloaded the latest version of NS and the HL2rp Schema last night and they both worked perfectly.
[QUOTE=C0MMUNIZT;45271160]I downloaded the latest version of NS and the HL2rp Schema last night and they both worked perfectly.[/QUOTE]
I think it was something fucked up about the Last Light schema we were using.
I have the menu music enabled and I have a link to the audio I am trying to play added to NutScript's "sh_config" as well as my schemas "sh_schema" but the audio refuses to play.
Am I missing something?
-snip-
Fixed it.
Hello, guys. I have trouble with vendor - simply cant buy item from it. When i clicking on item by mouse nothings happen ( Please. help me if you can.
[QUOTE=steamchild;45293187]Hello, guys. I have trouble with vendor - simply cant buy item from it. When i clicking on item by mouse nothings happen ( Please. help me if you can.[/QUOTE]
Have you tried pressing the E button (Use Key)
[QUOTE=RubixGamer;45294888]Have you tried pressing the E button (Use Key)[/QUOTE]
wut...
[QUOTE=steamchild;45299239]wut...[/QUOTE]
That isn't answering the question.
Basically, I'm trying to disable the colour correction used in NutScript by default. I tried to disable sadcolors, although that didn't really remove the mutedness. I then put the following code in cl_hooks in my schema and it didn't seem to do much:
[code]function SCHEMA:ModifyColorCorrection(color)
color["$pp_colour_brightness"] = color["$pp_colour_brightness"] + 0.02
color["$pp_colour_contrast"] = 1
color["$pp_colour_addr"] = 0
color["$pp_colour_addg"] = 0
color["$pp_colour_addb"] = 0
color["$pp_colour_mulr"] = 0
color["$pp_colour_mulg"] = 0
color["$pp_colour_mulb"] = 0
end[/code]
I'm a beginner, so forgive me if I'm making an obvious mistake here.
You need to add color["$pp_colour_colour"] = 1
-SNIP
The config to have one weapon of each type only takes effect if its put in the schemas config, duno if its supposed to be like this.
The configs are just a variable. They don't have a "special" position. The config file is only for organization.
-snap-
-snip-
Can anyone help me? I get
Character creation request timed out!
When I try to make an Account, all help appreciated.
This is probably a stupid question but here goes: I understand that nutscript is setup and widely used for serious roleplay but is there a way or possibility that it could be used for semi-serious roleplay ? not like darkrp style but in general semi-serious gameplay
[QUOTE=BeZerk;45368969]This is probably a stupid question but here goes: I understand that nutscript is setup and widely used for serious roleplay but is there a way or possibility that it could be used for semi-serious roleplay ? not like darkrp style but in general semi-serious gameplay[/QUOTE]
That's why you're given a sample schema on the NutScript GitHub. It's up to you to create it.
Sorry, you need to Log In to post a reply to this thread.