HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

JNGP <- i want to use it too :S

01-08-2010, 10:57 AM#1
karland90
A lot of interesting spells and systems are made with jass. i dont use jass myself yet. mainly because i cant use systems and spells that use Jass New Gen Pack. without it, when trying to save or test (autosaves the game), world editor displays me numerous trigger errors. so i need JNGP.


First problem is overcomable - my antivirus program (AVG) marks 3 files in there as trojans. adding them to the safelist doesnt help. so how i solved it? i unplugged my internet and turned off antivirus.

But even that doesnt help - when trying to run the TFT from JNGP it displays error ""could not hack game.dll""; ""please post logs/ongameload.txt"" and in JGNP world editor when trying to save/test an edited map (that uses JNGP), i get error ""wehack.lua:437:attempt to index global'rtc_enabled'(a nil value)""


Does anyone know how can i start using JGNP or where should i adress my problem to be able to get help?




Thank you for your attention.
01-08-2010, 02:53 PM#2
Tot
disable av, download it, use it, never renable av
01-08-2010, 03:10 PM#3
akolyt0r
and disable RtC in the world editor.
01-09-2010, 01:45 AM#4
blanc_dummy
and add your JNGP folder to your AVG "safelist"
01-09-2010, 05:13 AM#5
Joker
Btw, AVG has been slacking lately. I would move over to another anti-virus.
01-10-2010, 06:27 PM#6
karland90
Quote:
Originally Posted by Tot
disable av, download it, use it, never renable av
i tryed but i still cant run the JNGP warcraft3 game executable or save in JNGP world editor.


Quote:
Originally Posted by blanc_dummy
and add your JNGP folder to your AVG "safelist"
i did that too, but avg ignored the safelist -.-


Quote:
Originally Posted by akolyt0r
and disable RtC in the world editor.
ermm... can you please tell me how? (and what means rtc?) o_o"
01-11-2010, 09:58 AM#7
blanc_dummy
Quote:
Originally Posted by Anopob
While in World Editor using JNGP, there should be a dropdown menu at the top (beside things like File, Help, etc.) and from there you can enable/disable it. If it's not there, like the problem I have, go into your JNGP folder and edit wehack.lua. Search for "rtc_enabled.check", then replace the if condition it's in with if false then. The first search you do should lead you to it, it is "if rtc_enabled.checked then".

Much thanks to Alevice who taught me that.
01-17-2010, 02:25 PM#8
karland90
so... anyway i got the part where my antivirus was blocking JNGP fixed....

now i dont exactly understand: replace "if rtc_enabled.checked then" with "if rtc_enabled.false then" ????

EDIT: i got rid of
Quote:
Originally Posted by karland90
and in JGNP world editor when trying to save/test an edited map (that uses JNGP), i get error ""wehack.lua:437:attempt to index global'rtc_enabled'(a nil value)""
with replacing "if rtc_enabled.checked then" with "if false then" (hope i understood right)

now remains
Quote:
Originally Posted by karland90
But even that doesnt help - when trying to run the TFT from JNGP it displays error ""could not hack game.dll""; ""please post logs/ongameload.txt""

and it appears that WE doesnt have the required functions for jass (when i try to load some nice jass system from wc3c.net or hiveworkshop), says "unregistered native function"; "expected a code statement"; "expected a name" and so on



can anyone help?
01-21-2010, 05:05 PM#9
karland90
this thread is solved.

from all the help from different ppl, i finally got my JNGP and vjass maps working (editable too). last problem was that i didnt know that i should save the map before trying to test it.
01-21-2010, 05:23 PM#10
TEC_Ghost
1. Uninstall AVG
2. Install http://www.avast.com/index
3. Install JNGP
4. ????
5. PROFIT!
01-21-2010, 08:07 PM#11
Tulkas88
how you have fixed your problem with TFT?