Generatore Mappe, By The_BoSs_

« Older   Newer »
  Share  
view post Posted on 19/5/2013, 19:43     +2   +1   -1

DVX

Group:
Member
Posts:
1,001
Reputation:
+14
Location:
italia

Status:


Generatore casuale di mappe del gioco MW3 e Black Ops II.
Il software è stato ideato per scegliere le mappe da giocare prima di una CW ad esempio, voi potrete usarlo al vostro meglio. Buon divertimento.
Per info o segnalazioni contattatemi.

Video



DOWNLOAD
 
 Contacts  Top
FmS_DeeJay
view post Posted on 20/5/2013, 16:08     +1   -1




Bella boss complimenti.. :D

Una domandina.. che linguaggio usi per programmare?
 
Top
view post Posted on 20/5/2013, 16:44     +1   -1

DVX

Group:
Member
Posts:
1,001
Reputation:
+14
Location:
italia

Status:


Grazie :)
Questo l'ho programmato in Basic ma ci sono linguaggi molto più interessanti infatti voglio cominciare a studiare il JAVA; il Basic l'ho scelto perchè con VisualBasic creare la parte grafica è molto semplice e poi i comandi in basic sono molto semplice da apprendere ;)
 
 Contacts  Top
Fm$_ExDavez
view post Posted on 20/5/2013, 21:55     +1   -1




Bella boss ;)
 
Top
view post Posted on 20/5/2013, 23:33     +1   -1

DVX

Group:
Member
Posts:
1,001
Reputation:
+14
Location:
italia

Status:


Avevo delle altre idee sui prossimi aggiornamenti, ma non se lo fila nessuno sto programma :/
 
 Contacts  Top
FmS_DeeJay
view post Posted on 21/5/2013, 18:20     +1   -1




Avevo pure io in mente di fare un programmino del genere tempo fa, ma in c#..noi a scuola studiamo quello.. Alla fine avevo lasciato perdere tutto.. pensavo che era meglio farlo in html o linguaggi browser..

Come hai impostato l'algoritmo?
Hai caricato in un array tutte le immagini e poi al Button.Click attraverso una funzione random ne sceglie una? ^.^
 
Top
view post Posted on 21/5/2013, 20:42     +1   -1

DVX

Group:
Member
Posts:
1,001
Reputation:
+14
Location:
italia

Status:


No le immagini le ho messe in un imagelist sennò era un casino salvarle sul programma poi si ho messo il random al button click :) poi quando tornò a casa posto anche il codice tanto due righe sono ;)
 
 Contacts  Top
view post Posted on 24/5/2013, 18:35     +1   -1

DVX

Group:
Member
Posts:
1,001
Reputation:
+14
Location:
italia

Status:


Il codice non c'è l'ho più perchè per sbaglio ho sovrascritto un'altro mentre stavo cercando di migliorarlo :/

Comunque era più o meno cosi:

CODICE
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
       Dim x As New Random

PictureBox1.Image = Imagelist1.Image.Item(x.Next(0,16))

 End Sub
 
 Contacts  Top
FmS_DeeJay
view post Posted on 25/5/2013, 19:18     +1   -1




XD

Ora devo fare un altro programmino, una volta finito quello proverò a farlo anche io un generatore Mappe!

Le foto da dove le hai prese?
 
Top
view post Posted on 25/5/2013, 22:23     +1   -1

DVX

Group:
Member
Posts:
1,001
Reputation:
+14
Location:
italia

Status:


in giro su internet... se vuoi te le passo per MP ;)
 
 Contacts  Top
view post Posted on 27/5/2013, 12:51     +1   -1
Avatar

IXxFREDDOxXI

Group:
Capo Clan
Posts:
1,987
Reputation:
+36
Location:
ROMA

Status:


e bravo BOSS ;)
 
  Top
view post Posted on 27/5/2013, 13:32     +1   -1

DVX

Group:
Member
Posts:
1,001
Reputation:
+14
Location:
italia

Status:


Grazie :wub:
 
 Contacts  Top
11 replies since 19/5/2013, 19:43   75 views
  Share