gema
Would you like to react to this message? Create an account in a few clicks or log in to continue.


A website for every gema-assaultcube fan
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log in  

 

 How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)

Go down 
5 posters
AuthorMessage
Jg99




Messages : 39
Joined/Date d'inscription : 2011-10-16
Age : 24
Location/Localisation : Kanto

Gema stats
farthest jump: ive done 11 cube hax jump

How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) Empty
PostSubject: How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)   How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) EmptySun Oct 16, 2011 1:31 pm

How do i do that?
Back to top Go down
http://sctechusa.com
Sveark

Sveark


Messages : 124
Joined/Date d'inscription : 2011-05-02
Age : 30
Location/Localisation : Russia

How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) Empty
PostSubject: Re: How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)   How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) EmptySat Oct 22, 2011 12:36 am

Wait for Nirude...
Back to top Go down
http://sveark.info/ac
Nirude
Admin
Nirude


Messages : 176
Joined/Date d'inscription : 2010-04-21

Gema stats
farthest jump: 38

How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) Empty
PostSubject: Re: How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)   How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) EmptySat Oct 22, 2011 7:00 am

You are lucky, I am on holidays Wink

In src/clientgame.cpp
line601:
Code:
bool bad_map() // this function makes a pair with good_map from clients2c
{
    return false;
}

AND

In src/clients2c.cpp
line 306-307:
Code:
map_quality = MAP_IS_GOOD;
    return map_quality;



If you don't get it, I could explain it better. Just ask ^^
Back to top Go down
https://gema.forumactif.com
Jg99




Messages : 39
Joined/Date d'inscription : 2011-10-16
Age : 24
Location/Localisation : Kanto

Gema stats
farthest jump: ive done 11 cube hax jump

How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) Empty
PostSubject: Re: How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)   How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) EmptyMon Oct 24, 2011 6:30 pm

that code doesnt work in ac svn. can u find a way to remove it in ac svn
Back to top Go down
http://sctechusa.com
Nirude
Admin
Nirude


Messages : 176
Joined/Date d'inscription : 2010-04-21

Gema stats
farthest jump: 38

How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) Empty
PostSubject: Re: How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)   How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) EmptyWed Oct 26, 2011 3:13 am

I don't know what AC svn is, can you give me an upload please?
Back to top Go down
https://gema.forumactif.com
Nirude
Admin
Nirude


Messages : 176
Joined/Date d'inscription : 2010-04-21

Gema stats
farthest jump: 38

How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) Empty
PostSubject: Re: How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)   How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) EmptyFri Oct 28, 2011 8:08 am

HP have sent me a PM about SVN. He wrote that AC SVN is often uploaded, so what is the use to modify it? I mean, if it is always uploaded, you would have to modify it again and again, no?
Back to top Go down
https://gema.forumactif.com
Jg99




Messages : 39
Joined/Date d'inscription : 2011-10-16
Age : 24
Location/Localisation : Kanto

Gema stats
farthest jump: ive done 11 cube hax jump

How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) Empty
PostSubject: Re: How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)   How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) EmptySun Nov 13, 2011 10:00 pm

i just need the map requirements, they wont be updated again
Back to top Go down
http://sctechusa.com
Nirude
Admin
Nirude


Messages : 176
Joined/Date d'inscription : 2010-04-21

Gema stats
farthest jump: 38

How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) Empty
PostSubject: Re: How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)   How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) EmptySat Nov 19, 2011 4:46 pm

Check your PM Wink
Back to top Go down
https://gema.forumactif.com
TheBeeJesus




Messages : 1
Joined/Date d'inscription : 2011-12-16

How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) Empty
PostSubject: Re: How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)   How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) EmptyFri Dec 16, 2011 6:49 pm

Nirude wrote:
You are lucky, I am on holidays Wink

In src/clientgame.cpp
line601:
Code:
bool bad_map() // this function makes a pair with good_map from clients2c
{
    return false;
}

AND

In src/clients2c.cpp
line 306-307:
Code:
map_quality = MAP_IS_GOOD;
    return map_quality;



If you don't get it, I could explain it better. Just ask ^^

I JUST registered this account to come ask how to do this. I'll drive to your home any time you want and give you a free dick-sucking for this.
Back to top Go down
PaulMuadDibKA

PaulMuadDibKA


Messages : 139
Joined/Date d'inscription : 2011-11-15

How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) Empty
PostSubject: Re: How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)   How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) EmptyFri Dec 16, 2011 7:50 pm

I threw this guy here , TheBeeJesus, he hosts LAN at school and needed a way to surpass restrictions. Im so happy he found help, and Nirude, you get free head O.o! Too bad he a boy (or not, dont want to offend anyone XD)
Back to top Go down
Nirude
Admin
Nirude


Messages : 176
Joined/Date d'inscription : 2010-04-21

Gema stats
farthest jump: 38

How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) Empty
PostSubject: Re: How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)   How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) EmptySat Dec 17, 2011 12:41 pm

You are welcome TheBeeJesus And I don't ask you to come to my home ^^
Back to top Go down
https://gema.forumactif.com
Sponsored content





How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) Empty
PostSubject: Re: How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)   How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter) Empty

Back to top Go down
 
How do i remove ac map requirements in the src (I am making a mod of ac called JSHooter)
Back to top 
Page 1 of 1
 Similar topics
-
» pls remove my ban from .45 server
» tm, remove n00bs mod status

Permissions in this forum:You cannot reply to topics in this forum
gema :: International :: General-
Jump to: