The Gang Garrison 2 Forum
May 23, 2013, 06:54:49 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Chat with us on IRC: http://ganggarrison.com/irc.html
Server: irc.esper.net, Channel: #gg2
 
   Home   Help Search Login Register  
Pages: 1 2 »
  Print  
Author Topic: Having GG2 DLL errors?  (Read 2206 times)
Phantom Brave
All Hail Classicwell
Moderator
*****
Offline Offline

Posts: 9039


Another one --


WWW
« on: June 07, 2011, 05:26:45 pm »

Update your extension. Download a copy of GG2 from the main page of this website, copy GG2DLLext.gex out of the source directory to somewhere, and follow the extension installation guide to install it over the existing GG2DLL extension in Game Maker.

Note: This will make using older versions of the source not work. To use them, you'd have to reinstall the old GG2DLL or port the new custom map code over to that version.
Logged

CrazNoDale
Guest
« Reply #1 on: June 07, 2011, 07:52:08 pm »

What's a DLL error?
Logged
Phantom Brave
All Hail Classicwell
Moderator
*****
Offline Offline

Posts: 9039


Another one --


WWW
« Reply #2 on: June 07, 2011, 08:22:45 pm »

If you had one, you'd know.
Logged

CrazNoDale
Guest
« Reply #3 on: June 07, 2011, 09:01:41 pm »

If you had one, you'd know.
Okay, but what is it.
Logged
♫Sani Sani Disco♫
Moderator
*****
Offline Offline

Posts: 10504


yo let's suck face and listen to rap music


WWW
« Reply #4 on: June 07, 2011, 09:13:29 pm »

http://www.google.com/
you're welcome
Logged

Quote from: mop
Quote from: MR MAGN3TIC
I don't like it.  Nah
Oh, well, you might as well pack up and stop now, because he doesn't like it
Asdf64: "ultros turned me on" - sani 2013
CrazNoDale
Guest
« Reply #5 on: June 07, 2011, 09:24:42 pm »

Damn, I know what google is. Couldn't you have just told me what it was.
Logged
Phantom Brave
All Hail Classicwell
Moderator
*****
Offline Offline

Posts: 9039


Another one --


WWW
« Reply #6 on: June 07, 2011, 09:45:38 pm »

There's no reason in asking what it is if you've never had it. And if you had it, you know know, plain as day. Jesus christ. Stop shitting up this sticky.
Logged

RebelINS
Martial Expert
*
Offline Offline

Posts: 6676


Future is so bright I gotta wear shades


« Reply #7 on: June 07, 2011, 09:47:34 pm »

i updated my mod's gg2dll thanks to this notice, and sani's post somewhere about the custom map script.
Logged

Gordon Fudgeman
Hero Member
*****
Offline Offline

Posts: 1137


yippee ki-sey!


« Reply #8 on: June 25, 2011, 07:09:34 am »

hey i have error:

for object GameServer:

In script GameServerBeginStep:
Error in code at line 42:
   if(global.myself.object != -1) {
                    ^
at position 19: Unknown variable object

___________________________________________
ERROR in
action number 1
of  Step Event
for object PlayerControl:

Error in code at line 24:
   if global.myself.object != -1 {
                    ^
at position 19: Unknown variable object


i seriously dont know what the problem is. i didnt touched anything of the scripts! explain please!
Logged

i need a new, better signature. any ideas?
Lorgan
Retired Randomizer Mod Developer
2011 Haxxy Award Winner
*
Online Online

Posts: 2971


check my new game in new projects k thx bye


WWW
« Reply #9 on: June 25, 2011, 07:12:53 am »

You just broke something, those errors aren't caused by missing extensions (i think)
Logged

Unfortunately, turning a section into a communist oppressive regime is not against the forum rules, so there is really nothing we can do.
Quote from: steam
21:08 - Hullusorsa: lorgan, when will you buy us the keys?
21:09 - Lorgan: i'm waiting for greece to collapse so the value of the euro drops
21:09 - Lorgan: not even joking
Gordon Fudgeman
Hero Member
*****
Offline Offline

Posts: 1137


yippee ki-sey!


« Reply #10 on: June 25, 2011, 07:16:08 am »

You just broke something, those errors aren't caused by missing extensions (i think)
broken? it arent the extensions.... but i didnt do anything with the scripts too. i only followed gman's advice with making the piss effect for the rifle. maybe it has to do something with the objects?
Logged

i need a new, better signature. any ideas?
Orpheon
2011 Haxxy Award Winner
*
Online Online

Posts: 5831


Developer


« Reply #11 on: June 25, 2011, 07:31:24 am »

hey i have error:

for object GameServer:

In script GameServerBeginStep:
Error in code at line 42:
   if(global.myself.object != -1) {
                    ^
at position 19: Unknown variable object

___________________________________________
ERROR in
action number 1
of  Step Event
for object PlayerControl:

Error in code at line 24:
   if global.myself.object != -1 {
                    ^
at position 19: Unknown variable object


i seriously dont know what the problem is. i didnt touched anything of the scripts! explain please!
For some reason the global.myself.object has been destroyed. Try putting
Code:
show_message(global.myself)
before.
But this isn't the place for this, ask it in your thread or in the Help thread.
« Last Edit: June 25, 2011, 07:31:46 am by Orpheon » Logged

Your mind is software. Program it.
Your body is a shell. Change it.
Death is a disease. Cure it.
Extinction is approaching. Fight it.
Gordon Fudgeman
Hero Member
*****
Offline Offline

Posts: 1137


yippee ki-sey!


« Reply #12 on: June 25, 2011, 07:36:00 am »

hey i have error:

for object GameServer:

In script GameServerBeginStep:
Error in code at line 42:
   if(global.myself.object != -1) {
                    ^
at position 19: Unknown variable object

___________________________________________
ERROR in
action number 1
of  Step Event
for object PlayerControl:

Error in code at line 24:
   if global.myself.object != -1 {
                    ^
at position 19: Unknown variable object


i seriously dont know what the problem is. i didnt touched anything of the scripts! explain please!
For some reason the global.myself.object has been destroyed. Try putting
Code:
show_message(global.myself)
before.
But this isn't the place for this, ask it in your thread or in the Help thread.
where do i have to put it?
Logged

i need a new, better signature. any ideas?
Phantom Brave
All Hail Classicwell
Moderator
*****
Offline Offline

Posts: 9039


Another one --


WWW
« Reply #13 on: June 25, 2011, 07:38:38 pm »

Help thread. Not this thread. This thread is for and for only extension errors.
Logged

USB
Guest
« Reply #14 on: July 11, 2011, 02:03:23 pm »

thanks wareya, I was wondering why it wouldn't run Drolling
Logged
Pages: 1 2 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.213 seconds with 20 queries.